COLOR #8ABE7D

HEX: #8ABE7D RGB: (138,190,125)

Color info

#8ABE7D contains mainly red and green colors. Web safe color of #8ABE7D is #99CC66 (or #9C6).

RGB color model

#8ABE7D color RGB value is (138,190,125).

RGB: (138,190,125) (54%, 75%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 125 of 255 = 49%

138
190
125

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

Portions of RGB colors in percentages

R + G + B = 138 + 190 + 125 = 453 (100%)
R 138 of 453 ~ 30.46%
G 190 of 453 ~ 41.94%
B 125 of 453 ~ 27.59'%

%30.46
%41.94
%27.59

CMYK color model

#8ABE7D color CMYK value is (27,0,34,25).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK: (27,0,34,25) C27M0Y34K25 (27%,0%,34%,25%) (0.27/0.00/0.34/0.25) 

CMYK percentages

%27.37
%0
%34.21
%25.49

Codes

Color #8ABE7D in popluar color models

8A BE 7D
RGB 138 190 125
HSL 108° 33.33% 61.76%
HSB/HSV 108° 34.21% 74.51%
CMYK 27.37% 0.00% 34.21%
25.49%

Color #8ABE7D in popluar number systems.

HEX 8A BE 7D
Decimal 138 190 125
Binary 10001010 10111110 1111101
Octal 212 276 175

Shades and tints

Shades of #8ABE7D

#8ABE7D
(138,190,125)
#7EAD72
(126,173,114)
#729C67
(114,156,103)
#668B5C
(102,139,92)
#5A7A51
(90,122,81)
#4E6946
(78,105,70)
#42583B
(66,88,59)
#364730
(54,71,48)
#2A3625
(42,54,37)
#1E251A
(30,37,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #8ABE7D

#8ABE7D
(138,190,125)
#94C388
(148,195,136)
#9EC893
(158,200,147)
#A8CD9E
(168,205,158)
#B2D2A9
(178,210,169)
#BCD7B4
(188,215,180)
#C6DCBF
(198,220,191)
#D0E1CA
(208,225,202)
#DAE6D5
(218,230,213)
#E4EBE0
(228,235,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABE7D; }

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

This text font color is #8ABE7D.

Background Color

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

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

This div background color is #8ABE7D.

Border color

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

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

This div border color is #8ABE7D.

Opacity

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

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

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

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

This text has shadow with #8ABE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABE7D.

Preview

Color preview on black background

This text has color #8ABE7D on black background.


Color preview on white background

This text has color #8ABE7D on white background.


Black color preview on #8ABE7D background

This text has black color on #8ABE7D background.


White color preview on #8ABE7D background

This text has white color on #8ABE7D background.


Related colors

Complementary color

Complementary color for #hex is #754182.


I love getcolorcode.com

Triadic colors

1 #7D8ABE and #BE7D8A with #8ABE7D are triadic colors.

2 #7DBE8A and #BE8A7D with #8ABE7D are triadic colors.