COLOR #CEE9CF

HEX: #CEE9CF
RGB: (206,233,207)

Color info

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

RGB color model

#CEE9CF color RGB value is (206,233,207).

  • red value is 206;
  • green value is 233;
  • blue value is 207.
RGB:
(206,233,207)
(81%,91%,81%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 207 of 255 = 81%

206
233
207

R + G + B ~ 84%. #CEE9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 207 = 646 (100%)
R 206 of 646 ~ 31.89%
G 233 of 646 ~ 36.07%
B 207 of 646 ~ 32.04%

%31.89
%36.07
%32.04

CMYK color model

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

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 8.63%
CMYK:
(12,0,11,9)
C12M0Y11K9 
(12%,0%,11%,9%)
(0.12/0.00/0.11/0.09)	

CMYK percentages

%11.59
%0
%11.16
%8.63

Codes

Color #CEE9CF in popluar color models

CEE9CF
RGB206233207
HSL122°38.03%86.08%
HSB/HSV122°11.59%91.37%
CMYK11.59%0.00%11.16%
8.63%

Color #CEE9CF in popluar number systems.

HEXCEE9CF
Decimal206233207
Binary110011101110100111001111
Octal316351317

Shades and tints

Shades of #CEE9CF

#CEE9CF
(206,233,207)
#BCD4BD
(188,212,189)
#AABFAB
(170,191,171)
#98AA99
(152,170,153)
#869587
(134,149,135)
#748075
(116,128,117)
#626B63
(98,107,99)
#505651
(80,86,81)
#3E413F
(62,65,63)
#2C2C2D
(44,44,45)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #CEE9CF

#CEE9CF
(206,233,207)
#D2EBD3
(210,235,211)
#D6EDD7
(214,237,215)
#DAEFDB
(218,239,219)
#DEF1DF
(222,241,223)
#E2F3E3
(226,243,227)
#E6F5E7
(230,245,231)
#EAF7EB
(234,247,235)
#EEF9EF
(238,249,239)
#F2FBF3
(242,251,243)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9CF; }

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

This text font color is #CEE9CF.


Background Color

.myBgColor { background-color: #CEE9CF; }

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

This div background color is #CEE9CF.


Border color

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

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

This div border color is #CEE9CF.


Opacity

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

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

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

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

This text has shadow with #CEE9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9CF on black background.


Color preview on white background

This text has color #CEE9CF on white background.



Black color preview on #CEE9CF background

This text has black color on #CEE9CF background.


White color preview on #CEE9CF background

This text has white color on #CEE9CF background.