COLOR #CCE2F8

HEX: #CCE2F8
RGB: (204,226,248)

Color info

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

RGB color model

#CCE2F8 color RGB value is (204,226,248).

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

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 248 of 255 = 97%

204
226
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 248 = 678 (100%)
R 204 of 678 ~ 30.09%
G 226 of 678 ~ 33.33%
B 248 of 678 ~ 36.58%

%30.09
%33.33
%36.58

CMYK color model

#CCE2F8 color CMYK value is (18,9,0,3).

  • cyan value is 17.74%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,9,0,3)
C18M9Y0K3 
(18%,9%,0%,3%)
(0.18/0.09/0.00/0.03)	

CMYK percentages

%17.74
%8.87
%0
%2.75

Codes

Color #CCE2F8 in popluar color models

CCE2F8
RGB204226248
HSL210°75.86%88.63%
HSB/HSV210°17.74%97.25%
CMYK17.74%8.87%0.00%
2.75%

Color #CCE2F8 in popluar number systems.

HEXCCE2F8
Decimal204226248
Binary110011001110001011111000
Octal314342370

Shades and tints

Shades of #CCE2F8

#CCE2F8
(204,226,248)
#BACEE2
(186,206,226)
#A8BACC
(168,186,204)
#96A6B6
(150,166,182)
#8492A0
(132,146,160)
#727E8A
(114,126,138)
#606A74
(96,106,116)
#4E565E
(78,86,94)
#3C4248
(60,66,72)
#2A2E32
(42,46,50)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCE2F8

#CCE2F8
(204,226,248)
#D0E4F8
(208,228,248)
#D4E6F8
(212,230,248)
#D8E8F8
(216,232,248)
#DCEAF8
(220,234,248)
#E0ECF8
(224,236,248)
#E4EEF8
(228,238,248)
#E8F0F8
(232,240,248)
#ECF2F8
(236,242,248)
#F0F4F8
(240,244,248)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2F8; }

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

This text font color is #CCE2F8.


Background Color

.myBgColor { background-color: #CCE2F8; }

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

This div background color is #CCE2F8.


Border color

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

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

This div border color is #CCE2F8.


Opacity

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

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

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

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

This text has shadow with #CCE2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2F8 on black background.


Color preview on white background

This text has color #CCE2F8 on white background.



Black color preview on #CCE2F8 background

This text has black color on #CCE2F8 background.


White color preview on #CCE2F8 background

This text has white color on #CCE2F8 background.