Hex #99aaa0 Color

#99aaa0
equivalent to

RGB

(153, 170, 160)

Details of #99aaa0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
153
33.8568
0.40
0.10
68.0647
38.0598
145°
61.6926
170
38.0598
0.09
0.00
-7.9108
0.3057
10°
-10.0015
160
38.8195
0.63
0.06   0.33
3.1226
0.3437
67°
5.8899

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10011001
231
153
99
Green
10101010
252
170
AA
Blue
10100000
240
160
A0

RGB in % of #99aaa0

%31.68
%35.20
%33.13

CMYK in % of #99aaa0

%10
%0
%6
%33

Triads of color #99aaa0

#99aaa0 #aaa099 #a099a0

Similar Colors to #99aaa0

#99aaa0 #9baa99 #99aaa9

Preview Color #99aaa0 on black ground

#99aaa0 is very interesting for text.

Preview Color #99aaa0 on white ground

#99aaa0 is very interesting for text.

CSS Codes #99aaa0 color

.mybgcolor {background-color:#99aaa0; }
.myforecolor {color:#99aaa0; }
.mybordercolor {border:3px solid #99aaa0; }

Text Font Color #99aaa0

<p style="color:#99aaa0">Text here</p>

This sample text font color is #99aaa0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #99aaa0

<div style="background-color:#99aaa0">
Div content here</div>

This div background color is #99aaa0


Border Color #99aaa0

<div style="border:3px solid #99aaa0">
Div here</div>

The color of this border is #99aaa0


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #99aaa0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #99aaa0;
-webkit-box-shadow: 1px 1px 3px 2px #99aaa0;
box-shadow:         1px 1px 3px 2px #99aaa0; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #99aaa0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #99aaa0;
  -webkit-box-shadow: 1px 1px 3px 2px #99aaa0;
  box-shadow:         1px 1px 3px 2px #99aaa0;">
Div content here</div>

The shadow of div box using color #99aaa0