COLOR #CCDEEC

HEX: #CCDEEC
RGB: (204,222,236)

Color info

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

RGB color model

#CCDEEC color RGB value is (204,222,236).

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

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 236 of 255 = 93%

204
222
236

R + G + B ~ 87%. #CCDEEC is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 236 = 662 (100%)
R 204 of 662 ~ 30.82%
G 222 of 662 ~ 33.53%
B 236 of 662 ~ 35.65%

%30.82
%33.53
%35.65

CMYK color model

#CCDEEC color CMYK value is (14,6,0,7).

  • cyan value is 13.56%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(14,6,0,7)
C14M6Y0K7 
(14%,6%,0%,7%)
(0.14/0.06/0.00/0.07)	

CMYK percentages

%13.56
%5.93
%0
%7.45

Codes

Color #CCDEEC in popluar color models

CCDEEC
RGB204222236
HSL206°45.71%86.27%
HSB/HSV206°13.56%92.55%
CMYK13.56%5.93%0.00%
7.45%

Color #CCDEEC in popluar number systems.

HEXCCDEEC
Decimal204222236
Binary110011001101111011101100
Octal314336354

Shades and tints

Shades of #CCDEEC

#CCDEEC
(204,222,236)
#BACAD7
(186,202,215)
#A8B6C2
(168,182,194)
#96A2AD
(150,162,173)
#848E98
(132,142,152)
#727A83
(114,122,131)
#60666E
(96,102,110)
#4E5259
(78,82,89)
#3C3E44
(60,62,68)
#2A2A2F
(42,42,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCDEEC

#CCDEEC
(204,222,236)
#D0E1ED
(208,225,237)
#D4E4EE
(212,228,238)
#D8E7EF
(216,231,239)
#DCEAF0
(220,234,240)
#E0EDF1
(224,237,241)
#E4F0F2
(228,240,242)
#E8F3F3
(232,243,243)
#ECF6F4
(236,246,244)
#F0F9F5
(240,249,245)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEEC; }

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

This text font color is #CCDEEC.


Background Color

.myBgColor { background-color: #CCDEEC; }

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

This div background color is #CCDEEC.


Border color

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

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

This div border color is #CCDEEC.


Opacity

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

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

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

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

This text has shadow with #CCDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEEC on black background.


Color preview on white background

This text has color #CCDEEC on white background.



Black color preview on #CCDEEC background

This text has black color on #CCDEEC background.


White color preview on #CCDEEC background

This text has white color on #CCDEEC background.