COLOR #CEE3E9

HEX: #CEE3E9 RGB: (206,227,233)

Color info

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

RGB color model

#CEE3E9 color RGB value is (206,227,233).

RGB: (206,227,233) (81%, 89%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 233 of 255 = 91%

206
227
233

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

Portions of RGB colors in percentages

R + G + B = 206 + 227 + 233 = 666 (100%)
R 206 of 666 ~ 30.93%
G 227 of 666 ~ 34.08%
B 233 of 666 ~ 34.98'%

%30.93
%34.08
%34.98

CMYK color model

#CEE3E9 color CMYK value is (12,3,0,9).

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

CMYK: (12,3,0,9)
C12M3Y0K9 (12%, 3%, 0%, 9%)
(0.12 / 0.03 / 0.00 / 0.09)

CMYK percentages

%11.59
%2.58
%0
%8.63

Codes

Color #CEE3E9 in popluar color models

CE E3 E9
RGB 206 227 233
HSL 193° 38.03% 86.08%
HSB/HSV 193° 11.59% 91.37%
CMYK 11.59% 2.58% 0.00%
8.63%

Color #CEE3E9 in popluar number systems.

HEX CE E3 E9
Decimal 206 227 233
Binary 11001110 11100011 11101001
Octal 316 343 351

Shades and tints

Shades of #CEE3E9

#CEE3E9
(206,227,233)
#BCCFD4
(188,207,212)
#AABBBF
(170,187,191)
#98A7AA
(152,167,170)
#869395
(134,147,149)
#747F80
(116,127,128)
#626B6B
(98,107,107)
#505756
(80,87,86)
#3E4341
(62,67,65)
#2C2F2C
(44,47,44)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #CEE3E9

#CEE3E9
(206,227,233)
#D2E5EB
(210,229,235)
#D6E7ED
(214,231,237)
#DAE9EF
(218,233,239)
#DEEBF1
(222,235,241)
#E2EDF3
(226,237,243)
#E6EFF5
(230,239,245)
#EAF1F7
(234,241,247)
#EEF3F9
(238,243,249)
#F2F5FB
(242,245,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3E9; }

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

This text font color is #CEE3E9.

Background Color

.myBgColor { background-color: #CEE3E9; }

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

This div background color is #CEE3E9.

Border color

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

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

This div border color is #CEE3E9.

Opacity

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

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

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

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

This text has shadow with #CEE3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE3E9.

Preview

Color preview on black background

This text has color #CEE3E9 on black background.


Color preview on white background

This text has color #CEE3E9 on white background.


Black color preview on #CEE3E9 background

This text has black color on #CEE3E9 background.


White color preview on #CEE3E9 background

This text has white color on #CEE3E9 background.


Related colors

Complementary color

Complementary color for #hex is #311C16.


I love getcolorcode.com

Triadic colors

1 #E9CEE3 and #E3E9CE with #CEE3E9 are triadic colors.

2 #E9E3CE and #E3CEE9 with #CEE3E9 are triadic colors.