COLOR #C9C0BB

HEX: #C9C0BB
RGB: (201,192,187)

Color info

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

RGB color model

#C9C0BB color RGB value is (201,192,187).

  • red value is 201;
  • green value is 192;
  • blue value is 187.
RGB:
(201,192,187)
(79%,75%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 187 of 255 = 73%

201
192
187

R + G + B ~ 76%. #C9C0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 192 + 187 = 580 (100%)
R 201 of 580 ~ 34.66%
G 192 of 580 ~ 33.1%
B 187 of 580 ~ 32.24%

%34.66
%33.1
%32.24

CMYK color model

#C9C0BB color CMYK value is (0,4,7,21).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(0,4,7,21)
C0M4Y7K21 
(0%,4%,7%,21%)
(0.00/0.04/0.07/0.21)	

CMYK percentages

%0
%4.48
%6.97
%21.18

Codes

Color #C9C0BB in popluar color models

C9C0BB
RGB201192187
HSL21°11.48%76.08%
HSB/HSV21°6.97%78.82%
CMYK0.00%4.48%6.97%
21.18%

Color #C9C0BB in popluar number systems.

HEXC9C0BB
Decimal201192187
Binary110010011100000010111011
Octal311300273

Shades and tints

Shades of #C9C0BB

#C9C0BB
(201,192,187)
#B7AFAA
(183,175,170)
#A59E99
(165,158,153)
#938D88
(147,141,136)
#817C77
(129,124,119)
#6F6B66
(111,107,102)
#5D5A55
(93,90,85)
#4B4944
(75,73,68)
#393833
(57,56,51)
#272722
(39,39,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #C9C0BB

#C9C0BB
(201,192,187)
#CDC5C1
(205,197,193)
#D1CAC7
(209,202,199)
#D5CFCD
(213,207,205)
#D9D4D3
(217,212,211)
#DDD9D9
(221,217,217)
#E1DEDF
(225,222,223)
#E5E3E5
(229,227,229)
#E9E8EB
(233,232,235)
#EDEDF1
(237,237,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C0BB color. Also use rgb(201,192,187) instead hex code.

Text Font Color

.myTextColor { color: #C9C0BB; }

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

This text font color is #C9C0BB.


Background Color

.myBgColor { background-color: #C9C0BB; }

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

This div background color is #C9C0BB.


Border color

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

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

This div border color is #C9C0BB.


Opacity

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

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

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

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

This text has shadow with #C9C0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C0BB on black background.


Color preview on white background

This text has color #C9C0BB on white background.



Black color preview on #C9C0BB background

This text has black color on #C9C0BB background.


White color preview on #C9C0BB background

This text has white color on #C9C0BB background.