COLOR #8ABC86

HEX: #8ABC86 RGB: (138,188,134)

Color info

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

RGB color model

#8ABC86 color RGB value is (138,188,134).

RGB: (138,188,134) (54%, 74%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 134 of 255 = 53%

138
188
134

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

Portions of RGB colors in percentages

R + G + B = 138 + 188 + 134 = 460 (100%)
R 138 of 460 ~ 30%
G 188 of 460 ~ 40.87%
B 134 of 460 ~ 29.13'%

%30
%40.87
%29.13

CMYK color model

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

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK: (27,0,29,26) C27M0Y29K26 (27%,0%,29%,26%) (0.27/0.00/0.29/0.26) 

CMYK percentages

%26.6
%0
%28.72
%26.27

Codes

Color #8ABC86 in popluar color models

8A BC 86
RGB 138 188 134
HSL 116° 28.72% 63.14%
HSB/HSV 116° 28.72% 73.73%
CMYK 26.60% 0.00% 28.72%
26.27%

Color #8ABC86 in popluar number systems.

HEX 8A BC 86
Decimal 138 188 134
Binary 10001010 10111100 10000110
Octal 212 274 206

Shades and tints

Shades of #8ABC86

#8ABC86
(138,188,134)
#7EAB7A
(126,171,122)
#729A6E
(114,154,110)
#668962
(102,137,98)
#5A7856
(90,120,86)
#4E674A
(78,103,74)
#42563E
(66,86,62)
#364532
(54,69,50)
#2A3426
(42,52,38)
#1E231A
(30,35,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8ABC86

#8ABC86
(138,188,134)
#94C291
(148,194,145)
#9EC89C
(158,200,156)
#A8CEA7
(168,206,167)
#B2D4B2
(178,212,178)
#BCDABD
(188,218,189)
#C6E0C8
(198,224,200)
#D0E6D3
(208,230,211)
#DAECDE
(218,236,222)
#E4F2E9
(228,242,233)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABC86; }

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

This text font color is #8ABC86.

Background Color

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

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

This div background color is #8ABC86.

Border color

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

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

This div border color is #8ABC86.

Opacity

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

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

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

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

This text has shadow with #8ABC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABC86.

Preview

Color preview on black background

This text has color #8ABC86 on black background.


Color preview on white background

This text has color #8ABC86 on white background.


Black color preview on #8ABC86 background

This text has black color on #8ABC86 background.


White color preview on #8ABC86 background

This text has white color on #8ABC86 background.


Related colors

Complementary color

Complementary color for #hex is #754379.


I love getcolorcode.com

Triadic colors

1 #868ABC and #BC868A with #8ABC86 are triadic colors.

2 #86BC8A and #BC8A86 with #8ABC86 are triadic colors.