COLOR #CEE9ED

HEX: #CEE9ED RGB: (206,233,237)

Color info

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

RGB color model

#CEE9ED color RGB value is (206,233,237).

RGB: (206,233,237) (81%, 91%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 237 of 255 = 93%

206
233
237

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

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 237 = 676 (100%)
R 206 of 676 ~ 30.47%
G 233 of 676 ~ 34.47%
B 237 of 676 ~ 35.06'%

%30.47
%34.47
%35.06

CMYK color model

#CEE9ED color CMYK value is (13,2,0,7).

  • cyan value is 13.08%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (13,2,0,7)
C13M2Y0K7 (13%, 2%, 0%, 7%)
(0.13 / 0.02 / 0.00 / 0.07)

CMYK percentages

%13.08
%1.69
%0
%7.06

Codes

Color #CEE9ED in popluar color models

CE E9 ED
RGB 206 233 237
HSL 188° 46.27% 86.86%
HSB/HSV 188° 13.08% 92.94%
CMYK 13.08% 1.69% 0.00%
7.06%

Color #CEE9ED in popluar number systems.

HEX CE E9 ED
Decimal 206 233 237
Binary 11001110 11101001 11101101
Octal 316 351 355

Shades and tints

Shades of #CEE9ED

#CEE9ED
(206,233,237)
#BCD4D8
(188,212,216)
#AABFC3
(170,191,195)
#98AAAE
(152,170,174)
#869599
(134,149,153)
#748084
(116,128,132)
#626B6F
(98,107,111)
#50565A
(80,86,90)
#3E4145
(62,65,69)
#2C2C30
(44,44,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #CEE9ED

#CEE9ED
(206,233,237)
#D2EBEE
(210,235,238)
#D6EDEF
(214,237,239)
#DAEFF0
(218,239,240)
#DEF1F1
(222,241,241)
#E2F3F2
(226,243,242)
#E6F5F3
(230,245,243)
#EAF7F4
(234,247,244)
#EEF9F5
(238,249,245)
#F2FBF6
(242,251,246)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9ED; }

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

This text font color is #CEE9ED.

Background Color

.myBgColor { background-color: #CEE9ED; }

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

This div background color is #CEE9ED.

Border color

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

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

This div border color is #CEE9ED.

Opacity

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

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

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

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

This text has shadow with #CEE9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9ED.

Preview

Color preview on black background

This text has color #CEE9ED on black background.


Color preview on white background

This text has color #CEE9ED on white background.


Black color preview on #CEE9ED background

This text has black color on #CEE9ED background.


White color preview on #CEE9ED background

This text has white color on #CEE9ED background.


Related colors

Complementary color

Complementary color for #hex is #311612.


I love getcolorcode.com

Triadic colors

1 #EDCEE9 and #E9EDCE with #CEE9ED are triadic colors.

2 #EDE9CE and #E9CEED with #CEE9ED are triadic colors.