COLOR #CEE3D6

HEX: #CEE3D6 RGB: (206,227,214)

Color info

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

RGB color model

#CEE3D6 color RGB value is (206,227,214).

RGB: (206,227,214) (81%, 89%, 84%)

RGB channels and saturation

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

206
227
214

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

Portions of RGB colors in percentages

R + G + B = 206 + 227 + 214 = 647 (100%)
R 206 of 647 ~ 31.84%
G 227 of 647 ~ 35.09%
B 214 of 647 ~ 33.08'%

%31.84
%35.09
%33.08

CMYK color model

#CEE3D6 color CMYK value is (9,0,6,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 10.98%

CMYK: (9,0,6,11)
C9M0Y6K11 (9%, 0%, 6%, 11%)
(0.09 / 0.00 / 0.06 / 0.11)

CMYK percentages

%9.25
%0
%5.73
%10.98

Codes

Color #CEE3D6 in popluar color models

CE E3 D6
RGB 206 227 214
HSL 143° 27.27% 84.90%
HSB/HSV 143° 9.25% 89.02%
CMYK 9.25% 0.00% 5.73%
10.98%

Color #CEE3D6 in popluar number systems.

HEX CE E3 D6
Decimal 206 227 214
Binary 11001110 11100011 11010110
Octal 316 343 326

Shades and tints

Shades of #CEE3D6

#CEE3D6
(206,227,214)
#BCCFC3
(188,207,195)
#AABBB0
(170,187,176)
#98A79D
(152,167,157)
#86938A
(134,147,138)
#747F77
(116,127,119)
#626B64
(98,107,100)
#505751
(80,87,81)
#3E433E
(62,67,62)
#2C2F2B
(44,47,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #CEE3D6

#CEE3D6
(206,227,214)
#D2E5D9
(210,229,217)
#D6E7DC
(214,231,220)
#DAE9DF
(218,233,223)
#DEEBE2
(222,235,226)
#E2EDE5
(226,237,229)
#E6EFE8
(230,239,232)
#EAF1EB
(234,241,235)
#EEF3EE
(238,243,238)
#F2F5F1
(242,245,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3D6; }

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

This text font color is #CEE3D6.

Background Color

.myBgColor { background-color: #CEE3D6; }

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

This div background color is #CEE3D6.

Border color

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

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

This div border color is #CEE3D6.

Opacity

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

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

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

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

This text has shadow with #CEE3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE3D6.

Preview

Color preview on black background

This text has color #CEE3D6 on black background.


Color preview on white background

This text has color #CEE3D6 on white background.


Black color preview on #CEE3D6 background

This text has black color on #CEE3D6 background.


White color preview on #CEE3D6 background

This text has white color on #CEE3D6 background.


Related colors

Complementary color

Complementary color for #hex is #311C29.


I love getcolorcode.com

Triadic colors

1 #D6CEE3 and #E3D6CE with #CEE3D6 are triadic colors.

2 #D6E3CE and #E3CED6 with #CEE3D6 are triadic colors.