COLOR #9AA879

HEX: #9AA879
RGB: (154,168,121)

Color info

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

RGB color model

#9AA879 color RGB value is (154,168,121).

  • red value is 154;
  • green value is 168;
  • blue value is 121.
RGB:
(154,168,121)
(60%,66%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 168 of 255 = 66%
B 121 of 255 = 47%

154
168
121

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

Portions of RGB colors in percentages

R + G + B =
154 + 168 + 121 = 443 (100%)
R 154 of 443 ~ 34.76%
G 168 of 443 ~ 37.92%
B 121 of 443 ~ 27.31%

%34.76
%37.92
%27.31

CMYK color model

#9AA879 color CMYK value is (8,0,28,34).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 34.12%
CMYK:
(8,0,28,34)
C8M0Y28K34 
(8%,0%,28%,34%)
(0.08/0.00/0.28/0.34)	

CMYK percentages

%8.33
%0
%27.98
%34.12

Codes

Color #9AA879 in popluar color models

9AA879
RGB154168121
HSL78°21.27%56.67%
HSB/HSV78°27.98%65.88%
CMYK8.33%0.00%27.98%
34.12%

Color #9AA879 in popluar number systems.

HEX9AA879
Decimal154168121
Binary10011010101010001111001
Octal232250171

Shades and tints

Shades of #9AA879

#9AA879
(154,168,121)
#8C996E
(140,153,110)
#7E8A63
(126,138,99)
#707B58
(112,123,88)
#626C4D
(98,108,77)
#545D42
(84,93,66)
#464E37
(70,78,55)
#383F2C
(56,63,44)
#2A3021
(42,48,33)
#1C2116
(28,33,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #9AA879

#9AA879
(154,168,121)
#A3AF85
(163,175,133)
#ACB691
(172,182,145)
#B5BD9D
(181,189,157)
#BEC4A9
(190,196,169)
#C7CBB5
(199,203,181)
#D0D2C1
(208,210,193)
#D9D9CD
(217,217,205)
#E2E0D9
(226,224,217)
#EBE7E5
(235,231,229)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA879 color. Also use rgb(154,168,121) instead hex code.

Text Font Color

.myTextColor { color: #9AA879; }

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

This text font color is #9AA879.


Background Color

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

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

This div background color is #9AA879.


Border color

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

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

This div border color is #9AA879.


Opacity

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

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

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

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

This text has shadow with #9AA879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA879 on black background.


Color preview on white background

This text has color #9AA879 on white background.



Black color preview on #9AA879 background

This text has black color on #9AA879 background.


White color preview on #9AA879 background

This text has white color on #9AA879 background.