COLOR #C9C5CF

HEX: #C9C5CF
RGB: (201,197,207)

Color info

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

RGB color model

#C9C5CF color RGB value is (201,197,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 197 of 255 = 77%
B 207 of 255 = 81%

201
197
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 197 + 207 = 605 (100%)
R 201 of 605 ~ 33.22%
G 197 of 605 ~ 32.56%
B 207 of 605 ~ 34.21%

%33.22
%32.56
%34.21

CMYK color model

#C9C5CF color CMYK value is (3,5,0,19).

  • cyan value is 2.90%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,5,0,19)
C3M5Y0K19 
(3%,5%,0%,19%)
(0.03/0.05/0.00/0.19)	

CMYK percentages

%2.9
%4.83
%0
%18.82

Codes

Color #C9C5CF in popluar color models

C9C5CF
RGB201197207
HSL264°9.43%79.22%
HSB/HSV264°4.83%81.18%
CMYK2.90%4.83%0.00%
18.82%

Color #C9C5CF in popluar number systems.

HEXC9C5CF
Decimal201197207
Binary110010011100010111001111
Octal311305317

Shades and tints

Shades of #C9C5CF

#C9C5CF
(201,197,207)
#B7B4BD
(183,180,189)
#A5A3AB
(165,163,171)
#939299
(147,146,153)
#818187
(129,129,135)
#6F7075
(111,112,117)
#5D5F63
(93,95,99)
#4B4E51
(75,78,81)
#393D3F
(57,61,63)
#272C2D
(39,44,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9C5CF

#C9C5CF
(201,197,207)
#CDCAD3
(205,202,211)
#D1CFD7
(209,207,215)
#D5D4DB
(213,212,219)
#D9D9DF
(217,217,223)
#DDDEE3
(221,222,227)
#E1E3E7
(225,227,231)
#E5E8EB
(229,232,235)
#E9EDEF
(233,237,239)
#EDF2F3
(237,242,243)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5CF; }

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

This text font color is #C9C5CF.


Background Color

.myBgColor { background-color: #C9C5CF; }

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

This div background color is #C9C5CF.


Border color

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

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

This div border color is #C9C5CF.


Opacity

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

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

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

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

This text has shadow with #C9C5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5CF on black background.


Color preview on white background

This text has color #C9C5CF on white background.



Black color preview on #C9C5CF background

This text has black color on #C9C5CF background.


White color preview on #C9C5CF background

This text has white color on #C9C5CF background.