COLOR #CED7E7

HEX: #CED7E7 RGB: (206,215,231)

Color info

#CED7E7 contains red, green and blue colors in about the same proportion. Web safe color of #CED7E7 is #CCCCFF (or #CCF).

RGB color model

#CED7E7 color RGB value is (206,215,231).

RGB: (206,215,231) (81%, 84%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 215 of 255 = 84%
B 231 of 255 = 91%

206
215
231

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

Portions of RGB colors in percentages

R + G + B = 206 + 215 + 231 = 652 (100%)
R 206 of 652 ~ 31.6%
G 215 of 652 ~ 32.98%
B 231 of 652 ~ 35.43'%

%31.6
%32.98
%35.43

CMYK color model

#CED7E7 color CMYK value is (11,7,0,9).

  • cyan value is 10.82%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,7,0,9)
C11M7Y0K9 (11%, 7%, 0%, 9%)
(0.11 / 0.07 / 0.00 / 0.09)

CMYK percentages

%10.82
%6.93
%0
%9.41

Codes

Color #CED7E7 in popluar color models

CE D7 E7
RGB 206 215 231
HSL 218° 34.25% 85.69%
HSB/HSV 218° 10.82% 90.59%
CMYK 10.82% 6.93% 0.00%
9.41%

Color #CED7E7 in popluar number systems.

HEX CE D7 E7
Decimal 206 215 231
Binary 11001110 11010111 11100111
Octal 316 327 347

Shades and tints

Shades of #CED7E7

#CED7E7
(206,215,231)
#BCC4D2
(188,196,210)
#AAB1BD
(170,177,189)
#989EA8
(152,158,168)
#868B93
(134,139,147)
#74787E
(116,120,126)
#626569
(98,101,105)
#505254
(80,82,84)
#3E3F3F
(62,63,63)
#2C2C2A
(44,44,42)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #CED7E7

#CED7E7
(206,215,231)
#D2DAE9
(210,218,233)
#D6DDEB
(214,221,235)
#DAE0ED
(218,224,237)
#DEE3EF
(222,227,239)
#E2E6F1
(226,230,241)
#E6E9F3
(230,233,243)
#EAECF5
(234,236,245)
#EEEFF7
(238,239,247)
#F2F2F9
(242,242,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED7E7 color. Also use rgb(206,215,231) instead hex code.

Text Font Color

.myTextColor { color: #CED7E7; }

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

This text font color is #CED7E7.

Background Color

.myBgColor { background-color: #CED7E7; }

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

This div background color is #CED7E7.

Border color

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

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

This div border color is #CED7E7.

Opacity

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

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

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

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

This text has shadow with #CED7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED7E7.

Preview

Color preview on black background

This text has color #CED7E7 on black background.


Color preview on white background

This text has color #CED7E7 on white background.


Black color preview on #CED7E7 background

This text has black color on #CED7E7 background.


White color preview on #CED7E7 background

This text has white color on #CED7E7 background.


Related colors

Complementary color

Complementary color for #hex is #312818.


I love getcolorcode.com

Triadic colors

1 #E7CED7 and #D7E7CE with #CED7E7 are triadic colors.

2 #E7D7CE and #D7CEE7 with #CED7E7 are triadic colors.