COLOR #C9C6BC

HEX: #C9C6BC
RGB: (201,198,188)

Color info

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

RGB color model

#C9C6BC color RGB value is (201,198,188).

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

RGB channels and saturation

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

201
198
188

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

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 188 = 587 (100%)
R 201 of 587 ~ 34.24%
G 198 of 587 ~ 33.73%
B 188 of 587 ~ 32.03%

%34.24
%33.73
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK:
(0,1,6,21)
C0M1Y6K21 
(0%,1%,6%,21%)
(0.00/0.01/0.06/0.21)	

CMYK percentages

%0
%1.49
%6.47
%21.18

Codes

Color #C9C6BC in popluar color models

C9C6BC
RGB201198188
HSL46°10.74%76.27%
HSB/HSV46°6.47%78.82%
CMYK0.00%1.49%6.47%
21.18%

Color #C9C6BC in popluar number systems.

HEXC9C6BC
Decimal201198188
Binary110010011100011010111100
Octal311306274

Shades and tints

Shades of #C9C6BC

#C9C6BC
(201,198,188)
#B7B4AB
(183,180,171)
#A5A29A
(165,162,154)
#939089
(147,144,137)
#817E78
(129,126,120)
#6F6C67
(111,108,103)
#5D5A56
(93,90,86)
#4B4845
(75,72,69)
#393634
(57,54,52)
#272423
(39,36,35)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #C9C6BC

#C9C6BC
(201,198,188)
#CDCBC2
(205,203,194)
#D1D0C8
(209,208,200)
#D5D5CE
(213,213,206)
#D9DAD4
(217,218,212)
#DDDFDA
(221,223,218)
#E1E4E0
(225,228,224)
#E5E9E6
(229,233,230)
#E9EEEC
(233,238,236)
#EDF3F2
(237,243,242)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C6BC; }

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

This text font color is #C9C6BC.


Background Color

.myBgColor { background-color: #C9C6BC; }

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

This div background color is #C9C6BC.


Border color

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

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

This div border color is #C9C6BC.


Opacity

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

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

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

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

This text has shadow with #C9C6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6BC on black background.


Color preview on white background

This text has color #C9C6BC on white background.



Black color preview on #C9C6BC background

This text has black color on #C9C6BC background.


White color preview on #C9C6BC background

This text has white color on #C9C6BC background.