COLOR #CCCDDE

HEX: #CCCDDE
RGB: (204,205,222)

Color info

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

RGB color model

#CCCDDE color RGB value is (204,205,222).

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

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 222 of 255 = 87%

204
205
222

R + G + B ~ 82%. #CCCDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 222 = 631 (100%)
R 204 of 631 ~ 32.33%
G 205 of 631 ~ 32.49%
B 222 of 631 ~ 35.18%

%32.33
%32.49
%35.18

CMYK color model

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

  • cyan value is 8.11%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(8,8,0,13)
C8M8Y0K13 
(8%,8%,0%,13%)
(0.08/0.08/0.00/0.13)	

CMYK percentages

%8.11
%7.66
%0
%12.94

Codes

Color #CCCDDE in popluar color models

CCCDDE
RGB204205222
HSL237°21.43%83.53%
HSB/HSV237°8.11%87.06%
CMYK8.11%7.66%0.00%
12.94%

Color #CCCDDE in popluar number systems.

HEXCCCDDE
Decimal204205222
Binary110011001100110111011110
Octal314315336

Shades and tints

Shades of #CCCDDE

#CCCDDE
(204,205,222)
#BABBCA
(186,187,202)
#A8A9B6
(168,169,182)
#9697A2
(150,151,162)
#84858E
(132,133,142)
#72737A
(114,115,122)
#606166
(96,97,102)
#4E4F52
(78,79,82)
#3C3D3E
(60,61,62)
#2A2B2A
(42,43,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCCDDE

#CCCDDE
(204,205,222)
#D0D1E1
(208,209,225)
#D4D5E4
(212,213,228)
#D8D9E7
(216,217,231)
#DCDDEA
(220,221,234)
#E0E1ED
(224,225,237)
#E4E5F0
(228,229,240)
#E8E9F3
(232,233,243)
#ECEDF6
(236,237,246)
#F0F1F9
(240,241,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDDE; }

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

This text font color is #CCCDDE.


Background Color

.myBgColor { background-color: #CCCDDE; }

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

This div background color is #CCCDDE.


Border color

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

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

This div border color is #CCCDDE.


Opacity

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

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

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

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

This text has shadow with #CCCDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDDE on black background.


Color preview on white background

This text has color #CCCDDE on white background.



Black color preview on #CCCDDE background

This text has black color on #CCCDDE background.


White color preview on #CCCDDE background

This text has white color on #CCCDDE background.