COLOR #CEDFE7

HEX: #CEDFE7 RGB: (206,223,231)

Color info

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

RGB color model

#CEDFE7 color RGB value is (206,223,231).

RGB: (206,223,231) (81%, 87%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 223 of 255 = 87%
B 231 of 255 = 91%

206
223
231

R + G + B ~ 86%. #CEDFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 223 + 231 = 660 (100%)
R 206 of 660 ~ 31.21%
G 223 of 660 ~ 33.79%
B 231 of 660 ~ 35'%

%31.21
%33.79
%35

CMYK color model

#CEDFE7 color CMYK value is (11,3,0,9).

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

CMYK: (11,3,0,9)
C11M3Y0K9 (11%, 3%, 0%, 9%)
(0.11 / 0.03 / 0.00 / 0.09)

CMYK percentages

%10.82
%3.46
%0
%9.41

Codes

Color #CEDFE7 in popluar color models

CE DF E7
RGB 206 223 231
HSL 199° 34.25% 85.69%
HSB/HSV 199° 10.82% 90.59%
CMYK 10.82% 3.46% 0.00%
9.41%

Color #CEDFE7 in popluar number systems.

HEX CE DF E7
Decimal 206 223 231
Binary 11001110 11011111 11100111
Octal 316 337 347

Shades and tints

Shades of #CEDFE7

#CEDFE7
(206,223,231)
#BCCBD2
(188,203,210)
#AAB7BD
(170,183,189)
#98A3A8
(152,163,168)
#868F93
(134,143,147)
#747B7E
(116,123,126)
#626769
(98,103,105)
#505354
(80,83,84)
#3E3F3F
(62,63,63)
#2C2B2A
(44,43,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CEDFE7

#CEDFE7
(206,223,231)
#D2E1E9
(210,225,233)
#D6E3EB
(214,227,235)
#DAE5ED
(218,229,237)
#DEE7EF
(222,231,239)
#E2E9F1
(226,233,241)
#E6EBF3
(230,235,243)
#EAEDF5
(234,237,245)
#EEEFF7
(238,239,247)
#F2F1F9
(242,241,249)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDFE7; }

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

This text font color is #CEDFE7.

Background Color

.myBgColor { background-color: #CEDFE7; }

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

This div background color is #CEDFE7.

Border color

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

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

This div border color is #CEDFE7.

Opacity

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

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

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

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

This text has shadow with #CEDFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDFE7.

Preview

Color preview on black background

This text has color #CEDFE7 on black background.


Color preview on white background

This text has color #CEDFE7 on white background.


Black color preview on #CEDFE7 background

This text has black color on #CEDFE7 background.


White color preview on #CEDFE7 background

This text has white color on #CEDFE7 background.


Related colors

Complementary color

Complementary color for #hex is #312018.


I love getcolorcode.com

Triadic colors

1 #E7CEDF and #DFE7CE with #CEDFE7 are triadic colors.

2 #E7DFCE and #DFCEE7 with #CEDFE7 are triadic colors.