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