COLOR #CCD5CD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
213
205

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

Portions of RGB colors in percentages

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

%32.8
%34.24
%32.96

CMYK color model

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

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

CMYK percentages

%4.23
%0
%3.76
%16.47

Codes

Color #CCD5CD in popluar color models

CCD5CD
RGB204213205
HSL127°9.68%81.76%
HSB/HSV127°4.23%83.53%
CMYK4.23%0.00%3.76%
16.47%

Color #CCD5CD in popluar number systems.

HEXCCD5CD
Decimal204213205
Binary110011001101010111001101
Octal314325315

Shades and tints

Shades of #CCD5CD

#CCD5CD
(204,213,205)
#BAC2BB
(186,194,187)
#A8AFA9
(168,175,169)
#969C97
(150,156,151)
#848985
(132,137,133)
#727673
(114,118,115)
#606361
(96,99,97)
#4E504F
(78,80,79)
#3C3D3D
(60,61,61)
#2A2A2B
(42,42,43)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCD5CD

#CCD5CD
(204,213,205)
#D0D8D1
(208,216,209)
#D4DBD5
(212,219,213)
#D8DED9
(216,222,217)
#DCE1DD
(220,225,221)
#E0E4E1
(224,228,225)
#E4E7E5
(228,231,229)
#E8EAE9
(232,234,233)
#ECEDED
(236,237,237)
#F0F0F1
(240,240,241)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD5CD; }

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

This text font color is #CCD5CD.


Background Color

.myBgColor { background-color: #CCD5CD; }

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

This div background color is #CCD5CD.


Border color

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

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

This div border color is #CCD5CD.


Opacity

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

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

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

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

This text has shadow with #CCD5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD5CD on black background.


Color preview on white background

This text has color #CCD5CD on white background.



Black color preview on #CCD5CD background

This text has black color on #CCD5CD background.


White color preview on #CCD5CD background

This text has white color on #CCD5CD background.