COLOR #C9C3B1

HEX: #C9C3B1
RGB: (201,195,177)

Color info

#C9C3B1 contains red, green and blue colors in about the same proportion. Web safe color of #C9C3B1 is #CCCC99 (or #CC9).

RGB color model

#C9C3B1 color RGB value is (201,195,177).

  • red value is 201;
  • green value is 195;
  • blue value is 177.
RGB:
(201,195,177)
(79%,76%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 177 of 255 = 69%

201
195
177

R + G + B ~ 75%. #C9C3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 177 = 573 (100%)
R 201 of 573 ~ 35.08%
G 195 of 573 ~ 34.03%
B 177 of 573 ~ 30.89%

%35.08
%34.03
%30.89

CMYK color model

#C9C3B1 color CMYK value is (0,3,12,21).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(0,3,12,21)
C0M3Y12K21 
(0%,3%,12%,21%)
(0.00/0.03/0.12/0.21)	

CMYK percentages

%0
%2.99
%11.94
%21.18

Codes

Color #C9C3B1 in popluar color models

C9C3B1
RGB201195177
HSL45°18.18%74.12%
HSB/HSV45°11.94%78.82%
CMYK0.00%2.99%11.94%
21.18%

Color #C9C3B1 in popluar number systems.

HEXC9C3B1
Decimal201195177
Binary110010011100001110110001
Octal311303261

Shades and tints

Shades of #C9C3B1

#C9C3B1
(201,195,177)
#B7B2A1
(183,178,161)
#A5A191
(165,161,145)
#939081
(147,144,129)
#817F71
(129,127,113)
#6F6E61
(111,110,97)
#5D5D51
(93,93,81)
#4B4C41
(75,76,65)
#393B31
(57,59,49)
#272A21
(39,42,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #C9C3B1

#C9C3B1
(201,195,177)
#CDC8B8
(205,200,184)
#D1CDBF
(209,205,191)
#D5D2C6
(213,210,198)
#D9D7CD
(217,215,205)
#DDDCD4
(221,220,212)
#E1E1DB
(225,225,219)
#E5E6E2
(229,230,226)
#E9EBE9
(233,235,233)
#EDF0F0
(237,240,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C3B1 color. Also use rgb(201,195,177) instead hex code.

Text Font Color

.myTextColor { color: #C9C3B1; }

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

This text font color is #C9C3B1.


Background Color

.myBgColor { background-color: #C9C3B1; }

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

This div background color is #C9C3B1.


Border color

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

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

This div border color is #C9C3B1.


Opacity

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

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

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

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

This text has shadow with #C9C3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C3B1 on black background.


Color preview on white background

This text has color #C9C3B1 on white background.



Black color preview on #C9C3B1 background

This text has black color on #C9C3B1 background.


White color preview on #C9C3B1 background

This text has white color on #C9C3B1 background.