COLOR #9AA97B

HEX: #9AA97B RGB: (154,169,123)

Color info

#9AA97B contains red, green and blue colors in about the same proportion. Web safe color of #9AA97B is #999966 (or #996).

RGB color model

#9AA97B color RGB value is (154,169,123).

RGB: (154,169,123) (60%, 66%, 48%)

RGB channels and saturation

R 154 of 255 = 60%
G 169 of 255 = 66%
B 123 of 255 = 48%

154
169
123

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

Portions of RGB colors in percentages

R + G + B = 154 + 169 + 123 = 446 (100%)
R 154 of 446 ~ 34.53%
G 169 of 446 ~ 37.89%
B 123 of 446 ~ 27.58'%

%34.53
%37.89
%27.58

CMYK color model

#9AA97B color CMYK value is (9,0,27,34).

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%

CMYK: (9,0,27,34)
C9M0Y27K34 (9%, 0%, 27%, 34%)
(0.09 / 0.00 / 0.27 / 0.34)

CMYK percentages

%8.88
%0
%27.22
%33.73

Codes

Color #9AA97B in popluar color models

9A A9 7B
RGB 154 169 123
HSL 80° 21.10% 57.25%
HSB/HSV 80° 27.22% 66.27%
CMYK 8.88% 0.00% 27.22%
33.73%

Color #9AA97B in popluar number systems.

HEX 9A A9 7B
Decimal 154 169 123
Binary 10011010 10101001 1111011
Octal 232 251 173

Shades and tints

Shades of #9AA97B

#9AA97B
(154,169,123)
#8C9A70
(140,154,112)
#7E8B65
(126,139,101)
#707C5A
(112,124,90)
#626D4F
(98,109,79)
#545E44
(84,94,68)
#464F39
(70,79,57)
#38402E
(56,64,46)
#2A3123
(42,49,35)
#1C2218
(28,34,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #9AA97B

#9AA97B
(154,169,123)
#A3B087
(163,176,135)
#ACB793
(172,183,147)
#B5BE9F
(181,190,159)
#BEC5AB
(190,197,171)
#C7CCB7
(199,204,183)
#D0D3C3
(208,211,195)
#D9DACF
(217,218,207)
#E2E1DB
(226,225,219)
#EBE8E7
(235,232,231)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA97B; }

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

This text font color is #9AA97B.

Background Color

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

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

This div background color is #9AA97B.

Border color

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

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

This div border color is #9AA97B.

Opacity

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

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

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

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

This text has shadow with #9AA97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA97B.

Preview

Color preview on black background

This text has color #9AA97B on black background.


Color preview on white background

This text has color #9AA97B on white background.


Black color preview on #9AA97B background

This text has black color on #9AA97B background.


White color preview on #9AA97B background

This text has white color on #9AA97B background.


Related colors

Complementary color

Complementary color for #hex is #655684.


I love getcolorcode.com

Triadic colors

1 #7B9AA9 and #A97B9A with #9AA97B are triadic colors.

2 #7BA99A and #A99A7B with #9AA97B are triadic colors.