COLOR #CEE6C9

HEX: #CEE6C9
RGB: (206,230,201)

Color info

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

RGB color model

#CEE6C9 color RGB value is (206,230,201).

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

RGB channels and saturation

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

206
230
201

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

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 201 = 637 (100%)
R 206 of 637 ~ 32.34%
G 230 of 637 ~ 36.11%
B 201 of 637 ~ 31.55%

%32.34
%36.11
%31.55

CMYK color model

#CEE6C9 color CMYK value is (10,0,13,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(10,0,13,10)
C10M0Y13K10 
(10%,0%,13%,10%)
(0.10/0.00/0.13/0.10)	

CMYK percentages

%10.43
%0
%12.61
%9.8

Codes

Color #CEE6C9 in popluar color models

CEE6C9
RGB206230201
HSL110°36.71%84.51%
HSB/HSV110°12.61%90.20%
CMYK10.43%0.00%12.61%
9.80%

Color #CEE6C9 in popluar number systems.

HEXCEE6C9
Decimal206230201
Binary110011101110011011001001
Octal316346311

Shades and tints

Shades of #CEE6C9

#CEE6C9
(206,230,201)
#BCD2B7
(188,210,183)
#AABEA5
(170,190,165)
#98AA93
(152,170,147)
#869681
(134,150,129)
#74826F
(116,130,111)
#626E5D
(98,110,93)
#505A4B
(80,90,75)
#3E4639
(62,70,57)
#2C3227
(44,50,39)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #CEE6C9

#CEE6C9
(206,230,201)
#D2E8CD
(210,232,205)
#D6EAD1
(214,234,209)
#DAECD5
(218,236,213)
#DEEED9
(222,238,217)
#E2F0DD
(226,240,221)
#E6F2E1
(230,242,225)
#EAF4E5
(234,244,229)
#EEF6E9
(238,246,233)
#F2F8ED
(242,248,237)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE6C9; }

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

This text font color is #CEE6C9.


Background Color

.myBgColor { background-color: #CEE6C9; }

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

This div background color is #CEE6C9.


Border color

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

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

This div border color is #CEE6C9.


Opacity

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

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

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

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

This text has shadow with #CEE6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE6C9 on black background.


Color preview on white background

This text has color #CEE6C9 on white background.



Black color preview on #CEE6C9 background

This text has black color on #CEE6C9 background.


White color preview on #CEE6C9 background

This text has white color on #CEE6C9 background.