COLOR #CEE9E1

HEX: #CEE9E1 RGB: (206,233,225)

Color info

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

RGB color model

#CEE9E1 color RGB value is (206,233,225).

RGB: (206,233,225) (81%, 91%, 88%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 225 of 255 = 88%

206
233
225

R + G + B ~ 87%. #CEE9E1 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 225 = 664 (100%)
R 206 of 664 ~ 31.02%
G 233 of 664 ~ 35.09%
B 225 of 664 ~ 33.89'%

%31.02
%35.09
%33.89

CMYK color model

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

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

CMYK: (12,0,3,9)
C12M0Y3K9 (12%, 0%, 3%, 9%)
(0.12 / 0.00 / 0.03 / 0.09)

CMYK percentages

%11.59
%0
%3.43
%8.63

Codes

Color #CEE9E1 in popluar color models

CE E9 E1
RGB 206 233 225
HSL 162° 38.03% 86.08%
HSB/HSV 162° 11.59% 91.37%
CMYK 11.59% 0.00% 3.43%
8.63%

Color #CEE9E1 in popluar number systems.

HEX CE E9 E1
Decimal 206 233 225
Binary 11001110 11101001 11100001
Octal 316 351 341

Shades and tints

Shades of #CEE9E1

#CEE9E1
(206,233,225)
#BCD4CD
(188,212,205)
#AABFB9
(170,191,185)
#98AAA5
(152,170,165)
#869591
(134,149,145)
#74807D
(116,128,125)
#626B69
(98,107,105)
#505655
(80,86,85)
#3E4141
(62,65,65)
#2C2C2D
(44,44,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #CEE9E1

#CEE9E1
(206,233,225)
#D2EBE3
(210,235,227)
#D6EDE5
(214,237,229)
#DAEFE7
(218,239,231)
#DEF1E9
(222,241,233)
#E2F3EB
(226,243,235)
#E6F5ED
(230,245,237)
#EAF7EF
(234,247,239)
#EEF9F1
(238,249,241)
#F2FBF3
(242,251,243)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9E1; }

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

This text font color is #CEE9E1.

Background Color

.myBgColor { background-color: #CEE9E1; }

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

This div background color is #CEE9E1.

Border color

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

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

This div border color is #CEE9E1.

Opacity

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

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

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

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

This text has shadow with #CEE9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9E1.

Preview

Color preview on black background

This text has color #CEE9E1 on black background.


Color preview on white background

This text has color #CEE9E1 on white background.


Black color preview on #CEE9E1 background

This text has black color on #CEE9E1 background.


White color preview on #CEE9E1 background

This text has white color on #CEE9E1 background.


Related colors

Complementary color

Complementary color for #hex is #31161E.


I love getcolorcode.com

Triadic colors

1 #E1CEE9 and #E9E1CE with #CEE9E1 are triadic colors.

2 #E1E9CE and #E9CEE1 with #CEE9E1 are triadic colors.