COLOR #CEE0ED

HEX: #CEE0ED RGB: (206,224,237)

Color info

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

RGB color model

#CEE0ED color RGB value is (206,224,237).

RGB: (206,224,237) (81%, 88%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 224 of 255 = 88%
B 237 of 255 = 93%

206
224
237

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

Portions of RGB colors in percentages

R + G + B = 206 + 224 + 237 = 667 (100%)
R 206 of 667 ~ 30.88%
G 224 of 667 ~ 33.58%
B 237 of 667 ~ 35.53'%

%30.88
%33.58
%35.53

CMYK color model

#CEE0ED color CMYK value is (13,5,0,7).

  • cyan value is 13.08%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (13,5,0,7) C13M5Y0K7 (13%,5%,0%,7%) (0.13/0.05/0.00/0.07) 

CMYK percentages

%13.08
%5.49
%0
%7.06

Codes

Color #CEE0ED in popluar color models

CE E0 ED
RGB 206 224 237
HSL 205° 46.27% 86.86%
HSB/HSV 205° 13.08% 92.94%
CMYK 13.08% 5.49% 0.00%
7.06%

Color #CEE0ED in popluar number systems.

HEX CE E0 ED
Decimal 206 224 237
Binary 11001110 11100000 11101101
Octal 316 340 355

Shades and tints

Shades of #CEE0ED

#CEE0ED
(206,224,237)
#BCCCD8
(188,204,216)
#AAB8C3
(170,184,195)
#98A4AE
(152,164,174)
#869099
(134,144,153)
#747C84
(116,124,132)
#62686F
(98,104,111)
#50545A
(80,84,90)
#3E4045
(62,64,69)
#2C2C30
(44,44,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #CEE0ED

#CEE0ED
(206,224,237)
#D2E2EE
(210,226,238)
#D6E4EF
(214,228,239)
#DAE6F0
(218,230,240)
#DEE8F1
(222,232,241)
#E2EAF2
(226,234,242)
#E6ECF3
(230,236,243)
#EAEEF4
(234,238,244)
#EEF0F5
(238,240,245)
#F2F2F6
(242,242,246)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE0ED; }

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

This text font color is #CEE0ED.

Background Color

.myBgColor { background-color: #CEE0ED; }

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

This div background color is #CEE0ED.

Border color

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

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

This div border color is #CEE0ED.

Opacity

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

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

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

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

This text has shadow with #CEE0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE0ED.

Preview

Color preview on black background

This text has color #CEE0ED on black background.


Color preview on white background

This text has color #CEE0ED on white background.


Black color preview on #CEE0ED background

This text has black color on #CEE0ED background.


White color preview on #CEE0ED background

This text has white color on #CEE0ED background.


Related colors

Complementary color

Complementary color for #hex is #311F12.


I love getcolorcode.com

Triadic colors

1 #EDCEE0 and #E0EDCE with #CEE0ED are triadic colors.

2 #EDE0CE and #E0CEED with #CEE0ED are triadic colors.