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