COLOR #CEE9D4

HEX: #CEE9D4 RGB: (206,233,212)

Color info

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

RGB color model

#CEE9D4 color RGB value is (206,233,212).

RGB: (206,233,212) (81%, 91%, 83%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 212 of 255 = 83%

206
233
212

R + G + B ~ 85%. #CEE9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 212 = 651 (100%)
R 206 of 651 ~ 31.64%
G 233 of 651 ~ 35.79%
B 212 of 651 ~ 32.57'%

%31.64
%35.79
%32.57

CMYK color model

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

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 8.63%

CMYK: (12,0,9,9)
C12M0Y9K9 (12%, 0%, 9%, 9%)
(0.12 / 0.00 / 0.09 / 0.09)

CMYK percentages

%11.59
%0
%9.01
%8.63

Codes

Color #CEE9D4 in popluar color models

CE E9 D4
RGB 206 233 212
HSL 133° 38.03% 86.08%
HSB/HSV 133° 11.59% 91.37%
CMYK 11.59% 0.00% 9.01%
8.63%

Color #CEE9D4 in popluar number systems.

HEX CE E9 D4
Decimal 206 233 212
Binary 11001110 11101001 11010100
Octal 316 351 324

Shades and tints

Shades of #CEE9D4

#CEE9D4
(206,233,212)
#BCD4C1
(188,212,193)
#AABFAE
(170,191,174)
#98AA9B
(152,170,155)
#869588
(134,149,136)
#748075
(116,128,117)
#626B62
(98,107,98)
#50564F
(80,86,79)
#3E413C
(62,65,60)
#2C2C29
(44,44,41)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #CEE9D4

#CEE9D4
(206,233,212)
#D2EBD7
(210,235,215)
#D6EDDA
(214,237,218)
#DAEFDD
(218,239,221)
#DEF1E0
(222,241,224)
#E2F3E3
(226,243,227)
#E6F5E6
(230,245,230)
#EAF7E9
(234,247,233)
#EEF9EC
(238,249,236)
#F2FBEF
(242,251,239)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9D4; }

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

This text font color is #CEE9D4.

Background Color

.myBgColor { background-color: #CEE9D4; }

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

This div background color is #CEE9D4.

Border color

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

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

This div border color is #CEE9D4.

Opacity

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

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

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

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

This text has shadow with #CEE9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9D4.

Preview

Color preview on black background

This text has color #CEE9D4 on black background.


Color preview on white background

This text has color #CEE9D4 on white background.


Black color preview on #CEE9D4 background

This text has black color on #CEE9D4 background.


White color preview on #CEE9D4 background

This text has white color on #CEE9D4 background.


Related colors

Complementary color

Complementary color for #hex is #31162B.


I love getcolorcode.com

Triadic colors

1 #D4CEE9 and #E9D4CE with #CEE9D4 are triadic colors.

2 #D4E9CE and #E9CED4 with #CEE9D4 are triadic colors.