<div style="color: #DFDBAE"></div>
.class { color: #DFDBAE; }
<div style="background-color: #DFDBAE"></div>
.class { background-color: #DFDBAE; }
<div style="border: 2px solid #DFDBAE"></div>
.class { border: 2px solid #DFDBAE; }
<div style="text-shadow: 3px 3px 2px #DFDBAE"></div>
.class { text-shadow: 3px 3px 2px #DFDBAE; }
<div style="box-shadow: 1px 1px 3px 2px #DFDBAE; -webkit-box-shadow: 1px 1px 3px 2px #DFDBAE;-moz-box-shadow:1px 1px 3px 2px #DFDBAE"></div>
.class { box-shadow: 1px 1px 3px 2px #DFDBAE; -webkit-box-shadow: 1px 1px 3px 2px #DFDBAE;-moz-box-shadow:1px 1px 3px 2px #DFDBAE; }