COLOR #8AB87D

HEX: #8AB87D RGB: (138,184,125)

Color info

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

RGB color model

#8AB87D color RGB value is (138,184,125).

RGB: (138,184,125) (54%, 72%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 125 of 255 = 49%

138
184
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 184 + 125 = 447 (100%)
R 138 of 447 ~ 30.87%
G 184 of 447 ~ 41.16%
B 125 of 447 ~ 27.96'%

%30.87
%41.16
%27.96

CMYK color model

#8AB87D color CMYK value is (25,0,32,28).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK: (25,0,32,28) C25M0Y32K28 (25%,0%,32%,28%) (0.25/0.00/0.32/0.28) 

CMYK percentages

%25
%0
%32.07
%27.84

Codes

Color #8AB87D in popluar color models

8A B8 7D
RGB 138 184 125
HSL 107° 29.35% 60.59%
HSB/HSV 107° 32.07% 72.16%
CMYK 25.00% 0.00% 32.07%
27.84%

Color #8AB87D in popluar number systems.

HEX 8A B8 7D
Decimal 138 184 125
Binary 10001010 10111000 1111101
Octal 212 270 175

Shades and tints

Shades of #8AB87D

#8AB87D
(138,184,125)
#7EA872
(126,168,114)
#729867
(114,152,103)
#66885C
(102,136,92)
#5A7851
(90,120,81)
#4E6846
(78,104,70)
#42583B
(66,88,59)
#364830
(54,72,48)
#2A3825
(42,56,37)
#1E281A
(30,40,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AB87D

#8AB87D
(138,184,125)
#94BE88
(148,190,136)
#9EC493
(158,196,147)
#A8CA9E
(168,202,158)
#B2D0A9
(178,208,169)
#BCD6B4
(188,214,180)
#C6DCBF
(198,220,191)
#D0E2CA
(208,226,202)
#DAE8D5
(218,232,213)
#E4EEE0
(228,238,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB87D; }

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

This text font color is #8AB87D.

Background Color

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

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

This div background color is #8AB87D.

Border color

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

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

This div border color is #8AB87D.

Opacity

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

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

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

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

This text has shadow with #8AB87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB87D.

Preview

Color preview on black background

This text has color #8AB87D on black background.


Color preview on white background

This text has color #8AB87D on white background.


Black color preview on #8AB87D background

This text has black color on #8AB87D background.


White color preview on #8AB87D background

This text has white color on #8AB87D background.


Related colors

Complementary color

Complementary color for #hex is #754782.


I love getcolorcode.com

Triadic colors

1 #7D8AB8 and #B87D8A with #8AB87D are triadic colors.

2 #7DB88A and #B88A7D with #8AB87D are triadic colors.