COLOR #CEE9E9

HEX: #CEE9E9
RGB: (206,233,233)

Color info

#CEE9E9 contains red, green and blue colors in about the same proportion. Web safe color of #CEE9E9 is #CCFFFF (or #CFF).

RGB color model

#CEE9E9 color RGB value is (206,233,233).

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

RGB channels and saturation

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

206
233
233

R + G + B ~ 88%. #CEE9E9 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 233 = 672 (100%)
R 206 of 672 ~ 30.65%
G 233 of 672 ~ 34.67%
B 233 of 672 ~ 34.67%

%30.65
%34.67
%34.67

CMYK color model

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

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

CMYK percentages

%11.59
%0
%0
%8.63

Codes

Color #CEE9E9 in popluar color models

CEE9E9
RGB206233233
HSL180°38.03%86.08%
HSB/HSV180°11.59%91.37%
CMYK11.59%0.00%0.00%
8.63%

Color #CEE9E9 in popluar number systems.

HEXCEE9E9
Decimal206233233
Binary110011101110100111101001
Octal316351351

Shades and tints

Shades of #CEE9E9

#CEE9E9
(206,233,233)
#BCD4D4
(188,212,212)
#AABFBF
(170,191,191)
#98AAAA
(152,170,170)
#869595
(134,149,149)
#748080
(116,128,128)
#626B6B
(98,107,107)
#505656
(80,86,86)
#3E4141
(62,65,65)
#2C2C2C
(44,44,44)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #CEE9E9

#CEE9E9
(206,233,233)
#D2EBEB
(210,235,235)
#D6EDED
(214,237,237)
#DAEFEF
(218,239,239)
#DEF1F1
(222,241,241)
#E2F3F3
(226,243,243)
#E6F5F5
(230,245,245)
#EAF7F7
(234,247,247)
#EEF9F9
(238,249,249)
#F2FBFB
(242,251,251)
#F6FDFD
(246,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9E9; }

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

This text font color is #CEE9E9.


Background Color

.myBgColor { background-color: #CEE9E9; }

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

This div background color is #CEE9E9.


Border color

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

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

This div border color is #CEE9E9.


Opacity

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

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

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

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

This text has shadow with #CEE9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9E9 on black background.


Color preview on white background

This text has color #CEE9E9 on white background.



Black color preview on #CEE9E9 background

This text has black color on #CEE9E9 background.


White color preview on #CEE9E9 background

This text has white color on #CEE9E9 background.