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