COLOR #C9C5C8

HEX: #C9C5C8
RGB: (201,197,200)

Color info

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

RGB color model

#C9C5C8 color RGB value is (201,197,200).

  • red value is 201;
  • green value is 197;
  • blue value is 200.
RGB:
(201,197,200)
(79%,77%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 197 of 255 = 77%
B 200 of 255 = 78%

201
197
200

R + G + B ~ 78%. #C9C5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 197 + 200 = 598 (100%)
R 201 of 598 ~ 33.61%
G 197 of 598 ~ 32.94%
B 200 of 598 ~ 33.44%

%33.61
%32.94
%33.44

CMYK color model

#C9C5C8 color CMYK value is (0,2,0,21).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 0.50%
  • key color value is 21.18%
CMYK:
(0,2,0,21)
C0M2Y0K21 
(0%,2%,0%,21%)
(0.00/0.02/0.00/0.21)	

CMYK percentages

%0
%1.99
%0.5
%21.18

Codes

Color #C9C5C8 in popluar color models

C9C5C8
RGB201197200
HSL315°3.57%78.04%
HSB/HSV315°1.99%78.82%
CMYK0.00%1.99%0.50%
21.18%

Color #C9C5C8 in popluar number systems.

HEXC9C5C8
Decimal201197200
Binary110010011100010111001000
Octal311305310

Shades and tints

Shades of #C9C5C8

#C9C5C8
(201,197,200)
#B7B4B6
(183,180,182)
#A5A3A4
(165,163,164)
#939292
(147,146,146)
#818180
(129,129,128)
#6F706E
(111,112,110)
#5D5F5C
(93,95,92)
#4B4E4A
(75,78,74)
#393D38
(57,61,56)
#272C26
(39,44,38)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #C9C5C8

#C9C5C8
(201,197,200)
#CDCACD
(205,202,205)
#D1CFD2
(209,207,210)
#D5D4D7
(213,212,215)
#D9D9DC
(217,217,220)
#DDDEE1
(221,222,225)
#E1E3E6
(225,227,230)
#E5E8EB
(229,232,235)
#E9EDF0
(233,237,240)
#EDF2F5
(237,242,245)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5C8; }

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

This text font color is #C9C5C8.


Background Color

.myBgColor { background-color: #C9C5C8; }

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

This div background color is #C9C5C8.


Border color

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

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

This div border color is #C9C5C8.


Opacity

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

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

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

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

This text has shadow with #C9C5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5C8 on black background.


Color preview on white background

This text has color #C9C5C8 on white background.



Black color preview on #C9C5C8 background

This text has black color on #C9C5C8 background.


White color preview on #C9C5C8 background

This text has white color on #C9C5C8 background.