COLOR #CEE0E7

HEX: #CEE0E7 RGB: (206,224,231)

Color info

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

RGB color model

#CEE0E7 color RGB value is (206,224,231).

RGB: (206,224,231) (81%, 88%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 224 of 255 = 88%
B 231 of 255 = 91%

206
224
231

R + G + B ~ 87%. #CEE0E7 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 224 + 231 = 661 (100%)
R 206 of 661 ~ 31.16%
G 224 of 661 ~ 33.89%
B 231 of 661 ~ 34.95'%

%31.16
%33.89
%34.95

CMYK color model

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

  • cyan value is 10.82%
  • magenta value is 3.03%
  • 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.03
%0
%9.41

Codes

Color #CEE0E7 in popluar color models

CE E0 E7
RGB 206 224 231
HSL 197° 34.25% 85.69%
HSB/HSV 197° 10.82% 90.59%
CMYK 10.82% 3.03% 0.00%
9.41%

Color #CEE0E7 in popluar number systems.

HEX CE E0 E7
Decimal 206 224 231
Binary 11001110 11100000 11100111
Octal 316 340 347

Shades and tints

Shades of #CEE0E7

#CEE0E7
(206,224,231)
#BCCCD2
(188,204,210)
#AAB8BD
(170,184,189)
#98A4A8
(152,164,168)
#869093
(134,144,147)
#747C7E
(116,124,126)
#626869
(98,104,105)
#505454
(80,84,84)
#3E403F
(62,64,63)
#2C2C2A
(44,44,42)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #CEE0E7

#CEE0E7
(206,224,231)
#D2E2E9
(210,226,233)
#D6E4EB
(214,228,235)
#DAE6ED
(218,230,237)
#DEE8EF
(222,232,239)
#E2EAF1
(226,234,241)
#E6ECF3
(230,236,243)
#EAEEF5
(234,238,245)
#EEF0F7
(238,240,247)
#F2F2F9
(242,242,249)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE0E7; }

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

This text font color is #CEE0E7.

Background Color

.myBgColor { background-color: #CEE0E7; }

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

This div background color is #CEE0E7.

Border color

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

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

This div border color is #CEE0E7.

Opacity

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

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

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

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

This text has shadow with #CEE0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE0E7.

Preview

Color preview on black background

This text has color #CEE0E7 on black background.


Color preview on white background

This text has color #CEE0E7 on white background.


Black color preview on #CEE0E7 background

This text has black color on #CEE0E7 background.


White color preview on #CEE0E7 background

This text has white color on #CEE0E7 background.


Related colors

Complementary color

Complementary color for #hex is #311F18.


I love getcolorcode.com

Triadic colors

1 #E7CEE0 and #E0E7CE with #CEE0E7 are triadic colors.

2 #E7E0CE and #E0CEE7 with #CEE0E7 are triadic colors.