Hex #c9def6 Color

#c9def6
equivalent to

RGB

(201, 222, 246)

Details of #c9def6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
201
66.8432
0.59
0.18
87.6373
71.3139
212°
84.4475
222
71.3139
0.71
0.10
-2.0713
0.2837
18°
-6.4937
246
97.4307
0.88
0.00   0.04
-14.0418
0.3027
96°
-9.2683

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001001
311
201
C9
Green
11011110
336
222
DE
Blue
11110110
366
246
F6

RGB in % of #c9def6

%30.04
%33.18
%36.77

CMYK in % of #c9def6

%18
%10
%0
%4

Triads of color #c9def6

#c9def6 #def6c9 #f6c9f6

Similar Colors to #c9def6

#c9def6 #c9f5f6 #cbc9f6

Preview Color #c9def6 on black ground

#c9def6 is very interesting for text.

Preview Color #c9def6 on white ground

#c9def6 is very interesting for text.

CSS Codes #c9def6 color

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

Text Font Color #c9def6

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

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

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

This div background color is #c9def6


Border Color #c9def6

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

The color of this border is #c9def6


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c9def6