COLOR #CCE9FE

HEX: #CCE9FE
RGB: (204,233,254)

Color info

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

RGB color model

#CCE9FE color RGB value is (204,233,254).

  • red value is 204;
  • green value is 233;
  • blue value is 254.
RGB:
(204,233,254)
(80%,91%,100%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 254 of 255 = 100%

204
233
254

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

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 254 = 691 (100%)
R 204 of 691 ~ 29.52%
G 233 of 691 ~ 33.72%
B 254 of 691 ~ 36.76%

%29.52
%33.72
%36.76

CMYK color model

#CCE9FE color CMYK value is (20,8,0,0).

  • cyan value is 19.69%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(20,8,0,0)
C20M8Y0K0 
(20%,8%,0%,0%)
(0.20/0.08/0.00/0.00)	

CMYK percentages

%19.69
%8.27
%0
%0.39

Codes

Color #CCE9FE in popluar color models

CCE9FE
RGB204233254
HSL205°96.15%89.80%
HSB/HSV205°19.69%99.61%
CMYK19.69%8.27%0.00%
0.39%

Color #CCE9FE in popluar number systems.

HEXCCE9FE
Decimal204233254
Binary110011001110100111111110
Octal314351376

Shades and tints

Shades of #CCE9FE

#CCE9FE
(204,233,254)
#BAD4E7
(186,212,231)
#A8BFD0
(168,191,208)
#96AAB9
(150,170,185)
#8495A2
(132,149,162)
#72808B
(114,128,139)
#606B74
(96,107,116)
#4E565D
(78,86,93)
#3C4146
(60,65,70)
#2A2C2F
(42,44,47)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCE9FE

#CCE9FE
(204,233,254)
#D0EBFE
(208,235,254)
#D4EDFE
(212,237,254)
#D8EFFE
(216,239,254)
#DCF1FE
(220,241,254)
#E0F3FE
(224,243,254)
#E4F5FE
(228,245,254)
#E8F7FE
(232,247,254)
#ECF9FE
(236,249,254)
#F0FBFE
(240,251,254)
#F4FDFE
(244,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE9FE color. Also use rgb(204,233,254) instead hex code.

Text Font Color

.myTextColor { color: #CCE9FE; }

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

This text font color is #CCE9FE.


Background Color

.myBgColor { background-color: #CCE9FE; }

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

This div background color is #CCE9FE.


Border color

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

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

This div border color is #CCE9FE.


Opacity

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

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

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

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

This text has shadow with #CCE9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9FE on black background.


Color preview on white background

This text has color #CCE9FE on white background.



Black color preview on #CCE9FE background

This text has black color on #CCE9FE background.


White color preview on #CCE9FE background

This text has white color on #CCE9FE background.