COLOR #9AA59E

HEX: #9AA59E RGB: (154,165,158)

Color info

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

RGB color model

#9AA59E color RGB value is (154,165,158).

RGB: (154,165,158) (60%, 65%, 62%)

RGB channels and saturation

R 154 of 255 = 60%
G 165 of 255 = 65%
B 158 of 255 = 62%

154
165
158

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

Portions of RGB colors in percentages

R + G + B = 154 + 165 + 158 = 477 (100%)
R 154 of 477 ~ 32.29%
G 165 of 477 ~ 34.59%
B 158 of 477 ~ 33.12'%

%32.29
%34.59
%33.12

CMYK color model

#9AA59E color CMYK value is (7,0,4,35).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK: (7,0,4,35) C7M0Y4K35 (7%,0%,4%,35%) (0.07/0.00/0.04/0.35) 

CMYK percentages

%6.67
%0
%4.24
%35.29

Codes

Color #9AA59E in popluar color models

9A A5 9E
RGB 154 165 158
HSL 142° 5.76% 62.55%
HSB/HSV 142° 6.67% 64.71%
CMYK 6.67% 0.00% 4.24%
35.29%

Color #9AA59E in popluar number systems.

HEX 9A A5 9E
Decimal 154 165 158
Binary 10011010 10100101 10011110
Octal 232 245 236

Shades and tints

Shades of #9AA59E

#9AA59E
(154,165,158)
#8C9690
(140,150,144)
#7E8782
(126,135,130)
#707874
(112,120,116)
#626966
(98,105,102)
#545A58
(84,90,88)
#464B4A
(70,75,74)
#383C3C
(56,60,60)
#2A2D2E
(42,45,46)
#1C1E20
(28,30,32)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #9AA59E

#9AA59E
(154,165,158)
#A3ADA6
(163,173,166)
#ACB5AE
(172,181,174)
#B5BDB6
(181,189,182)
#BEC5BE
(190,197,190)
#C7CDC6
(199,205,198)
#D0D5CE
(208,213,206)
#D9DDD6
(217,221,214)
#E2E5DE
(226,229,222)
#EBEDE6
(235,237,230)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA59E color. Also use rgb(154,165,158) instead hex code.

Text Font Color

.myTextColor { color: #9AA59E; }

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

This text font color is #9AA59E.

Background Color

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

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

This div background color is #9AA59E.

Border color

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

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

This div border color is #9AA59E.

Opacity

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

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

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

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

This text has shadow with #9AA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA59E.

Preview

Color preview on black background

This text has color #9AA59E on black background.


Color preview on white background

This text has color #9AA59E on white background.


Black color preview on #9AA59E background

This text has black color on #9AA59E background.


White color preview on #9AA59E background

This text has white color on #9AA59E background.


Related colors

Complementary color

Complementary color for #hex is #655A61.


I love getcolorcode.com

Triadic colors

1 #9E9AA5 and #A59E9A with #9AA59E are triadic colors.

2 #9EA59A and #A59A9E with #9AA59E are triadic colors.