COLOR #C9C5AD

HEX: #C9C5AD
RGB: (201,197,173)

Color info

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

RGB color model

#C9C5AD color RGB value is (201,197,173).

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

RGB channels and saturation

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

201
197
173

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

Portions of RGB colors in percentages

R + G + B =
201 + 197 + 173 = 571 (100%)
R 201 of 571 ~ 35.2%
G 197 of 571 ~ 34.5%
B 173 of 571 ~ 30.3%

%35.2
%34.5
%30.3

CMYK color model

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

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

CMYK percentages

%0
%1.99
%13.93
%21.18

Codes

Color #C9C5AD in popluar color models

C9C5AD
RGB201197173
HSL51°20.59%73.33%
HSB/HSV51°13.93%78.82%
CMYK0.00%1.99%13.93%
21.18%

Color #C9C5AD in popluar number systems.

HEXC9C5AD
Decimal201197173
Binary110010011100010110101101
Octal311305255

Shades and tints

Shades of #C9C5AD

#C9C5AD
(201,197,173)
#B7B49E
(183,180,158)
#A5A38F
(165,163,143)
#939280
(147,146,128)
#818171
(129,129,113)
#6F7062
(111,112,98)
#5D5F53
(93,95,83)
#4B4E44
(75,78,68)
#393D35
(57,61,53)
#272C26
(39,44,38)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #C9C5AD

#C9C5AD
(201,197,173)
#CDCAB4
(205,202,180)
#D1CFBB
(209,207,187)
#D5D4C2
(213,212,194)
#D9D9C9
(217,217,201)
#DDDED0
(221,222,208)
#E1E3D7
(225,227,215)
#E5E8DE
(229,232,222)
#E9EDE5
(233,237,229)
#EDF2EC
(237,242,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C5AD; }

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

This text font color is #C9C5AD.


Background Color

.myBgColor { background-color: #C9C5AD; }

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

This div background color is #C9C5AD.


Border color

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

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

This div border color is #C9C5AD.


Opacity

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

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

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

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

This text has shadow with #C9C5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C5AD on black background.


Color preview on white background

This text has color #C9C5AD on white background.



Black color preview on #C9C5AD background

This text has black color on #C9C5AD background.


White color preview on #C9C5AD background

This text has white color on #C9C5AD background.