COLOR #CEE9FB

HEX: #CEE9FB RGB: (206,233,251)

Color info

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

RGB color model

#CEE9FB color RGB value is (206,233,251).

RGB: (206,233,251) (81%, 91%, 98%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 251 of 255 = 98%

206
233
251

R + G + B ~ 90%. #CEE9FB is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 251 = 690 (100%)
R 206 of 690 ~ 29.86%
G 233 of 690 ~ 33.77%
B 251 of 690 ~ 36.38'%

%29.86
%33.77
%36.38

CMYK color model

#CEE9FB color CMYK value is (18,7,0,2).

  • cyan value is 17.93%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (18,7,0,2)
C18M7Y0K2 (18%, 7%, 0%, 2%)
(0.18 / 0.07 / 0.00 / 0.02)

CMYK percentages

%17.93
%7.17
%0
%1.57

Codes

Color #CEE9FB in popluar color models

CE E9 FB
RGB 206 233 251
HSL 204° 84.91% 89.61%
HSB/HSV 204° 17.93% 98.43%
CMYK 17.93% 7.17% 0.00%
1.57%

Color #CEE9FB in popluar number systems.

HEX CE E9 FB
Decimal 206 233 251
Binary 11001110 11101001 11111011
Octal 316 351 373

Shades and tints

Shades of #CEE9FB

#CEE9FB
(206,233,251)
#BCD4E5
(188,212,229)
#AABFCF
(170,191,207)
#98AAB9
(152,170,185)
#8695A3
(134,149,163)
#74808D
(116,128,141)
#626B77
(98,107,119)
#505661
(80,86,97)
#3E414B
(62,65,75)
#2C2C35
(44,44,53)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #CEE9FB

#CEE9FB
(206,233,251)
#D2EBFB
(210,235,251)
#D6EDFB
(214,237,251)
#DAEFFB
(218,239,251)
#DEF1FB
(222,241,251)
#E2F3FB
(226,243,251)
#E6F5FB
(230,245,251)
#EAF7FB
(234,247,251)
#EEF9FB
(238,249,251)
#F2FBFB
(242,251,251)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9FB; }

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

This text font color is #CEE9FB.

Background Color

.myBgColor { background-color: #CEE9FB; }

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

This div background color is #CEE9FB.

Border color

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

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

This div border color is #CEE9FB.

Opacity

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

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

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

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

This text has shadow with #CEE9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9FB.

Preview

Color preview on black background

This text has color #CEE9FB on black background.


Color preview on white background

This text has color #CEE9FB on white background.


Black color preview on #CEE9FB background

This text has black color on #CEE9FB background.


White color preview on #CEE9FB background

This text has white color on #CEE9FB background.


Related colors

Complementary color

Complementary color for #hex is #311604.


I love getcolorcode.com

Triadic colors

1 #FBCEE9 and #E9FBCE with #CEE9FB are triadic colors.

2 #FBE9CE and #E9CEFB with #CEE9FB are triadic colors.