COLOR #CEEAF9

HEX: #CEEAF9
RGB: (206,234,249)

Color info

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

RGB color model

#CEEAF9 color RGB value is (206,234,249).

  • red value is 206;
  • green value is 234;
  • blue value is 249.
RGB:
(206,234,249)
(81%,92%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 249 of 255 = 98%

206
234
249

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

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 249 = 689 (100%)
R 206 of 689 ~ 29.9%
G 234 of 689 ~ 33.96%
B 249 of 689 ~ 36.14%

%29.9
%33.96
%36.14

CMYK color model

#CEEAF9 color CMYK value is (17,6,0,2).

  • cyan value is 17.27%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(17,6,0,2)
C17M6Y0K2 
(17%,6%,0%,2%)
(0.17/0.06/0.00/0.02)	

CMYK percentages

%17.27
%6.02
%0
%2.35

Codes

Color #CEEAF9 in popluar color models

CEEAF9
RGB206234249
HSL201°78.18%89.22%
HSB/HSV201°17.27%97.65%
CMYK17.27%6.02%0.00%
2.35%

Color #CEEAF9 in popluar number systems.

HEXCEEAF9
Decimal206234249
Binary110011101110101011111001
Octal316352371

Shades and tints

Shades of #CEEAF9

#CEEAF9
(206,234,249)
#BCD5E3
(188,213,227)
#AAC0CD
(170,192,205)
#98ABB7
(152,171,183)
#8696A1
(134,150,161)
#74818B
(116,129,139)
#626C75
(98,108,117)
#50575F
(80,87,95)
#3E4249
(62,66,73)
#2C2D33
(44,45,51)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #CEEAF9

#CEEAF9
(206,234,249)
#D2EBF9
(210,235,249)
#D6ECF9
(214,236,249)
#DAEDF9
(218,237,249)
#DEEEF9
(222,238,249)
#E2EFF9
(226,239,249)
#E6F0F9
(230,240,249)
#EAF1F9
(234,241,249)
#EEF2F9
(238,242,249)
#F2F3F9
(242,243,249)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEAF9 color. Also use rgb(206,234,249) instead hex code.

Text Font Color

.myTextColor { color: #CEEAF9; }

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

This text font color is #CEEAF9.


Background Color

.myBgColor { background-color: #CEEAF9; }

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

This div background color is #CEEAF9.


Border color

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

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

This div border color is #CEEAF9.


Opacity

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

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

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

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

This text has shadow with #CEEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEAF9 on black background.


Color preview on white background

This text has color #CEEAF9 on white background.



Black color preview on #CEEAF9 background

This text has black color on #CEEAF9 background.


White color preview on #CEEAF9 background

This text has white color on #CEEAF9 background.