COLOR #8AB57D

HEX: #8AB57D
RGB: (138,181,125)

Color info

#8AB57D contains red, green and blue colors in about the same proportion. Web safe color of #8AB57D is #99CC66 (or #9C6).

RGB color model

#8AB57D color RGB value is (138,181,125).

  • red value is 138;
  • green value is 181;
  • blue value is 125.
RGB:
(138,181,125)
(54%,71%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 125 of 255 = 49%

138
181
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 125 = 444 (100%)
R 138 of 444 ~ 31.08%
G 181 of 444 ~ 40.77%
B 125 of 444 ~ 28.15%

%31.08
%40.77
%28.15

CMYK color model

#8AB57D color CMYK value is (24,0,31,29).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK:
(24,0,31,29)
C24M0Y31K29 
(24%,0%,31%,29%)
(0.24/0.00/0.31/0.29)	

CMYK percentages

%23.76
%0
%30.94
%29.02

Codes

Color #8AB57D in popluar color models

8AB57D
RGB138181125
HSL106°27.45%60.00%
HSB/HSV106°30.94%70.98%
CMYK23.76%0.00%30.94%
29.02%

Color #8AB57D in popluar number systems.

HEX8AB57D
Decimal138181125
Binary10001010101101011111101
Octal212265175

Shades and tints

Shades of #8AB57D

#8AB57D
(138,181,125)
#7EA572
(126,165,114)
#729567
(114,149,103)
#66855C
(102,133,92)
#5A7551
(90,117,81)
#4E6546
(78,101,70)
#42553B
(66,85,59)
#364530
(54,69,48)
#2A3525
(42,53,37)
#1E251A
(30,37,26)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #8AB57D

#8AB57D
(138,181,125)
#94BB88
(148,187,136)
#9EC193
(158,193,147)
#A8C79E
(168,199,158)
#B2CDA9
(178,205,169)
#BCD3B4
(188,211,180)
#C6D9BF
(198,217,191)
#D0DFCA
(208,223,202)
#DAE5D5
(218,229,213)
#E4EBE0
(228,235,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB57D color. Also use rgb(138,181,125) instead hex code.

Text Font Color

.myTextColor { color: #8AB57D; }

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

This text font color is #8AB57D.


Background Color

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

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

This div background color is #8AB57D.


Border color

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

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

This div border color is #8AB57D.


Opacity

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

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

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

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

This text has shadow with #8AB57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB57D on black background.


Color preview on white background

This text has color #8AB57D on white background.



Black color preview on #8AB57D background

This text has black color on #8AB57D background.


White color preview on #8AB57D background

This text has white color on #8AB57D background.