COLOR #C9C1BB

HEX: #C9C1BB
RGB: (201,193,187)

Color info

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

RGB color model

#C9C1BB color RGB value is (201,193,187).

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

RGB channels and saturation

R 201 of 255 = 79%
G 193 of 255 = 76%
B 187 of 255 = 73%

201
193
187

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

Portions of RGB colors in percentages

R + G + B =
201 + 193 + 187 = 581 (100%)
R 201 of 581 ~ 34.6%
G 193 of 581 ~ 33.22%
B 187 of 581 ~ 32.19%

%34.6
%33.22
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.98%
  • 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
%3.98
%6.97
%21.18

Codes

Color #C9C1BB in popluar color models

C9C1BB
RGB201193187
HSL26°11.48%76.08%
HSB/HSV26°6.97%78.82%
CMYK0.00%3.98%6.97%
21.18%

Color #C9C1BB in popluar number systems.

HEXC9C1BB
Decimal201193187
Binary110010011100000110111011
Octal311301273

Shades and tints

Shades of #C9C1BB

#C9C1BB
(201,193,187)
#B7B0AA
(183,176,170)
#A59F99
(165,159,153)
#938E88
(147,142,136)
#817D77
(129,125,119)
#6F6C66
(111,108,102)
#5D5B55
(93,91,85)
#4B4A44
(75,74,68)
#393933
(57,57,51)
#272822
(39,40,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9C1BB

#C9C1BB
(201,193,187)
#CDC6C1
(205,198,193)
#D1CBC7
(209,203,199)
#D5D0CD
(213,208,205)
#D9D5D3
(217,213,211)
#DDDAD9
(221,218,217)
#E1DFDF
(225,223,223)
#E5E4E5
(229,228,229)
#E9E9EB
(233,233,235)
#EDEEF1
(237,238,241)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1BB; }

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

This text font color is #C9C1BB.


Background Color

.myBgColor { background-color: #C9C1BB; }

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

This div background color is #C9C1BB.


Border color

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

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

This div border color is #C9C1BB.


Opacity

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

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

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

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

This text has shadow with #C9C1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C1BB on black background.


Color preview on white background

This text has color #C9C1BB on white background.



Black color preview on #C9C1BB background

This text has black color on #C9C1BB background.


White color preview on #C9C1BB background

This text has white color on #C9C1BB background.