COLOR #9FAA82

HEX: #9FAA82
RGB: (159,170,130)

Color info

#9FAA82 contains red, green and blue colors in about the same proportion. Web safe color of #9FAA82 is #999999 (or #999).

RGB color model

#9FAA82 color RGB value is (159,170,130).

  • red value is 159;
  • green value is 170;
  • blue value is 130.
RGB:
(159,170,130)
(62%,67%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 130 of 255 = 51%

159
170
130

R + G + B ~ 60%. #9FAA82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 130 = 459 (100%)
R 159 of 459 ~ 34.64%
G 170 of 459 ~ 37.04%
B 130 of 459 ~ 28.32%

%34.64
%37.04
%28.32

CMYK color model

#9FAA82 color CMYK value is (6,0,24,33).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(6,0,24,33)
C6M0Y24K33 
(6%,0%,24%,33%)
(0.06/0.00/0.24/0.33)	

CMYK percentages

%6.47
%0
%23.53
%33.33

Codes

Color #9FAA82 in popluar color models

9FAA82
RGB159170130
HSL77°19.05%58.82%
HSB/HSV77°23.53%66.67%
CMYK6.47%0.00%23.53%
33.33%

Color #9FAA82 in popluar number systems.

HEX9FAA82
Decimal159170130
Binary100111111010101010000010
Octal237252202

Shades and tints

Shades of #9FAA82

#9FAA82
(159,170,130)
#919B77
(145,155,119)
#838C6C
(131,140,108)
#757D61
(117,125,97)
#676E56
(103,110,86)
#595F4B
(89,95,75)
#4B5040
(75,80,64)
#3D4135
(61,65,53)
#2F322A
(47,50,42)
#21231F
(33,35,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FAA82

#9FAA82
(159,170,130)
#A7B18D
(167,177,141)
#AFB898
(175,184,152)
#B7BFA3
(183,191,163)
#BFC6AE
(191,198,174)
#C7CDB9
(199,205,185)
#CFD4C4
(207,212,196)
#D7DBCF
(215,219,207)
#DFE2DA
(223,226,218)
#E7E9E5
(231,233,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAA82 color. Also use rgb(159,170,130) instead hex code.

Text Font Color

.myTextColor { color: #9FAA82; }

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

This text font color is #9FAA82.


Background Color

.myBgColor { background-color: #9FAA82; }

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

This div background color is #9FAA82.


Border color

.myBorderColor { border: 1px solid #9FAA82; }

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

This div border color is #9FAA82.


Opacity

.myOpacity80 { color: #9FAA82; opacity: 0.8; }

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

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

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

This text has shadow with #9FAA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAA82 on black background.


Color preview on white background

This text has color #9FAA82 on white background.



Black color preview on #9FAA82 background

This text has black color on #9FAA82 background.


White color preview on #9FAA82 background

This text has white color on #9FAA82 background.