Hex #c7dce7 Color

#c7dce7
equivalent to

RGB

(199, 220, 231)

Details of #c7dce7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
199
63.5702
0.56
0.14
86.5526
69.0980
201°
83.1252
220
69.0980
0.40
0.05
-4.7750
0.2913
14°
-8.9605
231
85.5881
0.84
0.00   0.09
-7.7637
0.3166
91°
-2.8378

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000111
307
199
C7
Green
11011100
334
220
DC
Blue
11100111
347
231
E7

RGB in % of #c7dce7

%30.62
%33.85
%35.54

CMYK in % of #c7dce7

%14
%5
%0
%9

Triads of color #c7dce7

#c7dce7 #dce7c7 #e7c7e7

Similar Colors to #c7dce7

#c7dce7 #c7e7e2 #c7cce7

Preview Color #c7dce7 on black ground

#c7dce7 is very interesting for text.

Preview Color #c7dce7 on white ground

#c7dce7 is very interesting for text.

CSS Codes #c7dce7 color

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

Text Font Color #c7dce7

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

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

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

This div background color is #c7dce7


Border Color #c7dce7

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

The color of this border is #c7dce7


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c7dce7