COLOR #CEE9E7

HEX: #CEE9E7 RGB: (206,233,231)

Color info

#CEE9E7 contains red, green and blue colors in about the same proportion. Web safe color of #CEE9E7 is #CCFFFF (or #CFF).

RGB color model

#CEE9E7 color RGB value is (206,233,231).

RGB: (206,233,231) (81%, 91%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 231 of 255 = 91%

206
233
231

R + G + B ~ 88%. #CEE9E7 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 231 = 670 (100%)
R 206 of 670 ~ 30.75%
G 233 of 670 ~ 34.78%
B 231 of 670 ~ 34.48'%

%30.75
%34.78
%34.48

CMYK color model

#CEE9E7 color CMYK value is (12,0,1,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 8.63%

CMYK: (12,0,1,9)
C12M0Y1K9 (12%, 0%, 1%, 9%)
(0.12 / 0.00 / 0.01 / 0.09)

CMYK percentages

%11.59
%0
%0.86
%8.63

Codes

Color #CEE9E7 in popluar color models

CE E9 E7
RGB 206 233 231
HSL 176° 38.03% 86.08%
HSB/HSV 176° 11.59% 91.37%
CMYK 11.59% 0.00% 0.86%
8.63%

Color #CEE9E7 in popluar number systems.

HEX CE E9 E7
Decimal 206 233 231
Binary 11001110 11101001 11100111
Octal 316 351 347

Shades and tints

Shades of #CEE9E7

#CEE9E7
(206,233,231)
#BCD4D2
(188,212,210)
#AABFBD
(170,191,189)
#98AAA8
(152,170,168)
#869593
(134,149,147)
#74807E
(116,128,126)
#626B69
(98,107,105)
#505654
(80,86,84)
#3E413F
(62,65,63)
#2C2C2A
(44,44,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CEE9E7

#CEE9E7
(206,233,231)
#D2EBE9
(210,235,233)
#D6EDEB
(214,237,235)
#DAEFED
(218,239,237)
#DEF1EF
(222,241,239)
#E2F3F1
(226,243,241)
#E6F5F3
(230,245,243)
#EAF7F5
(234,247,245)
#EEF9F7
(238,249,247)
#F2FBF9
(242,251,249)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9E7; }

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

This text font color is #CEE9E7.

Background Color

.myBgColor { background-color: #CEE9E7; }

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

This div background color is #CEE9E7.

Border color

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

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

This div border color is #CEE9E7.

Opacity

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

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

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

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

This text has shadow with #CEE9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9E7.

Preview

Color preview on black background

This text has color #CEE9E7 on black background.


Color preview on white background

This text has color #CEE9E7 on white background.


Black color preview on #CEE9E7 background

This text has black color on #CEE9E7 background.


White color preview on #CEE9E7 background

This text has white color on #CEE9E7 background.


Related colors

Complementary color

Complementary color for #hex is #311618.


I love getcolorcode.com

Triadic colors

1 #E7CEE9 and #E9E7CE with #CEE9E7 are triadic colors.

2 #E7E9CE and #E9CEE7 with #CEE9E7 are triadic colors.