Hex #a9c6ce Color

#a9c6ce
equivalent to

RGB

(169, 198, 206)

Details of #a9c6ce

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
169
47.6968
0.54
0.18
78.0397
53.2794
193°
72.9927
198
53.2794
0.27
0.04
-8.0112
0.2854
18°
-11.0967
206
66.1626
0.74
0.00   0.19
-7.2629
0.3188
81°
-2.6285

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101001
251
169
A9
Green
11000110
306
198
C6
Blue
11001110
316
206
CE

RGB in % of #a9c6ce

%29.49
%34.55
%35.95

CMYK in % of #a9c6ce

%18
%4
%0
%19

Triads of color #a9c6ce

#a9c6ce #c6cea9 #cea9ce

Similar Colors to #a9c6ce

#a9c6ce #a9cec4 #a9b4ce

Preview Color #a9c6ce on black ground

#a9c6ce is very interesting for text.

Preview Color #a9c6ce on white ground

#a9c6ce is very interesting for text.

CSS Codes #a9c6ce color

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

Text Font Color #a9c6ce

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

This sample text font color is #a9c6ce
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 #a9c6ce

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

This div background color is #a9c6ce


Border Color #a9c6ce

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

The color of this border is #a9c6ce


Examples Css3

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

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 #a9c6ce">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #a9c6ce