COLOR #CED6E6

HEX: #CED6E6 RGB: (206,214,230)

Color info

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

RGB color model

#CED6E6 color RGB value is (206,214,230).

RGB: (206,214,230) (81%, 84%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 230 of 255 = 90%

206
214
230

R + G + B ~ 85%. #CED6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 214 + 230 = 650 (100%)
R 206 of 650 ~ 31.69%
G 214 of 650 ~ 32.92%
B 230 of 650 ~ 35.38'%

%31.69
%32.92
%35.38

CMYK color model

#CED6E6 color CMYK value is (10,7,0,10).

  • cyan value is 10.43%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,7,0,10)
C10M7Y0K10 (10%, 7%, 0%, 10%)
(0.10 / 0.07 / 0.00 / 0.10)

CMYK percentages

%10.43
%6.96
%0
%9.8

Codes

Color #CED6E6 in popluar color models

CE D6 E6
RGB 206 214 230
HSL 220° 32.43% 85.49%
HSB/HSV 220° 10.43% 90.20%
CMYK 10.43% 6.96% 0.00%
9.80%

Color #CED6E6 in popluar number systems.

HEX CE D6 E6
Decimal 206 214 230
Binary 11001110 11010110 11100110
Octal 316 326 346

Shades and tints

Shades of #CED6E6

#CED6E6
(206,214,230)
#BCC3D2
(188,195,210)
#AAB0BE
(170,176,190)
#989DAA
(152,157,170)
#868A96
(134,138,150)
#747782
(116,119,130)
#62646E
(98,100,110)
#50515A
(80,81,90)
#3E3E46
(62,62,70)
#2C2B32
(44,43,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #CED6E6

#CED6E6
(206,214,230)
#D2D9E8
(210,217,232)
#D6DCEA
(214,220,234)
#DADFEC
(218,223,236)
#DEE2EE
(222,226,238)
#E2E5F0
(226,229,240)
#E6E8F2
(230,232,242)
#EAEBF4
(234,235,244)
#EEEEF6
(238,238,246)
#F2F1F8
(242,241,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED6E6 color. Also use rgb(206,214,230) instead hex code.

Text Font Color

.myTextColor { color: #CED6E6; }

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

This text font color is #CED6E6.

Background Color

.myBgColor { background-color: #CED6E6; }

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

This div background color is #CED6E6.

Border color

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

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

This div border color is #CED6E6.

Opacity

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

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

Text with #CED6E6 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 #CED6E6;}

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

This text has shadow with #CED6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED6E6.

Preview

Color preview on black background

This text has color #CED6E6 on black background.


Color preview on white background

This text has color #CED6E6 on white background.


Black color preview on #CED6E6 background

This text has black color on #CED6E6 background.


White color preview on #CED6E6 background

This text has white color on #CED6E6 background.


Related colors

Complementary color

Complementary color for #hex is #312919.


I love getcolorcode.com

Triadic colors

1 #E6CED6 and #D6E6CE with #CED6E6 are triadic colors.

2 #E6D6CE and #D6CEE6 with #CED6E6 are triadic colors.