COLOR #CEE5C9

HEX: #CEE5C9
RGB: (206,229,201)

Color info

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

RGB color model

#CEE5C9 color RGB value is (206,229,201).

  • red value is 206;
  • green value is 229;
  • blue value is 201.
RGB:
(206,229,201)
(81%,90%,79%)

RGB channels and saturation

R 206 of 255 = 81%
G 229 of 255 = 90%
B 201 of 255 = 79%

206
229
201

R + G + B ~ 83%. #CEE5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 229 + 201 = 636 (100%)
R 206 of 636 ~ 32.39%
G 229 of 636 ~ 36.01%
B 201 of 636 ~ 31.6%

%32.39
%36.01
%31.6

CMYK color model

#CEE5C9 color CMYK value is (10,0,12,10).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 10.20%
CMYK:
(10,0,12,10)
C10M0Y12K10 
(10%,0%,12%,10%)
(0.10/0.00/0.12/0.10)	

CMYK percentages

%10.04
%0
%12.23
%10.2

Codes

Color #CEE5C9 in popluar color models

CEE5C9
RGB206229201
HSL109°35.00%84.31%
HSB/HSV109°12.23%89.80%
CMYK10.04%0.00%12.23%
10.20%

Color #CEE5C9 in popluar number systems.

HEXCEE5C9
Decimal206229201
Binary110011101110010111001001
Octal316345311

Shades and tints

Shades of #CEE5C9

#CEE5C9
(206,229,201)
#BCD1B7
(188,209,183)
#AABDA5
(170,189,165)
#98A993
(152,169,147)
#869581
(134,149,129)
#74816F
(116,129,111)
#626D5D
(98,109,93)
#50594B
(80,89,75)
#3E4539
(62,69,57)
#2C3127
(44,49,39)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #CEE5C9

#CEE5C9
(206,229,201)
#D2E7CD
(210,231,205)
#D6E9D1
(214,233,209)
#DAEBD5
(218,235,213)
#DEEDD9
(222,237,217)
#E2EFDD
(226,239,221)
#E6F1E1
(230,241,225)
#EAF3E5
(234,243,229)
#EEF5E9
(238,245,233)
#F2F7ED
(242,247,237)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE5C9 color. Also use rgb(206,229,201) instead hex code.

Text Font Color

.myTextColor { color: #CEE5C9; }

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

This text font color is #CEE5C9.


Background Color

.myBgColor { background-color: #CEE5C9; }

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

This div background color is #CEE5C9.


Border color

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

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

This div border color is #CEE5C9.


Opacity

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

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

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

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

This text has shadow with #CEE5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE5C9 on black background.


Color preview on white background

This text has color #CEE5C9 on white background.



Black color preview on #CEE5C9 background

This text has black color on #CEE5C9 background.


White color preview on #CEE5C9 background

This text has white color on #CEE5C9 background.