COLOR #C9D76A

HEX: #C9D76A
RGB: (201,215,106)

Color info

#C9D76A contains mainly red and green colors. Web safe color of #C9D76A is #CCCC66 (or #CC6).

RGB color model

#C9D76A color RGB value is (201,215,106).

  • red value is 201;
  • green value is 215;
  • blue value is 106.
RGB:
(201,215,106)
(79%,84%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 106 of 255 = 42%

201
215
106

R + G + B ~ 68%. #C9D76A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 215 + 106 = 522 (100%)
R 201 of 522 ~ 38.51%
G 215 of 522 ~ 41.19%
B 106 of 522 ~ 20.31%

%38.51
%41.19
%20.31

CMYK color model

#C9D76A color CMYK value is (7,0,51,16).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 50.70%
  • key color value is 15.69%
CMYK:
(7,0,51,16)
C7M0Y51K16 
(7%,0%,51%,16%)
(0.07/0.00/0.51/0.16)	

CMYK percentages

%6.51
%0
%50.7
%15.69

Codes

Color #C9D76A in popluar color models

C9D76A
RGB201215106
HSL68°57.67%62.94%
HSB/HSV68°50.70%84.31%
CMYK6.51%0.00%50.70%
15.69%

Color #C9D76A in popluar number systems.

HEXC9D76A
Decimal201215106
Binary11001001110101111101010
Octal311327152

Shades and tints

Shades of #C9D76A

#C9D76A
(201,215,106)
#B7C461
(183,196,97)
#A5B158
(165,177,88)
#939E4F
(147,158,79)
#818B46
(129,139,70)
#6F783D
(111,120,61)
#5D6534
(93,101,52)
#4B522B
(75,82,43)
#393F22
(57,63,34)
#272C19
(39,44,25)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #C9D76A

#C9D76A
(201,215,106)
#CDDA77
(205,218,119)
#D1DD84
(209,221,132)
#D5E091
(213,224,145)
#D9E39E
(217,227,158)
#DDE6AB
(221,230,171)
#E1E9B8
(225,233,184)
#E5ECC5
(229,236,197)
#E9EFD2
(233,239,210)
#EDF2DF
(237,242,223)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D76A; }

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

This text font color is #C9D76A.


Background Color

.myBgColor { background-color: #C9D76A; }

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

This div background color is #C9D76A.


Border color

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

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

This div border color is #C9D76A.


Opacity

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

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

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

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

This text has shadow with #C9D76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D76A on black background.


Color preview on white background

This text has color #C9D76A on white background.



Black color preview on #C9D76A background

This text has black color on #C9D76A background.


White color preview on #C9D76A background

This text has white color on #C9D76A background.