COLOR #C9C9B4

HEX: #C9C9B4
RGB: (201,201,180)

Color info

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

RGB color model

#C9C9B4 color RGB value is (201,201,180).

  • red value is 201;
  • green value is 201;
  • blue value is 180.
RGB:
(201,201,180)
(79%,79%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 201 of 255 = 79%
B 180 of 255 = 71%

201
201
180

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

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 180 = 582 (100%)
R 201 of 582 ~ 34.54%
G 201 of 582 ~ 34.54%
B 180 of 582 ~ 30.93%

%34.54
%34.54
%30.93

CMYK color model

#C9C9B4 color CMYK value is (0,0,10,21).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 21.18%
CMYK:
(0,0,10,21)
C0M0Y10K21 
(0%,0%,10%,21%)
(0.00/0.00/0.10/0.21)	

CMYK percentages

%0
%0
%10.45
%21.18

Codes

Color #C9C9B4 in popluar color models

C9C9B4
RGB201201180
HSL60°16.28%74.71%
HSB/HSV60°10.45%78.82%
CMYK0.00%0.00%10.45%
21.18%

Color #C9C9B4 in popluar number systems.

HEXC9C9B4
Decimal201201180
Binary110010011100100110110100
Octal311311264

Shades and tints

Shades of #C9C9B4

#C9C9B4
(201,201,180)
#B7B7A4
(183,183,164)
#A5A594
(165,165,148)
#939384
(147,147,132)
#818174
(129,129,116)
#6F6F64
(111,111,100)
#5D5D54
(93,93,84)
#4B4B44
(75,75,68)
#393934
(57,57,52)
#272724
(39,39,36)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9C9B4

#C9C9B4
(201,201,180)
#CDCDBA
(205,205,186)
#D1D1C0
(209,209,192)
#D5D5C6
(213,213,198)
#D9D9CC
(217,217,204)
#DDDDD2
(221,221,210)
#E1E1D8
(225,225,216)
#E5E5DE
(229,229,222)
#E9E9E4
(233,233,228)
#EDEDEA
(237,237,234)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9B4; }

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

This text font color is #C9C9B4.


Background Color

.myBgColor { background-color: #C9C9B4; }

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

This div background color is #C9C9B4.


Border color

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

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

This div border color is #C9C9B4.


Opacity

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

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

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

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

This text has shadow with #C9C9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C9B4 on black background.


Color preview on white background

This text has color #C9C9B4 on white background.



Black color preview on #C9C9B4 background

This text has black color on #C9C9B4 background.


White color preview on #C9C9B4 background

This text has white color on #C9C9B4 background.