COLOR #CEE9EB

HEX: #CEE9EB RGB: (206,233,235)

Color info

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

RGB color model

#CEE9EB color RGB value is (206,233,235).

RGB: (206,233,235) (81%, 91%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 235 of 255 = 92%

206
233
235

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

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 235 = 674 (100%)
R 206 of 674 ~ 30.56%
G 233 of 674 ~ 34.57%
B 235 of 674 ~ 34.87'%

%30.56
%34.57
%34.87

CMYK color model

#CEE9EB color CMYK value is (12,1,0,8).

  • cyan value is 12.34%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (12,1,0,8) C12M1Y0K8 (12%,1%,0%,8%) (0.12/0.01/0.00/0.08) 

CMYK percentages

%12.34
%0.85
%0
%7.84

Codes

Color #CEE9EB in popluar color models

CE E9 EB
RGB 206 233 235
HSL 184° 42.03% 86.47%
HSB/HSV 184° 12.34% 92.16%
CMYK 12.34% 0.85% 0.00%
7.84%

Color #CEE9EB in popluar number systems.

HEX CE E9 EB
Decimal 206 233 235
Binary 11001110 11101001 11101011
Octal 316 351 353

Shades and tints

Shades of #CEE9EB

#CEE9EB
(206,233,235)
#BCD4D6
(188,212,214)
#AABFC1
(170,191,193)
#98AAAC
(152,170,172)
#869597
(134,149,151)
#748082
(116,128,130)
#626B6D
(98,107,109)
#505658
(80,86,88)
#3E4143
(62,65,67)
#2C2C2E
(44,44,46)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #CEE9EB

#CEE9EB
(206,233,235)
#D2EBEC
(210,235,236)
#D6EDED
(214,237,237)
#DAEFEE
(218,239,238)
#DEF1EF
(222,241,239)
#E2F3F0
(226,243,240)
#E6F5F1
(230,245,241)
#EAF7F2
(234,247,242)
#EEF9F3
(238,249,243)
#F2FBF4
(242,251,244)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9EB; }

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

This text font color is #CEE9EB.

Background Color

.myBgColor { background-color: #CEE9EB; }

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

This div background color is #CEE9EB.

Border color

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

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

This div border color is #CEE9EB.

Opacity

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

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

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

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

This text has shadow with #CEE9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9EB.

Preview

Color preview on black background

This text has color #CEE9EB on black background.


Color preview on white background

This text has color #CEE9EB on white background.


Black color preview on #CEE9EB background

This text has black color on #CEE9EB background.


White color preview on #CEE9EB background

This text has white color on #CEE9EB background.


Related colors

Complementary color

Complementary color for #hex is #311614.


I love getcolorcode.com

Triadic colors

1 #EBCEE9 and #E9EBCE with #CEE9EB are triadic colors.

2 #EBE9CE and #E9CEEB with #CEE9EB are triadic colors.