COLOR #CCE8F6

HEX: #CCE8F6
RGB: (204,232,246)

Color info

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

RGB color model

#CCE8F6 color RGB value is (204,232,246).

  • red value is 204;
  • green value is 232;
  • blue value is 246.
RGB:
(204,232,246)
(80%,91%,96%)

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 246 of 255 = 96%

204
232
246

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

Portions of RGB colors in percentages

R + G + B =
204 + 232 + 246 = 682 (100%)
R 204 of 682 ~ 29.91%
G 232 of 682 ~ 34.02%
B 246 of 682 ~ 36.07%

%29.91
%34.02
%36.07

CMYK color model

#CCE8F6 color CMYK value is (17,6,0,4).

  • cyan value is 17.07%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,6,0,4)
C17M6Y0K4 
(17%,6%,0%,4%)
(0.17/0.06/0.00/0.04)	

CMYK percentages

%17.07
%5.69
%0
%3.53

Codes

Color #CCE8F6 in popluar color models

CCE8F6
RGB204232246
HSL200°70.00%88.24%
HSB/HSV200°17.07%96.47%
CMYK17.07%5.69%0.00%
3.53%

Color #CCE8F6 in popluar number systems.

HEXCCE8F6
Decimal204232246
Binary110011001110100011110110
Octal314350366

Shades and tints

Shades of #CCE8F6

#CCE8F6
(204,232,246)
#BAD3E0
(186,211,224)
#A8BECA
(168,190,202)
#96A9B4
(150,169,180)
#84949E
(132,148,158)
#727F88
(114,127,136)
#606A72
(96,106,114)
#4E555C
(78,85,92)
#3C4046
(60,64,70)
#2A2B30
(42,43,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCE8F6

#CCE8F6
(204,232,246)
#D0EAF6
(208,234,246)
#D4ECF6
(212,236,246)
#D8EEF6
(216,238,246)
#DCF0F6
(220,240,246)
#E0F2F6
(224,242,246)
#E4F4F6
(228,244,246)
#E8F6F6
(232,246,246)
#ECF8F6
(236,248,246)
#F0FAF6
(240,250,246)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE8F6 color. Also use rgb(204,232,246) instead hex code.

Text Font Color

.myTextColor { color: #CCE8F6; }

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

This text font color is #CCE8F6.


Background Color

.myBgColor { background-color: #CCE8F6; }

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

This div background color is #CCE8F6.


Border color

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

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

This div border color is #CCE8F6.


Opacity

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

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

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

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

This text has shadow with #CCE8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE8F6 on black background.


Color preview on white background

This text has color #CCE8F6 on white background.



Black color preview on #CCE8F6 background

This text has black color on #CCE8F6 background.


White color preview on #CCE8F6 background

This text has white color on #CCE8F6 background.