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