COLOR #8AAB5F

HEX: #8AAB5F
RGB: (138,171,95)

Color info

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

RGB color model

#8AAB5F color RGB value is (138,171,95).

  • red value is 138;
  • green value is 171;
  • blue value is 95.
RGB:
(138,171,95)
(54%,67%,37%)

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 95 of 255 = 37%

138
171
95

R + G + B ~ 53%. #8AAB5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 95 = 404 (100%)
R 138 of 404 ~ 34.16%
G 171 of 404 ~ 42.33%
B 95 of 404 ~ 23.51%

%34.16
%42.33
%23.51

CMYK color model

#8AAB5F color CMYK value is (19,0,44,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 32.94%
CMYK:
(19,0,44,33)
C19M0Y44K33 
(19%,0%,44%,33%)
(0.19/0.00/0.44/0.33)	

CMYK percentages

%19.3
%0
%44.44
%32.94

Codes

Color #8AAB5F in popluar color models

8AAB5F
RGB13817195
HSL86°31.15%52.16%
HSB/HSV86°44.44%67.06%
CMYK19.30%0.00%44.44%
32.94%

Color #8AAB5F in popluar number systems.

HEX8AAB5F
Decimal13817195
Binary10001010101010111011111
Octal212253137

Shades and tints

Shades of #8AAB5F

#8AAB5F
(138,171,95)
#7E9C57
(126,156,87)
#728D4F
(114,141,79)
#667E47
(102,126,71)
#5A6F3F
(90,111,63)
#4E6037
(78,96,55)
#42512F
(66,81,47)
#364227
(54,66,39)
#2A331F
(42,51,31)
#1E2417
(30,36,23)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #8AAB5F

#8AAB5F
(138,171,95)
#94B26D
(148,178,109)
#9EB97B
(158,185,123)
#A8C089
(168,192,137)
#B2C797
(178,199,151)
#BCCEA5
(188,206,165)
#C6D5B3
(198,213,179)
#D0DCC1
(208,220,193)
#DAE3CF
(218,227,207)
#E4EADD
(228,234,221)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAB5F color. Also use rgb(138,171,95) instead hex code.

Text Font Color

.myTextColor { color: #8AAB5F; }

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

This text font color is #8AAB5F.


Background Color

.myBgColor { background-color: #8AAB5F; }

<div style="background-color:#8AAB5F">Inner text</div>

This div background color is #8AAB5F.


Border color

.myBorderColor { border: 1px solid #8AAB5F; }

<div style="border:3px solid #8AAB5F">Div</div>

This div border color is #8AAB5F.


Opacity

.myOpacity80 { color: #8AAB5F; opacity: 0.8; }

<p style="color:#8AAB5F;opacity:0.8;">80%</p>

Text with #8AAB5F 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 #8AAB5F;}

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

This text has shadow with #8AAB5F color.

.textShadow {text-shadow: 3px 3px 1px #8AAB5F, 3px 3px 1px red;}

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

This text has shadow with #8AAB5F primary color and red secondary color.


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

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

This text has shadow with #8AAB5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAB5F on black background.


Color preview on white background

This text has color #8AAB5F on white background.



Black color preview on #8AAB5F background

This text has black color on #8AAB5F background.


White color preview on #8AAB5F background

This text has white color on #8AAB5F background.