COLOR #9AA997

HEX: #9AA997 RGB: (154,169,151)

Color info

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

RGB color model

#9AA997 color RGB value is (154,169,151).

RGB: (154,169,151) (60%, 66%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 169 of 255 = 66%
B 151 of 255 = 59%

154
169
151

R + G + B ~ 62%. #9AA997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 169 + 151 = 474 (100%)
R 154 of 474 ~ 32.49%
G 169 of 474 ~ 35.65%
B 151 of 474 ~ 31.86'%

%32.49
%35.65
%31.86

CMYK color model

#9AA997 color CMYK value is (9,0,11,34).

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

CMYK: (9,0,11,34)
C9M0Y11K34 (9%, 0%, 11%, 34%)
(0.09 / 0.00 / 0.11 / 0.34)

CMYK percentages

%8.88
%0
%10.65
%33.73

Codes

Color #9AA997 in popluar color models

9A A9 97
RGB 154 169 151
HSL 110° 9.47% 62.75%
HSB/HSV 110° 10.65% 66.27%
CMYK 8.88% 0.00% 10.65%
33.73%

Color #9AA997 in popluar number systems.

HEX 9A A9 97
Decimal 154 169 151
Binary 10011010 10101001 10010111
Octal 232 251 227

Shades and tints

Shades of #9AA997

#9AA997
(154,169,151)
#8C9A8A
(140,154,138)
#7E8B7D
(126,139,125)
#707C70
(112,124,112)
#626D63
(98,109,99)
#545E56
(84,94,86)
#464F49
(70,79,73)
#38403C
(56,64,60)
#2A312F
(42,49,47)
#1C2222
(28,34,34)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #9AA997

#9AA997
(154,169,151)
#A3B0A0
(163,176,160)
#ACB7A9
(172,183,169)
#B5BEB2
(181,190,178)
#BEC5BB
(190,197,187)
#C7CCC4
(199,204,196)
#D0D3CD
(208,211,205)
#D9DAD6
(217,218,214)
#E2E1DF
(226,225,223)
#EBE8E8
(235,232,232)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA997; }

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

This text font color is #9AA997.

Background Color

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

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

This div background color is #9AA997.

Border color

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

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

This div border color is #9AA997.

Opacity

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

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

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

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

This text has shadow with #9AA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA997.

Preview

Color preview on black background

This text has color #9AA997 on black background.


Color preview on white background

This text has color #9AA997 on white background.


Black color preview on #9AA997 background

This text has black color on #9AA997 background.


White color preview on #9AA997 background

This text has white color on #9AA997 background.


Related colors

Complementary color

Complementary color for #hex is #655668.


I love getcolorcode.com

Triadic colors

1 #979AA9 and #A9979A with #9AA997 are triadic colors.

2 #97A99A and #A99A97 with #9AA997 are triadic colors.