COLOR #9AA176

HEX: #9AA176
RGB: (154,161,118)

Color info

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

RGB color model

#9AA176 color RGB value is (154,161,118).

  • red value is 154;
  • green value is 161;
  • blue value is 118.
RGB:
(154,161,118)
(60%,63%,46%)

RGB channels and saturation

R 154 of 255 = 60%
G 161 of 255 = 63%
B 118 of 255 = 46%

154
161
118

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

Portions of RGB colors in percentages

R + G + B =
154 + 161 + 118 = 433 (100%)
R 154 of 433 ~ 35.57%
G 161 of 433 ~ 37.18%
B 118 of 433 ~ 27.25%

%35.57
%37.18
%27.25

CMYK color model

#9AA176 color CMYK value is (4,0,27,37).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(4,0,27,37)
C4M0Y27K37 
(4%,0%,27%,37%)
(0.04/0.00/0.27/0.37)	

CMYK percentages

%4.35
%0
%26.71
%36.86

Codes

Color #9AA176 in popluar color models

9AA176
RGB154161118
HSL70°18.61%54.71%
HSB/HSV70°26.71%63.14%
CMYK4.35%0.00%26.71%
36.86%

Color #9AA176 in popluar number systems.

HEX9AA176
Decimal154161118
Binary10011010101000011110110
Octal232241166

Shades and tints

Shades of #9AA176

#9AA176
(154,161,118)
#8C936C
(140,147,108)
#7E8562
(126,133,98)
#707758
(112,119,88)
#62694E
(98,105,78)
#545B44
(84,91,68)
#464D3A
(70,77,58)
#383F30
(56,63,48)
#2A3126
(42,49,38)
#1C231C
(28,35,28)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #9AA176

#9AA176
(154,161,118)
#A3A982
(163,169,130)
#ACB18E
(172,177,142)
#B5B99A
(181,185,154)
#BEC1A6
(190,193,166)
#C7C9B2
(199,201,178)
#D0D1BE
(208,209,190)
#D9D9CA
(217,217,202)
#E2E1D6
(226,225,214)
#EBE9E2
(235,233,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA176 color. Also use rgb(154,161,118) instead hex code.

Text Font Color

.myTextColor { color: #9AA176; }

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

This text font color is #9AA176.


Background Color

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

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

This div background color is #9AA176.


Border color

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

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

This div border color is #9AA176.


Opacity

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

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

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

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

This text has shadow with #9AA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA176 on black background.


Color preview on white background

This text has color #9AA176 on white background.



Black color preview on #9AA176 background

This text has black color on #9AA176 background.


White color preview on #9AA176 background

This text has white color on #9AA176 background.