COLOR #CEE5E4

HEX: #CEE5E4
RGB: (206,229,228)

Color info

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

RGB color model

#CEE5E4 color RGB value is (206,229,228).

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

RGB channels and saturation

R 206 of 255 = 81%
G 229 of 255 = 90%
B 228 of 255 = 89%

206
229
228

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

Portions of RGB colors in percentages

R + G + B =
206 + 229 + 228 = 663 (100%)
R 206 of 663 ~ 31.07%
G 229 of 663 ~ 34.54%
B 228 of 663 ~ 34.39%

%31.07
%34.54
%34.39

CMYK color model

#CEE5E4 color CMYK value is (10,0,0,10).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 10.20%
CMYK:
(10,0,0,10)
C10M0Y0K10 
(10%,0%,0%,10%)
(0.10/0.00/0.00/0.10)	

CMYK percentages

%10.04
%0
%0.44
%10.2

Codes

Color #CEE5E4 in popluar color models

CEE5E4
RGB206229228
HSL177°30.67%85.29%
HSB/HSV177°10.04%89.80%
CMYK10.04%0.00%0.44%
10.20%

Color #CEE5E4 in popluar number systems.

HEXCEE5E4
Decimal206229228
Binary110011101110010111100100
Octal316345344

Shades and tints

Shades of #CEE5E4

#CEE5E4
(206,229,228)
#BCD1D0
(188,209,208)
#AABDBC
(170,189,188)
#98A9A8
(152,169,168)
#869594
(134,149,148)
#748180
(116,129,128)
#626D6C
(98,109,108)
#505958
(80,89,88)
#3E4544
(62,69,68)
#2C3130
(44,49,48)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #CEE5E4

#CEE5E4
(206,229,228)
#D2E7E6
(210,231,230)
#D6E9E8
(214,233,232)
#DAEBEA
(218,235,234)
#DEEDEC
(222,237,236)
#E2EFEE
(226,239,238)
#E6F1F0
(230,241,240)
#EAF3F2
(234,243,242)
#EEF5F4
(238,245,244)
#F2F7F6
(242,247,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE5E4; }

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

This text font color is #CEE5E4.


Background Color

.myBgColor { background-color: #CEE5E4; }

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

This div background color is #CEE5E4.


Border color

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

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

This div border color is #CEE5E4.


Opacity

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

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

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

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

This text has shadow with #CEE5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE5E4 on black background.


Color preview on white background

This text has color #CEE5E4 on white background.



Black color preview on #CEE5E4 background

This text has black color on #CEE5E4 background.


White color preview on #CEE5E4 background

This text has white color on #CEE5E4 background.