COLOR #CCE2FF

HEX: #CCE2FF
RGB: (204,226,255)

Color info

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

RGB color model

#CCE2FF color RGB value is (204,226,255).

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

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 255 of 255 = 100%

204
226
255

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 255 = 685 (100%)
R 204 of 685 ~ 29.78%
G 226 of 685 ~ 32.99%
B 255 of 685 ~ 37.23%

%29.78
%32.99
%37.23

CMYK color model

#CCE2FF color CMYK value is (20,11,0,0).

  • cyan value is 20.00%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(20,11,0,0)
C20M11Y0K0 
(20%,11%,0%,0%)
(0.20/0.11/0.00/0.00)	

CMYK percentages

%20
%11.37
%0
%0

Codes

Color #CCE2FF in popluar color models

CCE2FF
RGB204226255
HSL214°100.00%90.00%
HSB/HSV214°20.00%100.00%
CMYK20.00%11.37%0.00%
0.00%

Color #CCE2FF in popluar number systems.

HEXCCE2FF
Decimal204226255
Binary110011001110001011111111
Octal314342377

Shades and tints

Shades of #CCE2FF

#CCE2FF
(204,226,255)
#BACEE8
(186,206,232)
#A8BAD1
(168,186,209)
#96A6BA
(150,166,186)
#8492A3
(132,146,163)
#727E8C
(114,126,140)
#606A75
(96,106,117)
#4E565E
(78,86,94)
#3C4247
(60,66,71)
#2A2E30
(42,46,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCE2FF

#CCE2FF
(204,226,255)
#D0E4FF
(208,228,255)
#D4E6FF
(212,230,255)
#D8E8FF
(216,232,255)
#DCEAFF
(220,234,255)
#E0ECFF
(224,236,255)
#E4EEFF
(228,238,255)
#E8F0FF
(232,240,255)
#ECF2FF
(236,242,255)
#F0F4FF
(240,244,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2FF; }

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

This text font color is #CCE2FF.


Background Color

.myBgColor { background-color: #CCE2FF; }

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

This div background color is #CCE2FF.


Border color

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

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

This div border color is #CCE2FF.


Opacity

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

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

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

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

This text has shadow with #CCE2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2FF on black background.


Color preview on white background

This text has color #CCE2FF on white background.



Black color preview on #CCE2FF background

This text has black color on #CCE2FF background.


White color preview on #CCE2FF background

This text has white color on #CCE2FF background.