COLOR #CCEAF8

HEX: #CCEAF8
RGB: (204,234,248)

Color info

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

RGB color model

#CCEAF8 color RGB value is (204,234,248).

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

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 248 of 255 = 97%

204
234
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 248 = 686 (100%)
R 204 of 686 ~ 29.74%
G 234 of 686 ~ 34.11%
B 248 of 686 ~ 36.15%

%29.74
%34.11
%36.15

CMYK color model

#CCEAF8 color CMYK value is (18,6,0,3).

  • cyan value is 17.74%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,6,0,3)
C18M6Y0K3 
(18%,6%,0%,3%)
(0.18/0.06/0.00/0.03)	

CMYK percentages

%17.74
%5.65
%0
%2.75

Codes

Color #CCEAF8 in popluar color models

CCEAF8
RGB204234248
HSL199°75.86%88.63%
HSB/HSV199°17.74%97.25%
CMYK17.74%5.65%0.00%
2.75%

Color #CCEAF8 in popluar number systems.

HEXCCEAF8
Decimal204234248
Binary110011001110101011111000
Octal314352370

Shades and tints

Shades of #CCEAF8

#CCEAF8
(204,234,248)
#BAD5E2
(186,213,226)
#A8C0CC
(168,192,204)
#96ABB6
(150,171,182)
#8496A0
(132,150,160)
#72818A
(114,129,138)
#606C74
(96,108,116)
#4E575E
(78,87,94)
#3C4248
(60,66,72)
#2A2D32
(42,45,50)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCEAF8

#CCEAF8
(204,234,248)
#D0EBF8
(208,235,248)
#D4ECF8
(212,236,248)
#D8EDF8
(216,237,248)
#DCEEF8
(220,238,248)
#E0EFF8
(224,239,248)
#E4F0F8
(228,240,248)
#E8F1F8
(232,241,248)
#ECF2F8
(236,242,248)
#F0F3F8
(240,243,248)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAF8; }

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

This text font color is #CCEAF8.


Background Color

.myBgColor { background-color: #CCEAF8; }

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

This div background color is #CCEAF8.


Border color

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

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

This div border color is #CCEAF8.


Opacity

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

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

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

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

This text has shadow with #CCEAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAF8 on black background.


Color preview on white background

This text has color #CCEAF8 on white background.



Black color preview on #CCEAF8 background

This text has black color on #CCEAF8 background.


White color preview on #CCEAF8 background

This text has white color on #CCEAF8 background.