COLOR #C9C5BF

HEX: #C9C5BF
RGB: (201,197,191)

Color info

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

RGB color model

#C9C5BF color RGB value is (201,197,191).

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

RGB channels and saturation

R 201 of 255 = 79%
G 197 of 255 = 77%
B 191 of 255 = 75%

201
197
191

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

Portions of RGB colors in percentages

R + G + B =
201 + 197 + 191 = 589 (100%)
R 201 of 589 ~ 34.13%
G 197 of 589 ~ 33.45%
B 191 of 589 ~ 32.43%

%34.13
%33.45
%32.43

CMYK color model

#C9C5BF color CMYK value is (0,2,5,21).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(0,2,5,21)
C0M2Y5K21 
(0%,2%,5%,21%)
(0.00/0.02/0.05/0.21)	

CMYK percentages

%0
%1.99
%4.98
%21.18

Codes

Color #C9C5BF in popluar color models

C9C5BF
RGB201197191
HSL36°8.47%76.86%
HSB/HSV36°4.98%78.82%
CMYK0.00%1.99%4.98%
21.18%

Color #C9C5BF in popluar number systems.

HEXC9C5BF
Decimal201197191
Binary110010011100010110111111
Octal311305277

Shades and tints

Shades of #C9C5BF

#C9C5BF
(201,197,191)
#B7B4AE
(183,180,174)
#A5A39D
(165,163,157)
#93928C
(147,146,140)
#81817B
(129,129,123)
#6F706A
(111,112,106)
#5D5F59
(93,95,89)
#4B4E48
(75,78,72)
#393D37
(57,61,55)
#272C26
(39,44,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #C9C5BF

#C9C5BF
(201,197,191)
#CDCAC4
(205,202,196)
#D1CFC9
(209,207,201)
#D5D4CE
(213,212,206)
#D9D9D3
(217,217,211)
#DDDED8
(221,222,216)
#E1E3DD
(225,227,221)
#E5E8E2
(229,232,226)
#E9EDE7
(233,237,231)
#EDF2EC
(237,242,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5BF; }

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

This text font color is #C9C5BF.


Background Color

.myBgColor { background-color: #C9C5BF; }

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

This div background color is #C9C5BF.


Border color

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

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

This div border color is #C9C5BF.


Opacity

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

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

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

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

This text has shadow with #C9C5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5BF on black background.


Color preview on white background

This text has color #C9C5BF on white background.



Black color preview on #C9C5BF background

This text has black color on #C9C5BF background.


White color preview on #C9C5BF background

This text has white color on #C9C5BF background.