COLOR #CEE0E5

HEX: #CEE0E5
RGB: (206,224,229)

Color info

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

RGB color model

#CEE0E5 color RGB value is (206,224,229).

  • red value is 206;
  • green value is 224;
  • blue value is 229.
RGB:
(206,224,229)
(81%,88%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 224 of 255 = 88%
B 229 of 255 = 90%

206
224
229

R + G + B ~ 86%. #CEE0E5 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 224 + 229 = 659 (100%)
R 206 of 659 ~ 31.26%
G 224 of 659 ~ 33.99%
B 229 of 659 ~ 34.75%

%31.26
%33.99
%34.75

CMYK color model

#CEE0E5 color CMYK value is (10,2,0,10).

  • cyan value is 10.04%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,2,0,10)
C10M2Y0K10 
(10%,2%,0%,10%)
(0.10/0.02/0.00/0.10)	

CMYK percentages

%10.04
%2.18
%0
%10.2

Codes

Color #CEE0E5 in popluar color models

CEE0E5
RGB206224229
HSL193°30.67%85.29%
HSB/HSV193°10.04%89.80%
CMYK10.04%2.18%0.00%
10.20%

Color #CEE0E5 in popluar number systems.

HEXCEE0E5
Decimal206224229
Binary110011101110000011100101
Octal316340345

Shades and tints

Shades of #CEE0E5

#CEE0E5
(206,224,229)
#BCCCD1
(188,204,209)
#AAB8BD
(170,184,189)
#98A4A9
(152,164,169)
#869095
(134,144,149)
#747C81
(116,124,129)
#62686D
(98,104,109)
#505459
(80,84,89)
#3E4045
(62,64,69)
#2C2C31
(44,44,49)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #CEE0E5

#CEE0E5
(206,224,229)
#D2E2E7
(210,226,231)
#D6E4E9
(214,228,233)
#DAE6EB
(218,230,235)
#DEE8ED
(222,232,237)
#E2EAEF
(226,234,239)
#E6ECF1
(230,236,241)
#EAEEF3
(234,238,243)
#EEF0F5
(238,240,245)
#F2F2F7
(242,242,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE0E5; }

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

This text font color is #CEE0E5.


Background Color

.myBgColor { background-color: #CEE0E5; }

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

This div background color is #CEE0E5.


Border color

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

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

This div border color is #CEE0E5.


Opacity

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

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

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

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

This text has shadow with #CEE0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE0E5 on black background.


Color preview on white background

This text has color #CEE0E5 on white background.



Black color preview on #CEE0E5 background

This text has black color on #CEE0E5 background.


White color preview on #CEE0E5 background

This text has white color on #CEE0E5 background.