COLOR #CEE4D3

HEX: #CEE4D3 RGB: (206,228,211)

Color info

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

RGB color model

#CEE4D3 color RGB value is (206,228,211).

RGB: (206,228,211) (81%, 89%, 83%)

RGB channels and saturation

R 206 of 255 = 81%
G 228 of 255 = 89%
B 211 of 255 = 83%

206
228
211

R + G + B ~ 84%. #CEE4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 228 + 211 = 645 (100%)
R 206 of 645 ~ 31.94%
G 228 of 645 ~ 35.35%
B 211 of 645 ~ 32.71'%

%31.94
%35.35
%32.71

CMYK color model

#CEE4D3 color CMYK value is (10,0,7,11).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 10.59%

CMYK: (10,0,7,11)
C10M0Y7K11 (10%, 0%, 7%, 11%)
(0.10 / 0.00 / 0.07 / 0.11)

CMYK percentages

%9.65
%0
%7.46
%10.59

Codes

Color #CEE4D3 in popluar color models

CE E4 D3
RGB 206 228 211
HSL 134° 28.95% 85.10%
HSB/HSV 134° 9.65% 89.41%
CMYK 9.65% 0.00% 7.46%
10.59%

Color #CEE4D3 in popluar number systems.

HEX CE E4 D3
Decimal 206 228 211
Binary 11001110 11100100 11010011
Octal 316 344 323

Shades and tints

Shades of #CEE4D3

#CEE4D3
(206,228,211)
#BCD0C0
(188,208,192)
#AABCAD
(170,188,173)
#98A89A
(152,168,154)
#869487
(134,148,135)
#748074
(116,128,116)
#626C61
(98,108,97)
#50584E
(80,88,78)
#3E443B
(62,68,59)
#2C3028
(44,48,40)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #CEE4D3

#CEE4D3
(206,228,211)
#D2E6D7
(210,230,215)
#D6E8DB
(214,232,219)
#DAEADF
(218,234,223)
#DEECE3
(222,236,227)
#E2EEE7
(226,238,231)
#E6F0EB
(230,240,235)
#EAF2EF
(234,242,239)
#EEF4F3
(238,244,243)
#F2F6F7
(242,246,247)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE4D3 color. Also use rgb(206,228,211) instead hex code.

Text Font Color

.myTextColor { color: #CEE4D3; }

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

This text font color is #CEE4D3.

Background Color

.myBgColor { background-color: #CEE4D3; }

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

This div background color is #CEE4D3.

Border color

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

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

This div border color is #CEE4D3.

Opacity

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

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

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

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

This text has shadow with #CEE4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE4D3.

Preview

Color preview on black background

This text has color #CEE4D3 on black background.


Color preview on white background

This text has color #CEE4D3 on white background.


Black color preview on #CEE4D3 background

This text has black color on #CEE4D3 background.


White color preview on #CEE4D3 background

This text has white color on #CEE4D3 background.


Related colors

Complementary color

Complementary color for #hex is #311B2C.


I love getcolorcode.com

Triadic colors

1 #D3CEE4 and #E4D3CE with #CEE4D3 are triadic colors.

2 #D3E4CE and #E4CED3 with #CEE4D3 are triadic colors.