COLOR #C9C9AD

HEX: #C9C9AD
RGB: (201,201,173)

Color info

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

RGB color model

#C9C9AD color RGB value is (201,201,173).

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

RGB channels and saturation

R 201 of 255 = 79%
G 201 of 255 = 79%
B 173 of 255 = 68%

201
201
173

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

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 173 = 575 (100%)
R 201 of 575 ~ 34.96%
G 201 of 575 ~ 34.96%
B 173 of 575 ~ 30.09%

%34.96
%34.96
%30.09

CMYK color model

#C9C9AD color CMYK value is (0,0,14,21).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(0,0,14,21)
C0M0Y14K21 
(0%,0%,14%,21%)
(0.00/0.00/0.14/0.21)	

CMYK percentages

%0
%0
%13.93
%21.18

Codes

Color #C9C9AD in popluar color models

C9C9AD
RGB201201173
HSL60°20.59%73.33%
HSB/HSV60°13.93%78.82%
CMYK0.00%0.00%13.93%
21.18%

Color #C9C9AD in popluar number systems.

HEXC9C9AD
Decimal201201173
Binary110010011100100110101101
Octal311311255

Shades and tints

Shades of #C9C9AD

#C9C9AD
(201,201,173)
#B7B79E
(183,183,158)
#A5A58F
(165,165,143)
#939380
(147,147,128)
#818171
(129,129,113)
#6F6F62
(111,111,98)
#5D5D53
(93,93,83)
#4B4B44
(75,75,68)
#393935
(57,57,53)
#272726
(39,39,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C9C9AD

#C9C9AD
(201,201,173)
#CDCDB4
(205,205,180)
#D1D1BB
(209,209,187)
#D5D5C2
(213,213,194)
#D9D9C9
(217,217,201)
#DDDDD0
(221,221,208)
#E1E1D7
(225,225,215)
#E5E5DE
(229,229,222)
#E9E9E5
(233,233,229)
#EDEDEC
(237,237,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9AD; }

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

This text font color is #C9C9AD.


Background Color

.myBgColor { background-color: #C9C9AD; }

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

This div background color is #C9C9AD.


Border color

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

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

This div border color is #C9C9AD.


Opacity

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

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

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

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

This text has shadow with #C9C9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C9AD on black background.


Color preview on white background

This text has color #C9C9AD on white background.



Black color preview on #C9C9AD background

This text has black color on #C9C9AD background.


White color preview on #C9C9AD background

This text has white color on #C9C9AD background.