COLOR #CEE8EE

HEX: #CEE8EE RGB: (206,232,238)

Color info

#CEE8EE contains red, green and blue colors in about the same proportion. Web safe color of #CEE8EE is #CCFFFF (or #CFF).

RGB color model

#CEE8EE color RGB value is (206,232,238).

RGB: (206,232,238) (81%, 91%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 232 of 255 = 91%
B 238 of 255 = 93%

206
232
238

R + G + B ~ 88%. #CEE8EE is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 232 + 238 = 676 (100%)
R 206 of 676 ~ 30.47%
G 232 of 676 ~ 34.32%
B 238 of 676 ~ 35.21'%

%30.47
%34.32
%35.21

CMYK color model

#CEE8EE color CMYK value is (13,3,0,7).

  • cyan value is 13.45%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (13,3,0,7)
C13M3Y0K7 (13%, 3%, 0%, 7%)
(0.13 / 0.03 / 0.00 / 0.07)

CMYK percentages

%13.45
%2.52
%0
%6.67

Codes

Color #CEE8EE in popluar color models

CE E8 EE
RGB 206 232 238
HSL 191° 48.48% 87.06%
HSB/HSV 191° 13.45% 93.33%
CMYK 13.45% 2.52% 0.00%
6.67%

Color #CEE8EE in popluar number systems.

HEX CE E8 EE
Decimal 206 232 238
Binary 11001110 11101000 11101110
Octal 316 350 356

Shades and tints

Shades of #CEE8EE

#CEE8EE
(206,232,238)
#BCD3D9
(188,211,217)
#AABEC4
(170,190,196)
#98A9AF
(152,169,175)
#86949A
(134,148,154)
#747F85
(116,127,133)
#626A70
(98,106,112)
#50555B
(80,85,91)
#3E4046
(62,64,70)
#2C2B31
(44,43,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #CEE8EE

#CEE8EE
(206,232,238)
#D2EAEF
(210,234,239)
#D6ECF0
(214,236,240)
#DAEEF1
(218,238,241)
#DEF0F2
(222,240,242)
#E2F2F3
(226,242,243)
#E6F4F4
(230,244,244)
#EAF6F5
(234,246,245)
#EEF8F6
(238,248,246)
#F2FAF7
(242,250,247)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE8EE color. Also use rgb(206,232,238) instead hex code.

Text Font Color

.myTextColor { color: #CEE8EE; }

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

This text font color is #CEE8EE.

Background Color

.myBgColor { background-color: #CEE8EE; }

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

This div background color is #CEE8EE.

Border color

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

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

This div border color is #CEE8EE.

Opacity

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

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

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

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

This text has shadow with #CEE8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE8EE.

Preview

Color preview on black background

This text has color #CEE8EE on black background.


Color preview on white background

This text has color #CEE8EE on white background.


Black color preview on #CEE8EE background

This text has black color on #CEE8EE background.


White color preview on #CEE8EE background

This text has white color on #CEE8EE background.


Related colors

Complementary color

Complementary color for #hex is #311711.


I love getcolorcode.com

Triadic colors

1 #EECEE8 and #E8EECE with #CEE8EE are triadic colors.

2 #EEE8CE and #E8CEEE with #CEE8EE are triadic colors.