COLOR #CCE1FF

HEX: #CCE1FF
RGB: (204,225,255)

Color info

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

RGB color model

#CCE1FF color RGB value is (204,225,255).

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

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 255 of 255 = 100%

204
225
255

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

Portions of RGB colors in percentages

R + G + B =
204 + 225 + 255 = 684 (100%)
R 204 of 684 ~ 29.82%
G 225 of 684 ~ 32.89%
B 255 of 684 ~ 37.28%

%29.82
%32.89
%37.28

CMYK color model

#CCE1FF color CMYK value is (20,12,0,0).

  • cyan value is 20.00%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(20,12,0,0)
C20M12Y0K0 
(20%,12%,0%,0%)
(0.20/0.12/0.00/0.00)	

CMYK percentages

%20
%11.76
%0
%0

Codes

Color #CCE1FF in popluar color models

CCE1FF
RGB204225255
HSL215°100.00%90.00%
HSB/HSV215°20.00%100.00%
CMYK20.00%11.76%0.00%
0.00%

Color #CCE1FF in popluar number systems.

HEXCCE1FF
Decimal204225255
Binary110011001110000111111111
Octal314341377

Shades and tints

Shades of #CCE1FF

#CCE1FF
(204,225,255)
#BACDE8
(186,205,232)
#A8B9D1
(168,185,209)
#96A5BA
(150,165,186)
#8491A3
(132,145,163)
#727D8C
(114,125,140)
#606975
(96,105,117)
#4E555E
(78,85,94)
#3C4147
(60,65,71)
#2A2D30
(42,45,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCE1FF

#CCE1FF
(204,225,255)
#D0E3FF
(208,227,255)
#D4E5FF
(212,229,255)
#D8E7FF
(216,231,255)
#DCE9FF
(220,233,255)
#E0EBFF
(224,235,255)
#E4EDFF
(228,237,255)
#E8EFFF
(232,239,255)
#ECF1FF
(236,241,255)
#F0F3FF
(240,243,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE1FF; }

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

This text font color is #CCE1FF.


Background Color

.myBgColor { background-color: #CCE1FF; }

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

This div background color is #CCE1FF.


Border color

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

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

This div border color is #CCE1FF.


Opacity

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

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

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

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

This text has shadow with #CCE1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE1FF on black background.


Color preview on white background

This text has color #CCE1FF on white background.



Black color preview on #CCE1FF background

This text has black color on #CCE1FF background.


White color preview on #CCE1FF background

This text has white color on #CCE1FF background.