COLOR #C9C7CD

HEX: #C9C7CD RGB: (201,199,205)

Color info

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

RGB color model

#C9C7CD color RGB value is (201,199,205).

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

RGB channels and saturation

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

201
199
205

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

Portions of RGB colors in percentages

R + G + B = 201 + 199 + 205 = 605 (100%)
R 201 of 605 ~ 33.22%
G 199 of 605 ~ 32.89%
B 205 of 605 ~ 33.88'%

%33.22
%32.89
%33.88

CMYK color model

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

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

CMYK: (2,3,0,20)
C2M3Y0K20 (2%, 3%, 0%, 20%)
(0.02 / 0.03 / 0.00 / 0.20)

CMYK percentages

%1.95
%2.93
%0
%19.61

Codes

Color #C9C7CD in popluar color models

C9 C7 CD
RGB 201 199 205
HSL 260° 5.66% 79.22%
HSB/HSV 260° 2.93% 80.39%
CMYK 1.95% 2.93% 0.00%
19.61%

Color #C9C7CD in popluar number systems.

HEX C9 C7 CD
Decimal 201 199 205
Binary 11001001 11000111 11001101
Octal 311 307 315

Shades and tints

Shades of #C9C7CD

#C9C7CD
(201,199,205)
#B7B5BB
(183,181,187)
#A5A3A9
(165,163,169)
#939197
(147,145,151)
#817F85
(129,127,133)
#6F6D73
(111,109,115)
#5D5B61
(93,91,97)
#4B494F
(75,73,79)
#39373D
(57,55,61)
#27252B
(39,37,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C9C7CD

#C9C7CD
(201,199,205)
#CDCCD1
(205,204,209)
#D1D1D5
(209,209,213)
#D5D6D9
(213,214,217)
#D9DBDD
(217,219,221)
#DDE0E1
(221,224,225)
#E1E5E5
(225,229,229)
#E5EAE9
(229,234,233)
#E9EFED
(233,239,237)
#EDF4F1
(237,244,241)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C7CD; }

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

This text font color is #C9C7CD.

Background Color

.myBgColor { background-color: #C9C7CD; }

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

This div background color is #C9C7CD.

Border color

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

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

This div border color is #C9C7CD.

Opacity

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

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

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

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

This text has shadow with #C9C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C7CD.

Preview

Color preview on black background

This text has color #C9C7CD on black background.


Color preview on white background

This text has color #C9C7CD on white background.


Black color preview on #C9C7CD background

This text has black color on #C9C7CD background.


White color preview on #C9C7CD background

This text has white color on #C9C7CD background.


Related colors

Complementary color

Complementary color for #hex is #363832.


I love getcolorcode.com

Triadic colors

1 #CDC9C7 and #C7CDC9 with #C9C7CD are triadic colors.

2 #CDC7C9 and #C7C9CD with #C9C7CD are triadic colors.