COLOR #8EBA7B

HEX: #8EBA7B
RGB: (142,186,123)

Color info

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

RGB color model

#8EBA7B color RGB value is (142,186,123).

  • red value is 142;
  • green value is 186;
  • blue value is 123.
RGB:
(142,186,123)
(56%,73%,48%)

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 123 of 255 = 48%

142
186
123

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

Portions of RGB colors in percentages

R + G + B =
142 + 186 + 123 = 451 (100%)
R 142 of 451 ~ 31.49%
G 186 of 451 ~ 41.24%
B 123 of 451 ~ 27.27%

%31.49
%41.24
%27.27

CMYK color model

#8EBA7B color CMYK value is (24,0,34,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 27.06%
CMYK:
(24,0,34,27)
C24M0Y34K27 
(24%,0%,34%,27%)
(0.24/0.00/0.34/0.27)	

CMYK percentages

%23.66
%0
%33.87
%27.06

Codes

Color #8EBA7B in popluar color models

8EBA7B
RGB142186123
HSL102°31.34%60.59%
HSB/HSV102°33.87%72.94%
CMYK23.66%0.00%33.87%
27.06%

Color #8EBA7B in popluar number systems.

HEX8EBA7B
Decimal142186123
Binary10001110101110101111011
Octal216272173

Shades and tints

Shades of #8EBA7B

#8EBA7B
(142,186,123)
#82AA70
(130,170,112)
#769A65
(118,154,101)
#6A8A5A
(106,138,90)
#5E7A4F
(94,122,79)
#526A44
(82,106,68)
#465A39
(70,90,57)
#3A4A2E
(58,74,46)
#2E3A23
(46,58,35)
#222A18
(34,42,24)
#161A0D
(22,26,13)
#000000
(0,0,0)

Tints of #8EBA7B

#8EBA7B
(142,186,123)
#98C087
(152,192,135)
#A2C693
(162,198,147)
#ACCC9F
(172,204,159)
#B6D2AB
(182,210,171)
#C0D8B7
(192,216,183)
#CADEC3
(202,222,195)
#D4E4CF
(212,228,207)
#DEEADB
(222,234,219)
#E8F0E7
(232,240,231)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBA7B color. Also use rgb(142,186,123) instead hex code.

Text Font Color

.myTextColor { color: #8EBA7B; }

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

This text font color is #8EBA7B.


Background Color

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

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

This div background color is #8EBA7B.


Border color

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

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

This div border color is #8EBA7B.


Opacity

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

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

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

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

This text has shadow with #8EBA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBA7B on black background.


Color preview on white background

This text has color #8EBA7B on white background.



Black color preview on #8EBA7B background

This text has black color on #8EBA7B background.


White color preview on #8EBA7B background

This text has white color on #8EBA7B background.