COLOR #CEEAF8

HEX: #CEEAF8
RGB: (206,234,248)

Color info

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

RGB color model

#CEEAF8 color RGB value is (206,234,248).

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

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 248 of 255 = 97%

206
234
248

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

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 248 = 688 (100%)
R 206 of 688 ~ 29.94%
G 234 of 688 ~ 34.01%
B 248 of 688 ~ 36.05%

%29.94
%34.01
%36.05

CMYK color model

#CEEAF8 color CMYK value is (17,6,0,3).

  • cyan value is 16.94%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(17,6,0,3)
C17M6Y0K3 
(17%,6%,0%,3%)
(0.17/0.06/0.00/0.03)	

CMYK percentages

%16.94
%5.65
%0
%2.75

Codes

Color #CEEAF8 in popluar color models

CEEAF8
RGB206234248
HSL200°75.00%89.02%
HSB/HSV200°16.94%97.25%
CMYK16.94%5.65%0.00%
2.75%

Color #CEEAF8 in popluar number systems.

HEXCEEAF8
Decimal206234248
Binary110011101110101011111000
Octal316352370

Shades and tints

Shades of #CEEAF8

#CEEAF8
(206,234,248)
#BCD5E2
(188,213,226)
#AAC0CC
(170,192,204)
#98ABB6
(152,171,182)
#8696A0
(134,150,160)
#74818A
(116,129,138)
#626C74
(98,108,116)
#50575E
(80,87,94)
#3E4248
(62,66,72)
#2C2D32
(44,45,50)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #CEEAF8

#CEEAF8
(206,234,248)
#D2EBF8
(210,235,248)
#D6ECF8
(214,236,248)
#DAEDF8
(218,237,248)
#DEEEF8
(222,238,248)
#E2EFF8
(226,239,248)
#E6F0F8
(230,240,248)
#EAF1F8
(234,241,248)
#EEF2F8
(238,242,248)
#F2F3F8
(242,243,248)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEAF8; }

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

This text font color is #CEEAF8.


Background Color

.myBgColor { background-color: #CEEAF8; }

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

This div background color is #CEEAF8.


Border color

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

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

This div border color is #CEEAF8.


Opacity

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

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

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

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

This text has shadow with #CEEAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEAF8 on black background.


Color preview on white background

This text has color #CEEAF8 on white background.



Black color preview on #CEEAF8 background

This text has black color on #CEEAF8 background.


White color preview on #CEEAF8 background

This text has white color on #CEEAF8 background.