COLOR #9AA982

HEX: #9AA982
RGB: (154,169,130)

Color info

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

RGB color model

#9AA982 color RGB value is (154,169,130).

  • red value is 154;
  • green value is 169;
  • blue value is 130.
RGB:
(154,169,130)
(60%,66%,51%)

RGB channels and saturation

R 154 of 255 = 60%
G 169 of 255 = 66%
B 130 of 255 = 51%

154
169
130

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

Portions of RGB colors in percentages

R + G + B =
154 + 169 + 130 = 453 (100%)
R 154 of 453 ~ 34%
G 169 of 453 ~ 37.31%
B 130 of 453 ~ 28.7%

%34
%37.31
%28.7

CMYK color model

#9AA982 color CMYK value is (9,0,23,34).

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 33.73%
CMYK:
(9,0,23,34)
C9M0Y23K34 
(9%,0%,23%,34%)
(0.09/0.00/0.23/0.34)	

CMYK percentages

%8.88
%0
%23.08
%33.73

Codes

Color #9AA982 in popluar color models

9AA982
RGB154169130
HSL83°18.48%58.63%
HSB/HSV83°23.08%66.27%
CMYK8.88%0.00%23.08%
33.73%

Color #9AA982 in popluar number systems.

HEX9AA982
Decimal154169130
Binary100110101010100110000010
Octal232251202

Shades and tints

Shades of #9AA982

#9AA982
(154,169,130)
#8C9A77
(140,154,119)
#7E8B6C
(126,139,108)
#707C61
(112,124,97)
#626D56
(98,109,86)
#545E4B
(84,94,75)
#464F40
(70,79,64)
#384035
(56,64,53)
#2A312A
(42,49,42)
#1C221F
(28,34,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9AA982

#9AA982
(154,169,130)
#A3B08D
(163,176,141)
#ACB798
(172,183,152)
#B5BEA3
(181,190,163)
#BEC5AE
(190,197,174)
#C7CCB9
(199,204,185)
#D0D3C4
(208,211,196)
#D9DACF
(217,218,207)
#E2E1DA
(226,225,218)
#EBE8E5
(235,232,229)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA982 color. Also use rgb(154,169,130) instead hex code.

Text Font Color

.myTextColor { color: #9AA982; }

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

This text font color is #9AA982.


Background Color

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

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

This div background color is #9AA982.


Border color

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

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

This div border color is #9AA982.


Opacity

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

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

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

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

This text has shadow with #9AA982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA982 on black background.


Color preview on white background

This text has color #9AA982 on white background.



Black color preview on #9AA982 background

This text has black color on #9AA982 background.


White color preview on #9AA982 background

This text has white color on #9AA982 background.