COLOR #8ABB86

HEX: #8ABB86
RGB: (138,187,134)

Color info

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

RGB color model

#8ABB86 color RGB value is (138,187,134).

  • red value is 138;
  • green value is 187;
  • blue value is 134.
RGB:
(138,187,134)
(54%,73%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 134 of 255 = 53%

138
187
134

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

Portions of RGB colors in percentages

R + G + B =
138 + 187 + 134 = 459 (100%)
R 138 of 459 ~ 30.07%
G 187 of 459 ~ 40.74%
B 134 of 459 ~ 29.19%

%30.07
%40.74
%29.19

CMYK color model

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

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 28.34%
  • key color value is 26.67%
CMYK:
(26,0,28,27)
C26M0Y28K27 
(26%,0%,28%,27%)
(0.26/0.00/0.28/0.27)	

CMYK percentages

%26.2
%0
%28.34
%26.67

Codes

Color #8ABB86 in popluar color models

8ABB86
RGB138187134
HSL115°28.04%62.94%
HSB/HSV115°28.34%73.33%
CMYK26.20%0.00%28.34%
26.67%

Color #8ABB86 in popluar number systems.

HEX8ABB86
Decimal138187134
Binary100010101011101110000110
Octal212273206

Shades and tints

Shades of #8ABB86

#8ABB86
(138,187,134)
#7EAA7A
(126,170,122)
#72996E
(114,153,110)
#668862
(102,136,98)
#5A7756
(90,119,86)
#4E664A
(78,102,74)
#42553E
(66,85,62)
#364432
(54,68,50)
#2A3326
(42,51,38)
#1E221A
(30,34,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8ABB86

#8ABB86
(138,187,134)
#94C191
(148,193,145)
#9EC79C
(158,199,156)
#A8CDA7
(168,205,167)
#B2D3B2
(178,211,178)
#BCD9BD
(188,217,189)
#C6DFC8
(198,223,200)
#D0E5D3
(208,229,211)
#DAEBDE
(218,235,222)
#E4F1E9
(228,241,233)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABB86; }

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

This text font color is #8ABB86.


Background Color

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

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

This div background color is #8ABB86.


Border color

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

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

This div border color is #8ABB86.


Opacity

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

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

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

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

This text has shadow with #8ABB86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABB86 on black background.


Color preview on white background

This text has color #8ABB86 on white background.



Black color preview on #8ABB86 background

This text has black color on #8ABB86 background.


White color preview on #8ABB86 background

This text has white color on #8ABB86 background.