COLOR #CCC9CD

HEX: #CCC9CD RGB: (204,201,205)

Color info

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

RGB color model

#CCC9CD color RGB value is (204,201,205).

RGB: (204,201,205) (80%, 79%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 205 of 255 = 80%

204
201
205

R + G + B ~ 80%. #CCC9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 205 = 610 (100%)
R 204 of 610 ~ 33.44%
G 201 of 610 ~ 32.95%
B 205 of 610 ~ 33.61'%

%33.44
%32.95
%33.61

CMYK color model

#CCC9CD color CMYK value is (0,2,0,20).

  • cyan value is 0.49%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (0,2,0,20) C0M2Y0K20 (0%,2%,0%,20%) (0.00/0.02/0.00/0.20) 

CMYK percentages

%0.49
%1.95
%0
%19.61

Codes

Color #CCC9CD in popluar color models

CC C9 CD
RGB 204 201 205
HSL 285° 3.85% 79.61%
HSB/HSV 285° 1.95% 80.39%
CMYK 0.49% 1.95% 0.00%
19.61%

Color #CCC9CD in popluar number systems.

HEX CC C9 CD
Decimal 204 201 205
Binary 11001100 11001001 11001101
Octal 314 311 315

Shades and tints

Shades of #CCC9CD

#CCC9CD
(204,201,205)
#BAB7BB
(186,183,187)
#A8A5A9
(168,165,169)
#969397
(150,147,151)
#848185
(132,129,133)
#726F73
(114,111,115)
#605D61
(96,93,97)
#4E4B4F
(78,75,79)
#3C393D
(60,57,61)
#2A272B
(42,39,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCC9CD

#CCC9CD
(204,201,205)
#D0CDD1
(208,205,209)
#D4D1D5
(212,209,213)
#D8D5D9
(216,213,217)
#DCD9DD
(220,217,221)
#E0DDE1
(224,221,225)
#E4E1E5
(228,225,229)
#E8E5E9
(232,229,233)
#ECE9ED
(236,233,237)
#F0EDF1
(240,237,241)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9CD; }

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

This text font color is #CCC9CD.

Background Color

.myBgColor { background-color: #CCC9CD; }

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

This div background color is #CCC9CD.

Border color

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

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

This div border color is #CCC9CD.

Opacity

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

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

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

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

This text has shadow with #CCC9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC9CD.

Preview

Color preview on black background

This text has color #CCC9CD on black background.


Color preview on white background

This text has color #CCC9CD on white background.


Black color preview on #CCC9CD background

This text has black color on #CCC9CD background.


White color preview on #CCC9CD background

This text has white color on #CCC9CD background.


Related colors

Complementary color

Complementary color for #hex is #333632.


I love getcolorcode.com

Triadic colors

1 #CDCCC9 and #C9CDCC with #CCC9CD are triadic colors.

2 #CDC9CC and #C9CCCD with #CCC9CD are triadic colors.