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