COLOR #C9C2BF

HEX: #C9C2BF
RGB: (201,194,191)

Color info

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

RGB color model

#C9C2BF color RGB value is (201,194,191).

  • red value is 201;
  • green value is 194;
  • blue value is 191.
RGB: (201,194,191) (79%,76%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 191 of 255 = 75%

201
194
191

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

Portions of RGB colors in percentages

R + G + B =
201 + 194 + 191 = 586 (100%)
R 201 of 586 ~ 34.3%
G 194 of 586 ~ 33.11%
B 191 of 586 ~ 32.59%

%34.3
%33.11
%32.59

CMYK color model

#C9C2BF color CMYK value is (0,3,5,21).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK: (0,3,5,21) C0M3Y5K21 (0%,3%,5%,21%) (0.00/0.03/0.05/0.21)

CMYK percentages

%0
%3.48
%4.98
%21.18

Codes

Color #C9C2BF in popluar color models

C9C2BF
RGB201194191
HSL18°8.47%76.86%
HSB/HSV18°4.98%78.82%
CMYK0.00%3.48%4.98%
21.18%

Color #C9C2BF in popluar number systems.

HEXC9C2BF
Decimal201194191
Binary110010011100001010111111
Octal311302277

Shades and tints

Shades of #C9C2BF

#C9C2BF
(201,194,191)
#B7B1AE
(183,177,174)
#A5A09D
(165,160,157)
#938F8C
(147,143,140)
#817E7B
(129,126,123)
#6F6D6A
(111,109,106)
#5D5C59
(93,92,89)
#4B4B48
(75,75,72)
#393A37
(57,58,55)
#272926
(39,41,38)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9C2BF

#C9C2BF
(201,194,191)
#CDC7C4
(205,199,196)
#D1CCC9
(209,204,201)
#D5D1CE
(213,209,206)
#D9D6D3
(217,214,211)
#DDDBD8
(221,219,216)
#E1E0DD
(225,224,221)
#E5E5E2
(229,229,226)
#E9EAE7
(233,234,231)
#EDEFEC
(237,239,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C2BF color. Also use rgb(201,194,191) instead hex code.

Text Font Color

.myTextColor { color: #C9C2BF; }

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

This text font color is #C9C2BF.


Background Color

.myBgColor { background-color: #C9C2BF; }

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

This div background color is #C9C2BF.


Border color

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

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

This div border color is #C9C2BF.


Opacity

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

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

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

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

This text has shadow with #C9C2BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9C2BF on black background.


Color preview on white background

This text has color #C9C2BF on white background.



Black color preview on #C9C2BF background

This text has black color on #C9C2BF background.


White color preview on #C9C2BF background

This text has white color on #C9C2BF background.