COLOR #CEE9EA

HEX: #CEE9EA RGB: (206,233,234)

Color info

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

RGB color model

#CEE9EA color RGB value is (206,233,234).

RGB: (206,233,234) (81%, 91%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 234 of 255 = 92%

206
233
234

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

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 234 = 673 (100%)
R 206 of 673 ~ 30.61%
G 233 of 673 ~ 34.62%
B 234 of 673 ~ 34.77'%

%30.61
%34.62
%34.77

CMYK color model

#CEE9EA color CMYK value is (12,0,0,8).

  • cyan value is 11.97%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (12,0,0,8)
C12M0Y0K8 (12%, 0%, 0%, 8%)
(0.12 / 0.00 / 0.00 / 0.08)

CMYK percentages

%11.97
%0.43
%0
%8.24

Codes

Color #CEE9EA in popluar color models

CE E9 EA
RGB 206 233 234
HSL 182° 40.00% 86.27%
HSB/HSV 182° 11.97% 91.76%
CMYK 11.97% 0.43% 0.00%
8.24%

Color #CEE9EA in popluar number systems.

HEX CE E9 EA
Decimal 206 233 234
Binary 11001110 11101001 11101010
Octal 316 351 352

Shades and tints

Shades of #CEE9EA

#CEE9EA
(206,233,234)
#BCD4D5
(188,212,213)
#AABFC0
(170,191,192)
#98AAAB
(152,170,171)
#869596
(134,149,150)
#748081
(116,128,129)
#626B6C
(98,107,108)
#505657
(80,86,87)
#3E4142
(62,65,66)
#2C2C2D
(44,44,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #CEE9EA

#CEE9EA
(206,233,234)
#D2EBEB
(210,235,235)
#D6EDEC
(214,237,236)
#DAEFED
(218,239,237)
#DEF1EE
(222,241,238)
#E2F3EF
(226,243,239)
#E6F5F0
(230,245,240)
#EAF7F1
(234,247,241)
#EEF9F2
(238,249,242)
#F2FBF3
(242,251,243)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9EA; }

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

This text font color is #CEE9EA.

Background Color

.myBgColor { background-color: #CEE9EA; }

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

This div background color is #CEE9EA.

Border color

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

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

This div border color is #CEE9EA.

Opacity

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

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

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

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

This text has shadow with #CEE9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9EA.

Preview

Color preview on black background

This text has color #CEE9EA on black background.


Color preview on white background

This text has color #CEE9EA on white background.


Black color preview on #CEE9EA background

This text has black color on #CEE9EA background.


White color preview on #CEE9EA background

This text has white color on #CEE9EA background.


Related colors

Complementary color

Complementary color for #hex is #311615.


I love getcolorcode.com

Triadic colors

1 #EACEE9 and #E9EACE with #CEE9EA are triadic colors.

2 #EAE9CE and #E9CEEA with #CEE9EA are triadic colors.