COLOR #9AA996

HEX: #9AA996 RGB: (154,169,150)

Color info

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

RGB color model

#9AA996 color RGB value is (154,169,150).

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

RGB channels and saturation

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

154
169
150

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

Portions of RGB colors in percentages

R + G + B = 154 + 169 + 150 = 473 (100%)
R 154 of 473 ~ 32.56%
G 169 of 473 ~ 35.73%
B 150 of 473 ~ 31.71'%

%32.56
%35.73
%31.71

CMYK color model

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

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • 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
%11.24
%33.73

Codes

Color #9AA996 in popluar color models

9A A9 96
RGB 154 169 150
HSL 107° 9.95% 62.55%
HSB/HSV 107° 11.24% 66.27%
CMYK 8.88% 0.00% 11.24%
33.73%

Color #9AA996 in popluar number systems.

HEX 9A A9 96
Decimal 154 169 150
Binary 10011010 10101001 10010110
Octal 232 251 226

Shades and tints

Shades of #9AA996

#9AA996
(154,169,150)
#8C9A89
(140,154,137)
#7E8B7C
(126,139,124)
#707C6F
(112,124,111)
#626D62
(98,109,98)
#545E55
(84,94,85)
#464F48
(70,79,72)
#38403B
(56,64,59)
#2A312E
(42,49,46)
#1C2221
(28,34,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9AA996

#9AA996
(154,169,150)
#A3B09F
(163,176,159)
#ACB7A8
(172,183,168)
#B5BEB1
(181,190,177)
#BEC5BA
(190,197,186)
#C7CCC3
(199,204,195)
#D0D3CC
(208,211,204)
#D9DAD5
(217,218,213)
#E2E1DE
(226,225,222)
#EBE8E7
(235,232,231)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA996; }

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

This text font color is #9AA996.

Background Color

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

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

This div background color is #9AA996.

Border color

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

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

This div border color is #9AA996.

Opacity

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

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

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

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

This text has shadow with #9AA996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA996.

Preview

Color preview on black background

This text has color #9AA996 on black background.


Color preview on white background

This text has color #9AA996 on white background.


Black color preview on #9AA996 background

This text has black color on #9AA996 background.


White color preview on #9AA996 background

This text has white color on #9AA996 background.


Related colors

Complementary color

Complementary color for #hex is #655669.


I love getcolorcode.com

Triadic colors

1 #969AA9 and #A9969A with #9AA996 are triadic colors.

2 #96A99A and #A99A96 with #9AA996 are triadic colors.