COLOR #9AA47E

HEX: #9AA47E RGB: (154,164,126)

Color info

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

RGB color model

#9AA47E color RGB value is (154,164,126).

RGB: (154,164,126) (60%, 64%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 164 of 255 = 64%
B 126 of 255 = 49%

154
164
126

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

Portions of RGB colors in percentages

R + G + B = 154 + 164 + 126 = 444 (100%)
R 154 of 444 ~ 34.68%
G 164 of 444 ~ 36.94%
B 126 of 444 ~ 28.38'%

%34.68
%36.94
%28.38

CMYK color model

#9AA47E color CMYK value is (6,0,23,36).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%

CMYK: (6,0,23,36)
C6M0Y23K36 (6%, 0%, 23%, 36%)
(0.06 / 0.00 / 0.23 / 0.36)

CMYK percentages

%6.1
%0
%23.17
%35.69

Codes

Color #9AA47E in popluar color models

9A A4 7E
RGB 154 164 126
HSL 76° 17.27% 56.86%
HSB/HSV 76° 23.17% 64.31%
CMYK 6.10% 0.00% 23.17%
35.69%

Color #9AA47E in popluar number systems.

HEX 9A A4 7E
Decimal 154 164 126
Binary 10011010 10100100 1111110
Octal 232 244 176

Shades and tints

Shades of #9AA47E

#9AA47E
(154,164,126)
#8C9673
(140,150,115)
#7E8868
(126,136,104)
#707A5D
(112,122,93)
#626C52
(98,108,82)
#545E47
(84,94,71)
#46503C
(70,80,60)
#384231
(56,66,49)
#2A3426
(42,52,38)
#1C261B
(28,38,27)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #9AA47E

#9AA47E
(154,164,126)
#A3AC89
(163,172,137)
#ACB494
(172,180,148)
#B5BC9F
(181,188,159)
#BEC4AA
(190,196,170)
#C7CCB5
(199,204,181)
#D0D4C0
(208,212,192)
#D9DCCB
(217,220,203)
#E2E4D6
(226,228,214)
#EBECE1
(235,236,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA47E color. Also use rgb(154,164,126) instead hex code.

Text Font Color

.myTextColor { color: #9AA47E; }

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

This text font color is #9AA47E.

Background Color

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

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

This div background color is #9AA47E.

Border color

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

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

This div border color is #9AA47E.

Opacity

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

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

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

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

This text has shadow with #9AA47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA47E.

Preview

Color preview on black background

This text has color #9AA47E on black background.


Color preview on white background

This text has color #9AA47E on white background.


Black color preview on #9AA47E background

This text has black color on #9AA47E background.


White color preview on #9AA47E background

This text has white color on #9AA47E background.


Related colors

Complementary color

Complementary color for #hex is #655B81.


I love getcolorcode.com

Triadic colors

1 #7E9AA4 and #A47E9A with #9AA47E are triadic colors.

2 #7EA49A and #A49A7E with #9AA47E are triadic colors.