COLOR #C9C8AD

HEX: #C9C8AD
RGB: (201,200,173)

Color info

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

RGB color model

#C9C8AD color RGB value is (201,200,173).

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

RGB channels and saturation

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

201
200
173

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

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 173 = 574 (100%)
R 201 of 574 ~ 35.02%
G 200 of 574 ~ 34.84%
B 173 of 574 ~ 30.14%

%35.02
%34.84
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • 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.5
%13.93
%21.18

Codes

Color #C9C8AD in popluar color models

C9C8AD
RGB201200173
HSL58°20.59%73.33%
HSB/HSV58°13.93%78.82%
CMYK0.00%0.50%13.93%
21.18%

Color #C9C8AD in popluar number systems.

HEXC9C8AD
Decimal201200173
Binary110010011100100010101101
Octal311310255

Shades and tints

Shades of #C9C8AD

#C9C8AD
(201,200,173)
#B7B69E
(183,182,158)
#A5A48F
(165,164,143)
#939280
(147,146,128)
#818071
(129,128,113)
#6F6E62
(111,110,98)
#5D5C53
(93,92,83)
#4B4A44
(75,74,68)
#393835
(57,56,53)
#272626
(39,38,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9C8AD

#C9C8AD
(201,200,173)
#CDCDB4
(205,205,180)
#D1D2BB
(209,210,187)
#D5D7C2
(213,215,194)
#D9DCC9
(217,220,201)
#DDE1D0
(221,225,208)
#E1E6D7
(225,230,215)
#E5EBDE
(229,235,222)
#E9F0E5
(233,240,229)
#EDF5EC
(237,245,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C8AD; }

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

This text font color is #C9C8AD.


Background Color

.myBgColor { background-color: #C9C8AD; }

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

This div background color is #C9C8AD.


Border color

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

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

This div border color is #C9C8AD.


Opacity

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

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

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

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

This text has shadow with #C9C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C8AD on black background.


Color preview on white background

This text has color #C9C8AD on white background.



Black color preview on #C9C8AD background

This text has black color on #C9C8AD background.


White color preview on #C9C8AD background

This text has white color on #C9C8AD background.