COLOR #CEE3D7

HEX: #CEE3D7
RGB: (206,227,215)

Color info

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

RGB color model

#CEE3D7 color RGB value is (206,227,215).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 215 of 255 = 84%

206
227
215

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

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 215 = 648 (100%)
R 206 of 648 ~ 31.79%
G 227 of 648 ~ 35.03%
B 215 of 648 ~ 33.18%

%31.79
%35.03
%33.18

CMYK color model

#CEE3D7 color CMYK value is (9,0,5,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK:
(9,0,5,11)
C9M0Y5K11 
(9%,0%,5%,11%)
(0.09/0.00/0.05/0.11)	

CMYK percentages

%9.25
%0
%5.29
%10.98

Codes

Color #CEE3D7 in popluar color models

CEE3D7
RGB206227215
HSL146°27.27%84.90%
HSB/HSV146°9.25%89.02%
CMYK9.25%0.00%5.29%
10.98%

Color #CEE3D7 in popluar number systems.

HEXCEE3D7
Decimal206227215
Binary110011101110001111010111
Octal316343327

Shades and tints

Shades of #CEE3D7

#CEE3D7
(206,227,215)
#BCCFC4
(188,207,196)
#AABBB1
(170,187,177)
#98A79E
(152,167,158)
#86938B
(134,147,139)
#747F78
(116,127,120)
#626B65
(98,107,101)
#505752
(80,87,82)
#3E433F
(62,67,63)
#2C2F2C
(44,47,44)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #CEE3D7

#CEE3D7
(206,227,215)
#D2E5DA
(210,229,218)
#D6E7DD
(214,231,221)
#DAE9E0
(218,233,224)
#DEEBE3
(222,235,227)
#E2EDE6
(226,237,230)
#E6EFE9
(230,239,233)
#EAF1EC
(234,241,236)
#EEF3EF
(238,243,239)
#F2F5F2
(242,245,242)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3D7; }

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

This text font color is #CEE3D7.


Background Color

.myBgColor { background-color: #CEE3D7; }

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

This div background color is #CEE3D7.


Border color

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

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

This div border color is #CEE3D7.


Opacity

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

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

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

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

This text has shadow with #CEE3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3D7 on black background.


Color preview on white background

This text has color #CEE3D7 on white background.



Black color preview on #CEE3D7 background

This text has black color on #CEE3D7 background.


White color preview on #CEE3D7 background

This text has white color on #CEE3D7 background.