COLOR #8EB086

HEX: #8EB086 RGB: (142,176,134)

Color info

#8EB086 contains red, green and blue colors in about the same proportion. Web safe color of #8EB086 is #999999 (or #999).

RGB color model

#8EB086 color RGB value is (142,176,134).

RGB: (142,176,134) (56%, 69%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 134 of 255 = 53%

142
176
134

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

Portions of RGB colors in percentages

R + G + B = 142 + 176 + 134 = 452 (100%)
R 142 of 452 ~ 31.42%
G 176 of 452 ~ 38.94%
B 134 of 452 ~ 29.65'%

%31.42
%38.94
%29.65

CMYK color model

#8EB086 color CMYK value is (19,0,24,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK: (19,0,24,31) C19M0Y24K31 (19%,0%,24%,31%) (0.19/0.00/0.24/0.31) 

CMYK percentages

%19.32
%0
%23.86
%30.98

Codes

Color #8EB086 in popluar color models

8E B0 86
RGB 142 176 134
HSL 109° 21.00% 60.78%
HSB/HSV 109° 23.86% 69.02%
CMYK 19.32% 0.00% 23.86%
30.98%

Color #8EB086 in popluar number systems.

HEX 8E B0 86
Decimal 142 176 134
Binary 10001110 10110000 10000110
Octal 216 260 206

Shades and tints

Shades of #8EB086

#8EB086
(142,176,134)
#82A07A
(130,160,122)
#76906E
(118,144,110)
#6A8062
(106,128,98)
#5E7056
(94,112,86)
#52604A
(82,96,74)
#46503E
(70,80,62)
#3A4032
(58,64,50)
#2E3026
(46,48,38)
#22201A
(34,32,26)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #8EB086

#8EB086
(142,176,134)
#98B791
(152,183,145)
#A2BE9C
(162,190,156)
#ACC5A7
(172,197,167)
#B6CCB2
(182,204,178)
#C0D3BD
(192,211,189)
#CADAC8
(202,218,200)
#D4E1D3
(212,225,211)
#DEE8DE
(222,232,222)
#E8EFE9
(232,239,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB086 color. Also use rgb(142,176,134) instead hex code.

Text Font Color

.myTextColor { color: #8EB086; }

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

This text font color is #8EB086.

Background Color

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

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

This div background color is #8EB086.

Border color

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

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

This div border color is #8EB086.

Opacity

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

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

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

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

This text has shadow with #8EB086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB086.

Preview

Color preview on black background

This text has color #8EB086 on black background.


Color preview on white background

This text has color #8EB086 on white background.


Black color preview on #8EB086 background

This text has black color on #8EB086 background.


White color preview on #8EB086 background

This text has white color on #8EB086 background.


Related colors

Complementary color

Complementary color for #hex is #714F79.


I love getcolorcode.com

Triadic colors

1 #868EB0 and #B0868E with #8EB086 are triadic colors.

2 #86B08E and #B08E86 with #8EB086 are triadic colors.