COLOR #8ABC89

HEX: #8ABC89 RGB: (138,188,137)

Color info

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

RGB color model

#8ABC89 color RGB value is (138,188,137).

RGB: (138,188,137) (54%, 74%, 54%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 137 of 255 = 54%

138
188
137

R + G + B ~ 61%. #8ABC89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 188 + 137 = 463 (100%)
R 138 of 463 ~ 29.81%
G 188 of 463 ~ 40.6%
B 137 of 463 ~ 29.59'%

%29.81
%40.6
%29.59

CMYK color model

#8ABC89 color CMYK value is (27,0,27,26).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (27,0,27,26)
C27M0Y27K26 (27%, 0%, 27%, 26%)
(0.27 / 0.00 / 0.27 / 0.26)

CMYK percentages

%26.6
%0
%27.13
%26.27

Codes

Color #8ABC89 in popluar color models

8A BC 89
RGB 138 188 137
HSL 119° 27.57% 63.73%
HSB/HSV 119° 27.13% 73.73%
CMYK 26.60% 0.00% 27.13%
26.27%

Color #8ABC89 in popluar number systems.

HEX 8A BC 89
Decimal 138 188 137
Binary 10001010 10111100 10001001
Octal 212 274 211

Shades and tints

Shades of #8ABC89

#8ABC89
(138,188,137)
#7EAB7D
(126,171,125)
#729A71
(114,154,113)
#668965
(102,137,101)
#5A7859
(90,120,89)
#4E674D
(78,103,77)
#425641
(66,86,65)
#364535
(54,69,53)
#2A3429
(42,52,41)
#1E231D
(30,35,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8ABC89

#8ABC89
(138,188,137)
#94C293
(148,194,147)
#9EC89D
(158,200,157)
#A8CEA7
(168,206,167)
#B2D4B1
(178,212,177)
#BCDABB
(188,218,187)
#C6E0C5
(198,224,197)
#D0E6CF
(208,230,207)
#DAECD9
(218,236,217)
#E4F2E3
(228,242,227)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABC89 color. Also use rgb(138,188,137) instead hex code.

Text Font Color

.myTextColor { color: #8ABC89; }

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

This text font color is #8ABC89.

Background Color

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

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

This div background color is #8ABC89.

Border color

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

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

This div border color is #8ABC89.

Opacity

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

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

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

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

This text has shadow with #8ABC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABC89.

Preview

Color preview on black background

This text has color #8ABC89 on black background.


Color preview on white background

This text has color #8ABC89 on white background.


Black color preview on #8ABC89 background

This text has black color on #8ABC89 background.


White color preview on #8ABC89 background

This text has white color on #8ABC89 background.


Related colors

Complementary color

Complementary color for #hex is #754376.


I love getcolorcode.com

Triadic colors

1 #898ABC and #BC898A with #8ABC89 are triadic colors.

2 #89BC8A and #BC8A89 with #8ABC89 are triadic colors.