COLOR #CEE9DB

HEX: #CEE9DB RGB: (206,233,219)

Color info

#CEE9DB contains red, green and blue colors in about the same proportion. Web safe color of #CEE9DB is #CCFFCC (or #CFC).

RGB color model

#CEE9DB color RGB value is (206,233,219).

RGB: (206,233,219) (81%, 91%, 86%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 219 of 255 = 86%

206
233
219

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

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 219 = 658 (100%)
R 206 of 658 ~ 31.31%
G 233 of 658 ~ 35.41%
B 219 of 658 ~ 33.28'%

%31.31
%35.41
%33.28

CMYK color model

#CEE9DB color CMYK value is (12,0,6,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK: (12,0,6,9) C12M0Y6K9 (12%,0%,6%,9%) (0.12/0.00/0.06/0.09) 

CMYK percentages

%11.59
%0
%6.01
%8.63

Codes

Color #CEE9DB in popluar color models

CE E9 DB
RGB 206 233 219
HSL 149° 38.03% 86.08%
HSB/HSV 149° 11.59% 91.37%
CMYK 11.59% 0.00% 6.01%
8.63%

Color #CEE9DB in popluar number systems.

HEX CE E9 DB
Decimal 206 233 219
Binary 11001110 11101001 11011011
Octal 316 351 333

Shades and tints

Shades of #CEE9DB

#CEE9DB
(206,233,219)
#BCD4C8
(188,212,200)
#AABFB5
(170,191,181)
#98AAA2
(152,170,162)
#86958F
(134,149,143)
#74807C
(116,128,124)
#626B69
(98,107,105)
#505656
(80,86,86)
#3E4143
(62,65,67)
#2C2C30
(44,44,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #CEE9DB

#CEE9DB
(206,233,219)
#D2EBDE
(210,235,222)
#D6EDE1
(214,237,225)
#DAEFE4
(218,239,228)
#DEF1E7
(222,241,231)
#E2F3EA
(226,243,234)
#E6F5ED
(230,245,237)
#EAF7F0
(234,247,240)
#EEF9F3
(238,249,243)
#F2FBF6
(242,251,246)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9DB; }

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

This text font color is #CEE9DB.

Background Color

.myBgColor { background-color: #CEE9DB; }

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

This div background color is #CEE9DB.

Border color

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

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

This div border color is #CEE9DB.

Opacity

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

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

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

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

This text has shadow with #CEE9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9DB.

Preview

Color preview on black background

This text has color #CEE9DB on black background.


Color preview on white background

This text has color #CEE9DB on white background.


Black color preview on #CEE9DB background

This text has black color on #CEE9DB background.


White color preview on #CEE9DB background

This text has white color on #CEE9DB background.


Related colors

Complementary color

Complementary color for #hex is #311624.


I love getcolorcode.com

Triadic colors

1 #DBCEE9 and #E9DBCE with #CEE9DB are triadic colors.

2 #DBE9CE and #E9CEDB with #CEE9DB are triadic colors.