COLOR #CCCDD5

HEX: #CCCDD5
RGB: (204,205,213)

Color info

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

RGB color model

#CCCDD5 color RGB value is (204,205,213).

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

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 213 of 255 = 84%

204
205
213

R + G + B ~ 81%. #CCCDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 213 = 622 (100%)
R 204 of 622 ~ 32.8%
G 205 of 622 ~ 32.96%
B 213 of 622 ~ 34.24%

%32.8
%32.96
%34.24

CMYK color model

#CCCDD5 color CMYK value is (4,4,0,16).

  • cyan value is 4.23%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,4,0,16)
C4M4Y0K16 
(4%,4%,0%,16%)
(0.04/0.04/0.00/0.16)	

CMYK percentages

%4.23
%3.76
%0
%16.47

Codes

Color #CCCDD5 in popluar color models

CCCDD5
RGB204205213
HSL233°9.68%81.76%
HSB/HSV233°4.23%83.53%
CMYK4.23%3.76%0.00%
16.47%

Color #CCCDD5 in popluar number systems.

HEXCCCDD5
Decimal204205213
Binary110011001100110111010101
Octal314315325

Shades and tints

Shades of #CCCDD5

#CCCDD5
(204,205,213)
#BABBC2
(186,187,194)
#A8A9AF
(168,169,175)
#96979C
(150,151,156)
#848589
(132,133,137)
#727376
(114,115,118)
#606163
(96,97,99)
#4E4F50
(78,79,80)
#3C3D3D
(60,61,61)
#2A2B2A
(42,43,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCCDD5

#CCCDD5
(204,205,213)
#D0D1D8
(208,209,216)
#D4D5DB
(212,213,219)
#D8D9DE
(216,217,222)
#DCDDE1
(220,221,225)
#E0E1E4
(224,225,228)
#E4E5E7
(228,229,231)
#E8E9EA
(232,233,234)
#ECEDED
(236,237,237)
#F0F1F0
(240,241,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDD5; }

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

This text font color is #CCCDD5.


Background Color

.myBgColor { background-color: #CCCDD5; }

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

This div background color is #CCCDD5.


Border color

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

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

This div border color is #CCCDD5.


Opacity

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

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

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

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

This text has shadow with #CCCDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDD5 on black background.


Color preview on white background

This text has color #CCCDD5 on white background.



Black color preview on #CCCDD5 background

This text has black color on #CCCDD5 background.


White color preview on #CCCDD5 background

This text has white color on #CCCDD5 background.