COLOR #9AAB6F

HEX: #9AAB6F
RGB: (154,171,111)

Color info

#9AAB6F contains mainly red and green colors. Web safe color of #9AAB6F is #999966 (or #996).

RGB color model

#9AAB6F color RGB value is (154,171,111).

  • red value is 154;
  • green value is 171;
  • blue value is 111.
RGB:
(154,171,111)
(60%,67%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 171 of 255 = 67%
B 111 of 255 = 44%

154
171
111

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

Portions of RGB colors in percentages

R + G + B =
154 + 171 + 111 = 436 (100%)
R 154 of 436 ~ 35.32%
G 171 of 436 ~ 39.22%
B 111 of 436 ~ 25.46%

%35.32
%39.22
%25.46

CMYK color model

#9AAB6F color CMYK value is (10,0,35,33).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(10,0,35,33)
C10M0Y35K33 
(10%,0%,35%,33%)
(0.10/0.00/0.35/0.33)	

CMYK percentages

%9.94
%0
%35.09
%32.94

Codes

Color #9AAB6F in popluar color models

9AAB6F
RGB154171111
HSL77°26.32%55.29%
HSB/HSV77°35.09%67.06%
CMYK9.94%0.00%35.09%
32.94%

Color #9AAB6F in popluar number systems.

HEX9AAB6F
Decimal154171111
Binary10011010101010111101111
Octal232253157

Shades and tints

Shades of #9AAB6F

#9AAB6F
(154,171,111)
#8C9C65
(140,156,101)
#7E8D5B
(126,141,91)
#707E51
(112,126,81)
#626F47
(98,111,71)
#54603D
(84,96,61)
#465133
(70,81,51)
#384229
(56,66,41)
#2A331F
(42,51,31)
#1C2415
(28,36,21)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #9AAB6F

#9AAB6F
(154,171,111)
#A3B27C
(163,178,124)
#ACB989
(172,185,137)
#B5C096
(181,192,150)
#BEC7A3
(190,199,163)
#C7CEB0
(199,206,176)
#D0D5BD
(208,213,189)
#D9DCCA
(217,220,202)
#E2E3D7
(226,227,215)
#EBEAE4
(235,234,228)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AAB6F color. Also use rgb(154,171,111) instead hex code.

Text Font Color

.myTextColor { color: #9AAB6F; }

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

This text font color is #9AAB6F.


Background Color

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

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

This div background color is #9AAB6F.


Border color

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

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

This div border color is #9AAB6F.


Opacity

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

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

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

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

This text has shadow with #9AAB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAB6F on black background.


Color preview on white background

This text has color #9AAB6F on white background.



Black color preview on #9AAB6F background

This text has black color on #9AAB6F background.


White color preview on #9AAB6F background

This text has white color on #9AAB6F background.