COLOR #CEE3C9

HEX: #CEE3C9
RGB: (206,227,201)

Color info

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

RGB color model

#CEE3C9 color RGB value is (206,227,201).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 201 of 255 = 79%

206
227
201

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

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 201 = 634 (100%)
R 206 of 634 ~ 32.49%
G 227 of 634 ~ 35.8%
B 201 of 634 ~ 31.7%

%32.49
%35.8
%31.7

CMYK color model

#CEE3C9 color CMYK value is (9,0,11,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK:
(9,0,11,11)
C9M0Y11K11 
(9%,0%,11%,11%)
(0.09/0.00/0.11/0.11)	

CMYK percentages

%9.25
%0
%11.45
%10.98

Codes

Color #CEE3C9 in popluar color models

CEE3C9
RGB206227201
HSL108°31.71%83.92%
HSB/HSV108°11.45%89.02%
CMYK9.25%0.00%11.45%
10.98%

Color #CEE3C9 in popluar number systems.

HEXCEE3C9
Decimal206227201
Binary110011101110001111001001
Octal316343311

Shades and tints

Shades of #CEE3C9

#CEE3C9
(206,227,201)
#BCCFB7
(188,207,183)
#AABBA5
(170,187,165)
#98A793
(152,167,147)
#869381
(134,147,129)
#747F6F
(116,127,111)
#626B5D
(98,107,93)
#50574B
(80,87,75)
#3E4339
(62,67,57)
#2C2F27
(44,47,39)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEE3C9

#CEE3C9
(206,227,201)
#D2E5CD
(210,229,205)
#D6E7D1
(214,231,209)
#DAE9D5
(218,233,213)
#DEEBD9
(222,235,217)
#E2EDDD
(226,237,221)
#E6EFE1
(230,239,225)
#EAF1E5
(234,241,229)
#EEF3E9
(238,243,233)
#F2F5ED
(242,245,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3C9; }

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

This text font color is #CEE3C9.


Background Color

.myBgColor { background-color: #CEE3C9; }

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

This div background color is #CEE3C9.


Border color

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

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

This div border color is #CEE3C9.


Opacity

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

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

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

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

This text has shadow with #CEE3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3C9 on black background.


Color preview on white background

This text has color #CEE3C9 on white background.



Black color preview on #CEE3C9 background

This text has black color on #CEE3C9 background.


White color preview on #CEE3C9 background

This text has white color on #CEE3C9 background.