COLOR #CEE0F1

HEX: #CEE0F1
RGB: (206,224,241)

Color info

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

RGB color model

#CEE0F1 color RGB value is (206,224,241).

  • red value is 206;
  • green value is 224;
  • blue value is 241.
RGB:
(206,224,241)
(81%,88%,95%)

RGB channels and saturation

R 206 of 255 = 81%
G 224 of 255 = 88%
B 241 of 255 = 95%

206
224
241

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

Portions of RGB colors in percentages

R + G + B =
206 + 224 + 241 = 671 (100%)
R 206 of 671 ~ 30.7%
G 224 of 671 ~ 33.38%
B 241 of 671 ~ 35.92%

%30.7
%33.38
%35.92

CMYK color model

#CEE0F1 color CMYK value is (15,7,0,5).

  • cyan value is 14.52%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(15,7,0,5)
C15M7Y0K5 
(15%,7%,0%,5%)
(0.15/0.07/0.00/0.05)	

CMYK percentages

%14.52
%7.05
%0
%5.49

Codes

Color #CEE0F1 in popluar color models

CEE0F1
RGB206224241
HSL209°55.56%87.65%
HSB/HSV209°14.52%94.51%
CMYK14.52%7.05%0.00%
5.49%

Color #CEE0F1 in popluar number systems.

HEXCEE0F1
Decimal206224241
Binary110011101110000011110001
Octal316340361

Shades and tints

Shades of #CEE0F1

#CEE0F1
(206,224,241)
#BCCCDC
(188,204,220)
#AAB8C7
(170,184,199)
#98A4B2
(152,164,178)
#86909D
(134,144,157)
#747C88
(116,124,136)
#626873
(98,104,115)
#50545E
(80,84,94)
#3E4049
(62,64,73)
#2C2C34
(44,44,52)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #CEE0F1

#CEE0F1
(206,224,241)
#D2E2F2
(210,226,242)
#D6E4F3
(214,228,243)
#DAE6F4
(218,230,244)
#DEE8F5
(222,232,245)
#E2EAF6
(226,234,246)
#E6ECF7
(230,236,247)
#EAEEF8
(234,238,248)
#EEF0F9
(238,240,249)
#F2F2FA
(242,242,250)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE0F1 color. Also use rgb(206,224,241) instead hex code.

Text Font Color

.myTextColor { color: #CEE0F1; }

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

This text font color is #CEE0F1.


Background Color

.myBgColor { background-color: #CEE0F1; }

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

This div background color is #CEE0F1.


Border color

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

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

This div border color is #CEE0F1.


Opacity

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

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

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

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

This text has shadow with #CEE0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE0F1 on black background.


Color preview on white background

This text has color #CEE0F1 on white background.



Black color preview on #CEE0F1 background

This text has black color on #CEE0F1 background.


White color preview on #CEE0F1 background

This text has white color on #CEE0F1 background.