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