COLOR #CCDEE5

HEX: #CCDEE5
RGB: (204,222,229)

Color info

#CCDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #CCDEE5 is #CCCCCC (or #CCC).

RGB color model

#CCDEE5 color RGB value is (204,222,229).

  • red value is 204;
  • green value is 222;
  • blue value is 229.
RGB:
(204,222,229)
(80%,87%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 229 of 255 = 90%

204
222
229

R + G + B ~ 86%. #CCDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 229 = 655 (100%)
R 204 of 655 ~ 31.15%
G 222 of 655 ~ 33.89%
B 229 of 655 ~ 34.96%

%31.15
%33.89
%34.96

CMYK color model

#CCDEE5 color CMYK value is (11,3,0,10).

  • cyan value is 10.92%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,3,0,10)
C11M3Y0K10 
(11%,3%,0%,10%)
(0.11/0.03/0.00/0.10)	

CMYK percentages

%10.92
%3.06
%0
%10.2

Codes

Color #CCDEE5 in popluar color models

CCDEE5
RGB204222229
HSL197°32.47%84.90%
HSB/HSV197°10.92%89.80%
CMYK10.92%3.06%0.00%
10.20%

Color #CCDEE5 in popluar number systems.

HEXCCDEE5
Decimal204222229
Binary110011001101111011100101
Octal314336345

Shades and tints

Shades of #CCDEE5

#CCDEE5
(204,222,229)
#BACAD1
(186,202,209)
#A8B6BD
(168,182,189)
#96A2A9
(150,162,169)
#848E95
(132,142,149)
#727A81
(114,122,129)
#60666D
(96,102,109)
#4E5259
(78,82,89)
#3C3E45
(60,62,69)
#2A2A31
(42,42,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CCDEE5

#CCDEE5
(204,222,229)
#D0E1E7
(208,225,231)
#D4E4E9
(212,228,233)
#D8E7EB
(216,231,235)
#DCEAED
(220,234,237)
#E0EDEF
(224,237,239)
#E4F0F1
(228,240,241)
#E8F3F3
(232,243,243)
#ECF6F5
(236,246,245)
#F0F9F7
(240,249,247)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEE5; }

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

This text font color is #CCDEE5.


Background Color

.myBgColor { background-color: #CCDEE5; }

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

This div background color is #CCDEE5.


Border color

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

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

This div border color is #CCDEE5.


Opacity

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

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

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

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

This text has shadow with #CCDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEE5 on black background.


Color preview on white background

This text has color #CCDEE5 on white background.



Black color preview on #CCDEE5 background

This text has black color on #CCDEE5 background.


White color preview on #CCDEE5 background

This text has white color on #CCDEE5 background.