COLOR #CEE3DD

HEX: #CEE3DD RGB: (206,227,221)

Color info

#CEE3DD contains red, green and blue colors in about the same proportion. Web safe color of #CEE3DD is #CCCCCC (or #CCC).

RGB color model

#CEE3DD color RGB value is (206,227,221).

RGB: (206,227,221) (81%, 89%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 221 of 255 = 87%

206
227
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 227 + 221 = 654 (100%)
R 206 of 654 ~ 31.5%
G 227 of 654 ~ 34.71%
B 221 of 654 ~ 33.79'%

%31.5
%34.71
%33.79

CMYK color model

#CEE3DD color CMYK value is (9,0,3,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (9,0,3,11)
C9M0Y3K11 (9%, 0%, 3%, 11%)
(0.09 / 0.00 / 0.03 / 0.11)

CMYK percentages

%9.25
%0
%2.64
%10.98

Codes

Color #CEE3DD in popluar color models

CE E3 DD
RGB 206 227 221
HSL 163° 27.27% 84.90%
HSB/HSV 163° 9.25% 89.02%
CMYK 9.25% 0.00% 2.64%
10.98%

Color #CEE3DD in popluar number systems.

HEX CE E3 DD
Decimal 206 227 221
Binary 11001110 11100011 11011101
Octal 316 343 335

Shades and tints

Shades of #CEE3DD

#CEE3DD
(206,227,221)
#BCCFC9
(188,207,201)
#AABBB5
(170,187,181)
#98A7A1
(152,167,161)
#86938D
(134,147,141)
#747F79
(116,127,121)
#626B65
(98,107,101)
#505751
(80,87,81)
#3E433D
(62,67,61)
#2C2F29
(44,47,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEE3DD

#CEE3DD
(206,227,221)
#D2E5E0
(210,229,224)
#D6E7E3
(214,231,227)
#DAE9E6
(218,233,230)
#DEEBE9
(222,235,233)
#E2EDEC
(226,237,236)
#E6EFEF
(230,239,239)
#EAF1F2
(234,241,242)
#EEF3F5
(238,243,245)
#F2F5F8
(242,245,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3DD; }

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

This text font color is #CEE3DD.

Background Color

.myBgColor { background-color: #CEE3DD; }

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

This div background color is #CEE3DD.

Border color

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

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

This div border color is #CEE3DD.

Opacity

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

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

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

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

This text has shadow with #CEE3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE3DD.

Preview

Color preview on black background

This text has color #CEE3DD on black background.


Color preview on white background

This text has color #CEE3DD on white background.


Black color preview on #CEE3DD background

This text has black color on #CEE3DD background.


White color preview on #CEE3DD background

This text has white color on #CEE3DD background.


Related colors

Complementary color

Complementary color for #hex is #311C22.


I love getcolorcode.com

Triadic colors

1 #DDCEE3 and #E3DDCE with #CEE3DD are triadic colors.

2 #DDE3CE and #E3CEDD with #CEE3DD are triadic colors.