COLOR #C9CC82

HEX: #C9CC82
RGB: (201,204,130)

Color info

#C9CC82 contains mainly red and green colors. Web safe color of #C9CC82 is #CCCC99 (or #CC9).

RGB color model

#C9CC82 color RGB value is (201,204,130).

  • red value is 201;
  • green value is 204;
  • blue value is 130.
RGB:
(201,204,130)
(79%,80%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 130 of 255 = 51%

201
204
130

R + G + B ~ 70%. #C9CC82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 130 = 535 (100%)
R 201 of 535 ~ 37.57%
G 204 of 535 ~ 38.13%
B 130 of 535 ~ 24.3%

%37.57
%38.13
%24.3

CMYK color model

#C9CC82 color CMYK value is (1,0,36,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 36.27%
  • key color value is 20.00%
CMYK:
(1,0,36,20)
C1M0Y36K20 
(1%,0%,36%,20%)
(0.01/0.00/0.36/0.20)	

CMYK percentages

%1.47
%0
%36.27
%20

Codes

Color #C9CC82 in popluar color models

C9CC82
RGB201204130
HSL62°42.05%65.49%
HSB/HSV62°36.27%80.00%
CMYK1.47%0.00%36.27%
20.00%

Color #C9CC82 in popluar number systems.

HEXC9CC82
Decimal201204130
Binary110010011100110010000010
Octal311314202

Shades and tints

Shades of #C9CC82

#C9CC82
(201,204,130)
#B7BA77
(183,186,119)
#A5A86C
(165,168,108)
#939661
(147,150,97)
#818456
(129,132,86)
#6F724B
(111,114,75)
#5D6040
(93,96,64)
#4B4E35
(75,78,53)
#393C2A
(57,60,42)
#272A1F
(39,42,31)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9CC82

#C9CC82
(201,204,130)
#CDD08D
(205,208,141)
#D1D498
(209,212,152)
#D5D8A3
(213,216,163)
#D9DCAE
(217,220,174)
#DDE0B9
(221,224,185)
#E1E4C4
(225,228,196)
#E5E8CF
(229,232,207)
#E9ECDA
(233,236,218)
#EDF0E5
(237,240,229)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CC82; }

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

This text font color is #C9CC82.


Background Color

.myBgColor { background-color: #C9CC82; }

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

This div background color is #C9CC82.


Border color

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

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

This div border color is #C9CC82.


Opacity

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

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

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

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

This text has shadow with #C9CC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CC82 on black background.


Color preview on white background

This text has color #C9CC82 on white background.



Black color preview on #C9CC82 background

This text has black color on #C9CC82 background.


White color preview on #C9CC82 background

This text has white color on #C9CC82 background.