COLOR #C9C8CF

HEX: #C9C8CF
RGB: (201,200,207)

Color info

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

RGB color model

#C9C8CF color RGB value is (201,200,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 207 of 255 = 81%

201
200
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 207 = 608 (100%)
R 201 of 608 ~ 33.06%
G 200 of 608 ~ 32.89%
B 207 of 608 ~ 34.05%

%33.06
%32.89
%34.05

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,3,0,19)
C3M3Y0K19 
(3%,3%,0%,19%)
(0.03/0.03/0.00/0.19)	

CMYK percentages

%2.9
%3.38
%0
%18.82

Codes

Color #C9C8CF in popluar color models

C9C8CF
RGB201200207
HSL249°6.80%79.80%
HSB/HSV249°3.38%81.18%
CMYK2.90%3.38%0.00%
18.82%

Color #C9C8CF in popluar number systems.

HEXC9C8CF
Decimal201200207
Binary110010011100100011001111
Octal311310317

Shades and tints

Shades of #C9C8CF

#C9C8CF
(201,200,207)
#B7B6BD
(183,182,189)
#A5A4AB
(165,164,171)
#939299
(147,146,153)
#818087
(129,128,135)
#6F6E75
(111,110,117)
#5D5C63
(93,92,99)
#4B4A51
(75,74,81)
#39383F
(57,56,63)
#27262D
(39,38,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C9C8CF

#C9C8CF
(201,200,207)
#CDCDD3
(205,205,211)
#D1D2D7
(209,210,215)
#D5D7DB
(213,215,219)
#D9DCDF
(217,220,223)
#DDE1E3
(221,225,227)
#E1E6E7
(225,230,231)
#E5EBEB
(229,235,235)
#E9F0EF
(233,240,239)
#EDF5F3
(237,245,243)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C8CF; }

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

This text font color is #C9C8CF.


Background Color

.myBgColor { background-color: #C9C8CF; }

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

This div background color is #C9C8CF.


Border color

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

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

This div border color is #C9C8CF.


Opacity

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

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

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

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

This text has shadow with #C9C8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C8CF on black background.


Color preview on white background

This text has color #C9C8CF on white background.



Black color preview on #C9C8CF background

This text has black color on #C9C8CF background.


White color preview on #C9C8CF background

This text has white color on #C9C8CF background.