COLOR #C9C9CD

HEX: #C9C9CD RGB: (201,201,205)

Color info

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

RGB color model

#C9C9CD color RGB value is (201,201,205).

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

RGB channels and saturation

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

201
201
205

R + G + B ~ 79%. #C9C9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 201 + 205 = 607 (100%)
R 201 of 607 ~ 33.11%
G 201 of 607 ~ 33.11%
B 205 of 607 ~ 33.77'%

%33.11
%33.11
%33.77

CMYK color model

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

  • cyan value is 1.95%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (2,2,0,20)
C2M2Y0K20 (2%, 2%, 0%, 20%)
(0.02 / 0.02 / 0.00 / 0.20)

CMYK percentages

%1.95
%1.95
%0
%19.61

Codes

Color #C9C9CD in popluar color models

C9 C9 CD
RGB 201 201 205
HSL 240° 3.85% 79.61%
HSB/HSV 240° 1.95% 80.39%
CMYK 1.95% 1.95% 0.00%
19.61%

Color #C9C9CD in popluar number systems.

HEX C9 C9 CD
Decimal 201 201 205
Binary 11001001 11001001 11001101
Octal 311 311 315

Shades and tints

Shades of #C9C9CD

#C9C9CD
(201,201,205)
#B7B7BB
(183,183,187)
#A5A5A9
(165,165,169)
#939397
(147,147,151)
#818185
(129,129,133)
#6F6F73
(111,111,115)
#5D5D61
(93,93,97)
#4B4B4F
(75,75,79)
#39393D
(57,57,61)
#27272B
(39,39,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C9C9CD

#C9C9CD
(201,201,205)
#CDCDD1
(205,205,209)
#D1D1D5
(209,209,213)
#D5D5D9
(213,213,217)
#D9D9DD
(217,217,221)
#DDDDE1
(221,221,225)
#E1E1E5
(225,225,229)
#E5E5E9
(229,229,233)
#E9E9ED
(233,233,237)
#EDEDF1
(237,237,241)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9CD; }

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

This text font color is #C9C9CD.

Background Color

.myBgColor { background-color: #C9C9CD; }

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

This div background color is #C9C9CD.

Border color

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

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

This div border color is #C9C9CD.

Opacity

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

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

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

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

This text has shadow with #C9C9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C9CD.

Preview

Color preview on black background

This text has color #C9C9CD on black background.


Color preview on white background

This text has color #C9C9CD on white background.


Black color preview on #C9C9CD background

This text has black color on #C9C9CD background.


White color preview on #C9C9CD background

This text has white color on #C9C9CD background.


Related colors

Complementary color

Complementary color for #hex is #363632.


I love getcolorcode.com