COLOR #CCE5FE

HEX: #CCE5FE RGB: (204,229,254)

Color info

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

RGB color model

#CCE5FE color RGB value is (204,229,254).

RGB: (204,229,254) (80%, 90%, 100%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 254 of 255 = 100%

204
229
254

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

Portions of RGB colors in percentages

R + G + B = 204 + 229 + 254 = 687 (100%)
R 204 of 687 ~ 29.69%
G 229 of 687 ~ 33.33%
B 254 of 687 ~ 36.97'%

%29.69
%33.33
%36.97

CMYK color model

#CCE5FE color CMYK value is (20,10,0,0).

  • cyan value is 19.69%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (20,10,0,0) C20M10Y0K0 (20%,10%,0%,0%) (0.20/0.10/0.00/0.00) 

CMYK percentages

%19.69
%9.84
%0
%0.39

Codes

Color #CCE5FE in popluar color models

CC E5 FE
RGB 204 229 254
HSL 210° 96.15% 89.80%
HSB/HSV 210° 19.69% 99.61%
CMYK 19.69% 9.84% 0.00%
0.39%

Color #CCE5FE in popluar number systems.

HEX CC E5 FE
Decimal 204 229 254
Binary 11001100 11100101 11111110
Octal 314 345 376

Shades and tints

Shades of #CCE5FE

#CCE5FE
(204,229,254)
#BAD1E7
(186,209,231)
#A8BDD0
(168,189,208)
#96A9B9
(150,169,185)
#8495A2
(132,149,162)
#72818B
(114,129,139)
#606D74
(96,109,116)
#4E595D
(78,89,93)
#3C4546
(60,69,70)
#2A312F
(42,49,47)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #CCE5FE

#CCE5FE
(204,229,254)
#D0E7FE
(208,231,254)
#D4E9FE
(212,233,254)
#D8EBFE
(216,235,254)
#DCEDFE
(220,237,254)
#E0EFFE
(224,239,254)
#E4F1FE
(228,241,254)
#E8F3FE
(232,243,254)
#ECF5FE
(236,245,254)
#F0F7FE
(240,247,254)
#F4F9FE
(244,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE5FE; }

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

This text font color is #CCE5FE.

Background Color

.myBgColor { background-color: #CCE5FE; }

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

This div background color is #CCE5FE.

Border color

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

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

This div border color is #CCE5FE.

Opacity

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

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

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

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

This text has shadow with #CCE5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE5FE.

Preview

Color preview on black background

This text has color #CCE5FE on black background.


Color preview on white background

This text has color #CCE5FE on white background.


Black color preview on #CCE5FE background

This text has black color on #CCE5FE background.


White color preview on #CCE5FE background

This text has white color on #CCE5FE background.


Related colors

Complementary color

Complementary color for #hex is #331A01.


I love getcolorcode.com

Triadic colors

1 #FECCE5 and #E5FECC with #CCE5FE are triadic colors.

2 #FEE5CC and #E5CCFE with #CCE5FE are triadic colors.