COLOR #CEE4D6

HEX: #CEE4D6
RGB: (206,228,214)

Color info

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

RGB color model

#CEE4D6 color RGB value is (206,228,214).

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

RGB channels and saturation

R 206 of 255 = 81%
G 228 of 255 = 89%
B 214 of 255 = 84%

206
228
214

R + G + B ~ 85%. #CEE4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 228 + 214 = 648 (100%)
R 206 of 648 ~ 31.79%
G 228 of 648 ~ 35.19%
B 214 of 648 ~ 33.02%

%31.79
%35.19
%33.02

CMYK color model

#CEE4D6 color CMYK value is (10,0,6,11).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(10,0,6,11)
C10M0Y6K11 
(10%,0%,6%,11%)
(0.10/0.00/0.06/0.11)	

CMYK percentages

%9.65
%0
%6.14
%10.59

Codes

Color #CEE4D6 in popluar color models

CEE4D6
RGB206228214
HSL142°28.95%85.10%
HSB/HSV142°9.65%89.41%
CMYK9.65%0.00%6.14%
10.59%

Color #CEE4D6 in popluar number systems.

HEXCEE4D6
Decimal206228214
Binary110011101110010011010110
Octal316344326

Shades and tints

Shades of #CEE4D6

#CEE4D6
(206,228,214)
#BCD0C3
(188,208,195)
#AABCB0
(170,188,176)
#98A89D
(152,168,157)
#86948A
(134,148,138)
#748077
(116,128,119)
#626C64
(98,108,100)
#505851
(80,88,81)
#3E443E
(62,68,62)
#2C302B
(44,48,43)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #CEE4D6

#CEE4D6
(206,228,214)
#D2E6D9
(210,230,217)
#D6E8DC
(214,232,220)
#DAEADF
(218,234,223)
#DEECE2
(222,236,226)
#E2EEE5
(226,238,229)
#E6F0E8
(230,240,232)
#EAF2EB
(234,242,235)
#EEF4EE
(238,244,238)
#F2F6F1
(242,246,241)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE4D6; }

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

This text font color is #CEE4D6.


Background Color

.myBgColor { background-color: #CEE4D6; }

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

This div background color is #CEE4D6.


Border color

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

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

This div border color is #CEE4D6.


Opacity

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

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

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

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

This text has shadow with #CEE4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE4D6 on black background.


Color preview on white background

This text has color #CEE4D6 on white background.



Black color preview on #CEE4D6 background

This text has black color on #CEE4D6 background.


White color preview on #CEE4D6 background

This text has white color on #CEE4D6 background.