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