COLOR #9AA998

HEX: #9AA998 RGB: (154,169,152)

Color info

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

RGB color model

#9AA998 color RGB value is (154,169,152).

RGB: (154,169,152) (60%, 66%, 60%)

RGB channels and saturation

R 154 of 255 = 60%
G 169 of 255 = 66%
B 152 of 255 = 60%

154
169
152

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

Portions of RGB colors in percentages

R + G + B = 154 + 169 + 152 = 475 (100%)
R 154 of 475 ~ 32.42%
G 169 of 475 ~ 35.58%
B 152 of 475 ~ 32'%

%32.42
%35.58
%32

CMYK color model

#9AA998 color CMYK value is (9,0,10,34).

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK: (9,0,10,34) C9M0Y10K34 (9%,0%,10%,34%) (0.09/0.00/0.10/0.34) 

CMYK percentages

%8.88
%0
%10.06
%33.73

Codes

Color #9AA998 in popluar color models

9A A9 98
RGB 154 169 152
HSL 113° 8.99% 62.94%
HSB/HSV 113° 10.06% 66.27%
CMYK 8.88% 0.00% 10.06%
33.73%

Color #9AA998 in popluar number systems.

HEX 9A A9 98
Decimal 154 169 152
Binary 10011010 10101001 10011000
Octal 232 251 230

Shades and tints

Shades of #9AA998

#9AA998
(154,169,152)
#8C9A8B
(140,154,139)
#7E8B7E
(126,139,126)
#707C71
(112,124,113)
#626D64
(98,109,100)
#545E57
(84,94,87)
#464F4A
(70,79,74)
#38403D
(56,64,61)
#2A3130
(42,49,48)
#1C2223
(28,34,35)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #9AA998

#9AA998
(154,169,152)
#A3B0A1
(163,176,161)
#ACB7AA
(172,183,170)
#B5BEB3
(181,190,179)
#BEC5BC
(190,197,188)
#C7CCC5
(199,204,197)
#D0D3CE
(208,211,206)
#D9DAD7
(217,218,215)
#E2E1E0
(226,225,224)
#EBE8E9
(235,232,233)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA998; }

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

This text font color is #9AA998.

Background Color

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

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

This div background color is #9AA998.

Border color

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

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

This div border color is #9AA998.

Opacity

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

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

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

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

This text has shadow with #9AA998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA998.

Preview

Color preview on black background

This text has color #9AA998 on black background.


Color preview on white background

This text has color #9AA998 on white background.


Black color preview on #9AA998 background

This text has black color on #9AA998 background.


White color preview on #9AA998 background

This text has white color on #9AA998 background.


Related colors

Complementary color

Complementary color for #hex is #655667.


I love getcolorcode.com

Triadic colors

1 #989AA9 and #A9989A with #9AA998 are triadic colors.

2 #98A99A and #A99A98 with #9AA998 are triadic colors.