COLOR #C9C8BC

HEX: #C9C8BC
RGB: (201,200,188)

Color info

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

RGB color model

#C9C8BC color RGB value is (201,200,188).

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

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 188 of 255 = 74%

201
200
188

R + G + B ~ 77%. #C9C8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 188 = 589 (100%)
R 201 of 589 ~ 34.13%
G 200 of 589 ~ 33.96%
B 188 of 589 ~ 31.92%

%34.13
%33.96
%31.92

CMYK color model

#C9C8BC color CMYK value is (0,0,6,21).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK:
(0,0,6,21)
C0M0Y6K21 
(0%,0%,6%,21%)
(0.00/0.00/0.06/0.21)	

CMYK percentages

%0
%0.5
%6.47
%21.18

Codes

Color #C9C8BC in popluar color models

C9C8BC
RGB201200188
HSL55°10.74%76.27%
HSB/HSV55°6.47%78.82%
CMYK0.00%0.50%6.47%
21.18%

Color #C9C8BC in popluar number systems.

HEXC9C8BC
Decimal201200188
Binary110010011100100010111100
Octal311310274

Shades and tints

Shades of #C9C8BC

#C9C8BC
(201,200,188)
#B7B6AB
(183,182,171)
#A5A49A
(165,164,154)
#939289
(147,146,137)
#818078
(129,128,120)
#6F6E67
(111,110,103)
#5D5C56
(93,92,86)
#4B4A45
(75,74,69)
#393834
(57,56,52)
#272623
(39,38,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C9C8BC

#C9C8BC
(201,200,188)
#CDCDC2
(205,205,194)
#D1D2C8
(209,210,200)
#D5D7CE
(213,215,206)
#D9DCD4
(217,220,212)
#DDE1DA
(221,225,218)
#E1E6E0
(225,230,224)
#E5EBE6
(229,235,230)
#E9F0EC
(233,240,236)
#EDF5F2
(237,245,242)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C8BC; }

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

This text font color is #C9C8BC.


Background Color

.myBgColor { background-color: #C9C8BC; }

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

This div background color is #C9C8BC.


Border color

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

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

This div border color is #C9C8BC.


Opacity

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

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

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

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

This text has shadow with #C9C8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C8BC on black background.


Color preview on white background

This text has color #C9C8BC on white background.



Black color preview on #C9C8BC background

This text has black color on #C9C8BC background.


White color preview on #C9C8BC background

This text has white color on #C9C8BC background.