COLOR #8AB37A

HEX: #8AB37A
RGB: (138,179,122)

Color info

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

RGB color model

#8AB37A color RGB value is (138,179,122).

  • red value is 138;
  • green value is 179;
  • blue value is 122.
RGB:
(138,179,122)
(54%,70%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 122 of 255 = 48%

138
179
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 122 = 439 (100%)
R 138 of 439 ~ 31.44%
G 179 of 439 ~ 40.77%
B 122 of 439 ~ 27.79%

%31.44
%40.77
%27.79

CMYK color model

#8AB37A color CMYK value is (23,0,32,30).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK:
(23,0,32,30)
C23M0Y32K30 
(23%,0%,32%,30%)
(0.23/0.00/0.32/0.30)	

CMYK percentages

%22.91
%0
%31.84
%29.8

Codes

Color #8AB37A in popluar color models

8AB37A
RGB138179122
HSL103°27.27%59.02%
HSB/HSV103°31.84%70.20%
CMYK22.91%0.00%31.84%
29.80%

Color #8AB37A in popluar number systems.

HEX8AB37A
Decimal138179122
Binary10001010101100111111010
Octal212263172

Shades and tints

Shades of #8AB37A

#8AB37A
(138,179,122)
#7EA36F
(126,163,111)
#729364
(114,147,100)
#668359
(102,131,89)
#5A734E
(90,115,78)
#4E6343
(78,99,67)
#425338
(66,83,56)
#36432D
(54,67,45)
#2A3322
(42,51,34)
#1E2317
(30,35,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #8AB37A

#8AB37A
(138,179,122)
#94B986
(148,185,134)
#9EBF92
(158,191,146)
#A8C59E
(168,197,158)
#B2CBAA
(178,203,170)
#BCD1B6
(188,209,182)
#C6D7C2
(198,215,194)
#D0DDCE
(208,221,206)
#DAE3DA
(218,227,218)
#E4E9E6
(228,233,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB37A color. Also use rgb(138,179,122) instead hex code.

Text Font Color

.myTextColor { color: #8AB37A; }

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

This text font color is #8AB37A.


Background Color

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

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

This div background color is #8AB37A.


Border color

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

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

This div border color is #8AB37A.


Opacity

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

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

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

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

This text has shadow with #8AB37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB37A on black background.


Color preview on white background

This text has color #8AB37A on white background.



Black color preview on #8AB37A background

This text has black color on #8AB37A background.


White color preview on #8AB37A background

This text has white color on #8AB37A background.