COLOR #CCDEEB

HEX: #CCDEEB
RGB: (204,222,235)

Color info

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

RGB color model

#CCDEEB color RGB value is (204,222,235).

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

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 235 of 255 = 92%

204
222
235

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

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 235 = 661 (100%)
R 204 of 661 ~ 30.86%
G 222 of 661 ~ 33.59%
B 235 of 661 ~ 35.55%

%30.86
%33.59
%35.55

CMYK color model

#CCDEEB color CMYK value is (13,6,0,8).

  • cyan value is 13.19%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,6,0,8)
C13M6Y0K8 
(13%,6%,0%,8%)
(0.13/0.06/0.00/0.08)	

CMYK percentages

%13.19
%5.53
%0
%7.84

Codes

Color #CCDEEB in popluar color models

CCDEEB
RGB204222235
HSL205°43.66%86.08%
HSB/HSV205°13.19%92.16%
CMYK13.19%5.53%0.00%
7.84%

Color #CCDEEB in popluar number systems.

HEXCCDEEB
Decimal204222235
Binary110011001101111011101011
Octal314336353

Shades and tints

Shades of #CCDEEB

#CCDEEB
(204,222,235)
#BACAD6
(186,202,214)
#A8B6C1
(168,182,193)
#96A2AC
(150,162,172)
#848E97
(132,142,151)
#727A82
(114,122,130)
#60666D
(96,102,109)
#4E5258
(78,82,88)
#3C3E43
(60,62,67)
#2A2A2E
(42,42,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCDEEB

#CCDEEB
(204,222,235)
#D0E1EC
(208,225,236)
#D4E4ED
(212,228,237)
#D8E7EE
(216,231,238)
#DCEAEF
(220,234,239)
#E0EDF0
(224,237,240)
#E4F0F1
(228,240,241)
#E8F3F2
(232,243,242)
#ECF6F3
(236,246,243)
#F0F9F4
(240,249,244)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEEB; }

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

This text font color is #CCDEEB.


Background Color

.myBgColor { background-color: #CCDEEB; }

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

This div background color is #CCDEEB.


Border color

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

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

This div border color is #CCDEEB.


Opacity

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

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

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

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

This text has shadow with #CCDEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEEB on black background.


Color preview on white background

This text has color #CCDEEB on white background.



Black color preview on #CCDEEB background

This text has black color on #CCDEEB background.


White color preview on #CCDEEB background

This text has white color on #CCDEEB background.