COLOR #C7CDE6

HEX: #C7CDE6 RGB: (199,205,230)

Color info

#C7CDE6 contains red, green and blue colors in about the same proportion. Web safe color of #C7CDE6 is #CCCCCC (or #CCC).

RGB color model

#C7CDE6 color RGB value is (199,205,230).

RGB: (199,205,230) (78%, 80%, 90%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 230 of 255 = 90%

199
205
230

R + G + B ~ 83%. #C7CDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 205 + 230 = 634 (100%)
R 199 of 634 ~ 31.39%
G 205 of 634 ~ 32.33%
B 230 of 634 ~ 36.28'%

%31.39
%32.33
%36.28

CMYK color model

#C7CDE6 color CMYK value is (13,11,0,10).

  • cyan value is 13.48%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (13,11,0,10)
C13M11Y0K10 (13%, 11%, 0%, 10%)
(0.13 / 0.11 / 0.00 / 0.10)

CMYK percentages

%13.48
%10.87
%0
%9.8

Codes

Color #C7CDE6 in popluar color models

C7 CD E6
RGB 199 205 230
HSL 228° 38.27% 84.12%
HSB/HSV 228° 13.48% 90.20%
CMYK 13.48% 10.87% 0.00%
9.80%

Color #C7CDE6 in popluar number systems.

HEX C7 CD E6
Decimal 199 205 230
Binary 11000111 11001101 11100110
Octal 307 315 346

Shades and tints

Shades of #C7CDE6

#C7CDE6
(199,205,230)
#B5BBD2
(181,187,210)
#A3A9BE
(163,169,190)
#9197AA
(145,151,170)
#7F8596
(127,133,150)
#6D7382
(109,115,130)
#5B616E
(91,97,110)
#494F5A
(73,79,90)
#373D46
(55,61,70)
#252B32
(37,43,50)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #C7CDE6

#C7CDE6
(199,205,230)
#CCD1E8
(204,209,232)
#D1D5EA
(209,213,234)
#D6D9EC
(214,217,236)
#DBDDEE
(219,221,238)
#E0E1F0
(224,225,240)
#E5E5F2
(229,229,242)
#EAE9F4
(234,233,244)
#EFEDF6
(239,237,246)
#F4F1F8
(244,241,248)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CDE6 color. Also use rgb(199,205,230) instead hex code.

Text Font Color

.myTextColor { color: #C7CDE6; }

<p style="color:#C7CDE6">This sample text font color is #C7CDE6.</p>

This text font color is #C7CDE6.

Background Color

.myBgColor { background-color: #C7CDE6; }

<div style="background-color:#C7CDE6">Inner text</div>

This div background color is #C7CDE6.

Border color

.myBorderColor { border: 1px solid #C7CDE6; }

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

This div border color is #C7CDE6.

Opacity

.myOpacity80 { color: #C7CDE6; opacity: 0.8; }

<p style="color:#C7CDE6;opacity:0.8;">80%</p>

Text with #C7CDE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7CDE6;}

<p style="text-shadow: 3px 3px 1px #C7CDE6">Text here.</p>

This text has shadow with #C7CDE6 color.


.textShadow {text-shadow: 3px 3px 1px #C7CDE6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7CDE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7CDE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7CDE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7CDE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7CDE6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7CDE6;
-webkit-box-shadow: 1px 1px 3px 2px #C7CDE6;
box-shadow: 1px 1px 3px 2px #C7CDE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7CDE6; -webkit-box-shadow: 1px 1px 3px 2px #C7CDE6; box-shadow:1px 1px 3px 2px #C7CDE6;">
Div content here
</div>

This div box has shadow with color #C7CDE6.

Preview

Color preview on black background

This text has color #C7CDE6 on black background.


Color preview on white background

This text has color #C7CDE6 on white background.


Black color preview on #C7CDE6 background

This text has black color on #C7CDE6 background.


White color preview on #C7CDE6 background

This text has white color on #C7CDE6 background.


Related colors

Complementary color

Complementary color for #hex is #383219.


I love getcolorcode.com

Triadic colors

1 #E6C7CD and #CDE6C7 with #C7CDE6 are triadic colors.

2 #E6CDC7 and #CDC7E6 with #C7CDE6 are triadic colors.