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