COLOR #CEE4E9

HEX: #CEE4E9
RGB: (206,228,233)

Color info

#CEE4E9 contains red, green and blue colors in about the same proportion. Web safe color of #CEE4E9 is #CCCCFF (or #CCF).

RGB color model

#CEE4E9 color RGB value is (206,228,233).

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

RGB channels and saturation

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

206
228
233

R + G + B ~ 87%. #CEE4E9 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 228 + 233 = 667 (100%)
R 206 of 667 ~ 30.88%
G 228 of 667 ~ 34.18%
B 233 of 667 ~ 34.93%

%30.88
%34.18
%34.93

CMYK color model

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

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

CMYK percentages

%11.59
%2.15
%0
%8.63

Codes

Color #CEE4E9 in popluar color models

CEE4E9
RGB206228233
HSL191°38.03%86.08%
HSB/HSV191°11.59%91.37%
CMYK11.59%2.15%0.00%
8.63%

Color #CEE4E9 in popluar number systems.

HEXCEE4E9
Decimal206228233
Binary110011101110010011101001
Octal316344351

Shades and tints

Shades of #CEE4E9

#CEE4E9
(206,228,233)
#BCD0D4
(188,208,212)
#AABCBF
(170,188,191)
#98A8AA
(152,168,170)
#869495
(134,148,149)
#748080
(116,128,128)
#626C6B
(98,108,107)
#505856
(80,88,86)
#3E4441
(62,68,65)
#2C302C
(44,48,44)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #CEE4E9

#CEE4E9
(206,228,233)
#D2E6EB
(210,230,235)
#D6E8ED
(214,232,237)
#DAEAEF
(218,234,239)
#DEECF1
(222,236,241)
#E2EEF3
(226,238,243)
#E6F0F5
(230,240,245)
#EAF2F7
(234,242,247)
#EEF4F9
(238,244,249)
#F2F6FB
(242,246,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE4E9; }

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

This text font color is #CEE4E9.


Background Color

.myBgColor { background-color: #CEE4E9; }

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

This div background color is #CEE4E9.


Border color

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

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

This div border color is #CEE4E9.


Opacity

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

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

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

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

This text has shadow with #CEE4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE4E9 on black background.


Color preview on white background

This text has color #CEE4E9 on white background.



Black color preview on #CEE4E9 background

This text has black color on #CEE4E9 background.


White color preview on #CEE4E9 background

This text has white color on #CEE4E9 background.