Hex #c9e8fc Color

#c9e8fc
equivalent to

RGB

(201, 232, 252)

Details of #c9e8fc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
201
70.5147
0.57
0.20
90.3948
77.1590
204°
87.8402
232
77.1590
0.89
0.08
-5.9607
0.2810
20°
-10.4270
252
103.2721
0.89
0.00   0.01
-13.0646
0.3075
99°
-8.1938

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001001
311
201
C9
Green
11101000
350
232
E8
Blue
11111100
374
252
FC

RGB in % of #c9e8fc

%29.34
%33.87
%36.79

CMYK in % of #c9e8fc

%20
%8
%0
%1

Triads of color #c9e8fc

#c9e8fc #e8fcc9 #fcc9fc

Similar Colors to #c9e8fc

#c9e8fc #c9fcf7 #c9cffc

Preview Color #c9e8fc on black ground

#c9e8fc is very interesting for text.

Preview Color #c9e8fc on white ground

#c9e8fc is very interesting for text.

CSS Codes #c9e8fc color

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

Text Font Color #c9e8fc

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

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

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

This div background color is #c9e8fc


Border Color #c9e8fc

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

The color of this border is #c9e8fc


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c9e8fc