COLOR #C9C99F

HEX: #C9C99F
RGB: (201,201,159)

Color info

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

RGB color model

#C9C99F color RGB value is (201,201,159).

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

RGB channels and saturation

R 201 of 255 = 79%
G 201 of 255 = 79%
B 159 of 255 = 62%

201
201
159

R + G + B ~ 73%. #C9C99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 159 = 561 (100%)
R 201 of 561 ~ 35.83%
G 201 of 561 ~ 35.83%
B 159 of 561 ~ 28.34%

%35.83
%35.83
%28.34

CMYK color model

#C9C99F color CMYK value is (0,0,21,21).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,0,21,21)
C0M0Y21K21 
(0%,0%,21%,21%)
(0.00/0.00/0.21/0.21)	

CMYK percentages

%0
%0
%20.9
%21.18

Codes

Color #C9C99F in popluar color models

C9C99F
RGB201201159
HSL60°28.00%70.59%
HSB/HSV60°20.90%78.82%
CMYK0.00%0.00%20.90%
21.18%

Color #C9C99F in popluar number systems.

HEXC9C99F
Decimal201201159
Binary110010011100100110011111
Octal311311237

Shades and tints

Shades of #C9C99F

#C9C99F
(201,201,159)
#B7B791
(183,183,145)
#A5A583
(165,165,131)
#939375
(147,147,117)
#818167
(129,129,103)
#6F6F59
(111,111,89)
#5D5D4B
(93,93,75)
#4B4B3D
(75,75,61)
#39392F
(57,57,47)
#272721
(39,39,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9C99F

#C9C99F
(201,201,159)
#CDCDA7
(205,205,167)
#D1D1AF
(209,209,175)
#D5D5B7
(213,213,183)
#D9D9BF
(217,217,191)
#DDDDC7
(221,221,199)
#E1E1CF
(225,225,207)
#E5E5D7
(229,229,215)
#E9E9DF
(233,233,223)
#EDEDE7
(237,237,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C99F; }

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

This text font color is #C9C99F.


Background Color

.myBgColor { background-color: #C9C99F; }

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

This div background color is #C9C99F.


Border color

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

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

This div border color is #C9C99F.


Opacity

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

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

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

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

This text has shadow with #C9C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C99F on black background.


Color preview on white background

This text has color #C9C99F on white background.



Black color preview on #C9C99F background

This text has black color on #C9C99F background.


White color preview on #C9C99F background

This text has white color on #C9C99F background.