COLOR #CEE0E9

HEX: #CEE0E9 RGB: (206,224,233)

Color info

#CEE0E9 contains red, green and blue colors in about the same proportion. Web safe color of #CEE0E9 is #CCCCFF (or #CCF).

RGB color model

#CEE0E9 color RGB value is (206,224,233).

RGB: (206,224,233) (81%, 88%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 224 of 255 = 88%
B 233 of 255 = 91%

206
224
233

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

Portions of RGB colors in percentages

R + G + B = 206 + 224 + 233 = 663 (100%)
R 206 of 663 ~ 31.07%
G 224 of 663 ~ 33.79%
B 233 of 663 ~ 35.14'%

%31.07
%33.79
%35.14

CMYK color model

#CEE0E9 color CMYK value is (12,4,0,9).

  • cyan value is 11.59%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (12,4,0,9)
C12M4Y0K9 (12%, 4%, 0%, 9%)
(0.12 / 0.04 / 0.00 / 0.09)

CMYK percentages

%11.59
%3.86
%0
%8.63

Codes

Color #CEE0E9 in popluar color models

CE E0 E9
RGB 206 224 233
HSL 200° 38.03% 86.08%
HSB/HSV 200° 11.59% 91.37%
CMYK 11.59% 3.86% 0.00%
8.63%

Color #CEE0E9 in popluar number systems.

HEX CE E0 E9
Decimal 206 224 233
Binary 11001110 11100000 11101001
Octal 316 340 351

Shades and tints

Shades of #CEE0E9

#CEE0E9
(206,224,233)
#BCCCD4
(188,204,212)
#AAB8BF
(170,184,191)
#98A4AA
(152,164,170)
#869095
(134,144,149)
#747C80
(116,124,128)
#62686B
(98,104,107)
#505456
(80,84,86)
#3E4041
(62,64,65)
#2C2C2C
(44,44,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #CEE0E9

#CEE0E9
(206,224,233)
#D2E2EB
(210,226,235)
#D6E4ED
(214,228,237)
#DAE6EF
(218,230,239)
#DEE8F1
(222,232,241)
#E2EAF3
(226,234,243)
#E6ECF5
(230,236,245)
#EAEEF7
(234,238,247)
#EEF0F9
(238,240,249)
#F2F2FB
(242,242,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE0E9 color. Also use rgb(206,224,233) instead hex code.

Text Font Color

.myTextColor { color: #CEE0E9; }

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

This text font color is #CEE0E9.

Background Color

.myBgColor { background-color: #CEE0E9; }

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

This div background color is #CEE0E9.

Border color

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

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

This div border color is #CEE0E9.

Opacity

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

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

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

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

This text has shadow with #CEE0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE0E9.

Preview

Color preview on black background

This text has color #CEE0E9 on black background.


Color preview on white background

This text has color #CEE0E9 on white background.


Black color preview on #CEE0E9 background

This text has black color on #CEE0E9 background.


White color preview on #CEE0E9 background

This text has white color on #CEE0E9 background.


Related colors

Complementary color

Complementary color for #hex is #311F16.


I love getcolorcode.com

Triadic colors

1 #E9CEE0 and #E0E9CE with #CEE0E9 are triadic colors.

2 #E9E0CE and #E0CEE9 with #CEE0E9 are triadic colors.