COLOR #CEE3D4

HEX: #CEE3D4
RGB: (206,227,212)

Color info

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

RGB color model

#CEE3D4 color RGB value is (206,227,212).

  • red value is 206;
  • green value is 227;
  • blue value is 212.
RGB:
(206,227,212)
(81%,89%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 212 of 255 = 83%

206
227
212

R + G + B ~ 84%. #CEE3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 212 = 645 (100%)
R 206 of 645 ~ 31.94%
G 227 of 645 ~ 35.19%
B 212 of 645 ~ 32.87%

%31.94
%35.19
%32.87

CMYK color model

#CEE3D4 color CMYK value is (9,0,7,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK:
(9,0,7,11)
C9M0Y7K11 
(9%,0%,7%,11%)
(0.09/0.00/0.07/0.11)	

CMYK percentages

%9.25
%0
%6.61
%10.98

Codes

Color #CEE3D4 in popluar color models

CEE3D4
RGB206227212
HSL137°27.27%84.90%
HSB/HSV137°9.25%89.02%
CMYK9.25%0.00%6.61%
10.98%

Color #CEE3D4 in popluar number systems.

HEXCEE3D4
Decimal206227212
Binary110011101110001111010100
Octal316343324

Shades and tints

Shades of #CEE3D4

#CEE3D4
(206,227,212)
#BCCFC1
(188,207,193)
#AABBAE
(170,187,174)
#98A79B
(152,167,155)
#869388
(134,147,136)
#747F75
(116,127,117)
#626B62
(98,107,98)
#50574F
(80,87,79)
#3E433C
(62,67,60)
#2C2F29
(44,47,41)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #CEE3D4

#CEE3D4
(206,227,212)
#D2E5D7
(210,229,215)
#D6E7DA
(214,231,218)
#DAE9DD
(218,233,221)
#DEEBE0
(222,235,224)
#E2EDE3
(226,237,227)
#E6EFE6
(230,239,230)
#EAF1E9
(234,241,233)
#EEF3EC
(238,243,236)
#F2F5EF
(242,245,239)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3D4; }

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

This text font color is #CEE3D4.


Background Color

.myBgColor { background-color: #CEE3D4; }

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

This div background color is #CEE3D4.


Border color

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

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

This div border color is #CEE3D4.


Opacity

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

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

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

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

This text has shadow with #CEE3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3D4 on black background.


Color preview on white background

This text has color #CEE3D4 on white background.



Black color preview on #CEE3D4 background

This text has black color on #CEE3D4 background.


White color preview on #CEE3D4 background

This text has white color on #CEE3D4 background.