COLOR #CEE8DD

HEX: #CEE8DD RGB: (206,232,221)

Color info

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

RGB color model

#CEE8DD color RGB value is (206,232,221).

RGB: (206,232,221) (81%, 91%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 232 of 255 = 91%
B 221 of 255 = 87%

206
232
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 232 + 221 = 659 (100%)
R 206 of 659 ~ 31.26%
G 232 of 659 ~ 35.2%
B 221 of 659 ~ 33.54'%

%31.26
%35.2
%33.54

CMYK color model

#CEE8DD color CMYK value is (11,0,5,9).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%

CMYK: (11,0,5,9)
C11M0Y5K9 (11%, 0%, 5%, 9%)
(0.11 / 0.00 / 0.05 / 0.09)

CMYK percentages

%11.21
%0
%4.74
%9.02

Codes

Color #CEE8DD in popluar color models

CE E8 DD
RGB 206 232 221
HSL 155° 36.11% 85.88%
HSB/HSV 155° 11.21% 90.98%
CMYK 11.21% 0.00% 4.74%
9.02%

Color #CEE8DD in popluar number systems.

HEX CE E8 DD
Decimal 206 232 221
Binary 11001110 11101000 11011101
Octal 316 350 335

Shades and tints

Shades of #CEE8DD

#CEE8DD
(206,232,221)
#BCD3C9
(188,211,201)
#AABEB5
(170,190,181)
#98A9A1
(152,169,161)
#86948D
(134,148,141)
#747F79
(116,127,121)
#626A65
(98,106,101)
#505551
(80,85,81)
#3E403D
(62,64,61)
#2C2B29
(44,43,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #CEE8DD

#CEE8DD
(206,232,221)
#D2EAE0
(210,234,224)
#D6ECE3
(214,236,227)
#DAEEE6
(218,238,230)
#DEF0E9
(222,240,233)
#E2F2EC
(226,242,236)
#E6F4EF
(230,244,239)
#EAF6F2
(234,246,242)
#EEF8F5
(238,248,245)
#F2FAF8
(242,250,248)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE8DD color. Also use rgb(206,232,221) instead hex code.

Text Font Color

.myTextColor { color: #CEE8DD; }

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

This text font color is #CEE8DD.

Background Color

.myBgColor { background-color: #CEE8DD; }

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

This div background color is #CEE8DD.

Border color

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

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

This div border color is #CEE8DD.

Opacity

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

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

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

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

This text has shadow with #CEE8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE8DD.

Preview

Color preview on black background

This text has color #CEE8DD on black background.


Color preview on white background

This text has color #CEE8DD on white background.


Black color preview on #CEE8DD background

This text has black color on #CEE8DD background.


White color preview on #CEE8DD background

This text has white color on #CEE8DD background.


Related colors

Complementary color

Complementary color for #hex is #311722.


I love getcolorcode.com

Triadic colors

1 #DDCEE8 and #E8DDCE with #CEE8DD are triadic colors.

2 #DDE8CE and #E8CEDD with #CEE8DD are triadic colors.