COLOR #CEE9F5

HEX: #CEE9F5 RGB: (206,233,245)

Color info

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

RGB color model

#CEE9F5 color RGB value is (206,233,245).

RGB: (206,233,245) (81%, 91%, 96%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 245 of 255 = 96%

206
233
245

R + G + B ~ 89%. #CEE9F5 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 233 + 245 = 684 (100%)
R 206 of 684 ~ 30.12%
G 233 of 684 ~ 34.06%
B 245 of 684 ~ 35.82'%

%30.12
%34.06
%35.82

CMYK color model

#CEE9F5 color CMYK value is (16,5,0,4).

  • cyan value is 15.92%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (16,5,0,4)
C16M5Y0K4 (16%, 5%, 0%, 4%)
(0.16 / 0.05 / 0.00 / 0.04)

CMYK percentages

%15.92
%4.9
%0
%3.92

Codes

Color #CEE9F5 in popluar color models

CE E9 F5
RGB 206 233 245
HSL 198° 66.10% 88.43%
HSB/HSV 198° 15.92% 96.08%
CMYK 15.92% 4.90% 0.00%
3.92%

Color #CEE9F5 in popluar number systems.

HEX CE E9 F5
Decimal 206 233 245
Binary 11001110 11101001 11110101
Octal 316 351 365

Shades and tints

Shades of #CEE9F5

#CEE9F5
(206,233,245)
#BCD4DF
(188,212,223)
#AABFC9
(170,191,201)
#98AAB3
(152,170,179)
#86959D
(134,149,157)
#748087
(116,128,135)
#626B71
(98,107,113)
#50565B
(80,86,91)
#3E4145
(62,65,69)
#2C2C2F
(44,44,47)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #CEE9F5

#CEE9F5
(206,233,245)
#D2EBF5
(210,235,245)
#D6EDF5
(214,237,245)
#DAEFF5
(218,239,245)
#DEF1F5
(222,241,245)
#E2F3F5
(226,243,245)
#E6F5F5
(230,245,245)
#EAF7F5
(234,247,245)
#EEF9F5
(238,249,245)
#F2FBF5
(242,251,245)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9F5; }

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

This text font color is #CEE9F5.

Background Color

.myBgColor { background-color: #CEE9F5; }

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

This div background color is #CEE9F5.

Border color

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

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

This div border color is #CEE9F5.

Opacity

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

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

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

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

This text has shadow with #CEE9F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE9F5.

Preview

Color preview on black background

This text has color #CEE9F5 on black background.


Color preview on white background

This text has color #CEE9F5 on white background.


Black color preview on #CEE9F5 background

This text has black color on #CEE9F5 background.


White color preview on #CEE9F5 background

This text has white color on #CEE9F5 background.


Related colors

Complementary color

Complementary color for #hex is #31160A.


I love getcolorcode.com

Triadic colors

1 #F5CEE9 and #E9F5CE with #CEE9F5 are triadic colors.

2 #F5E9CE and #E9CEF5 with #CEE9F5 are triadic colors.