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