COLOR #8EBA6F

HEX: #8EBA6F
RGB: (142,186,111)

Color info

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

RGB color model

#8EBA6F color RGB value is (142,186,111).

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

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 111 of 255 = 44%

142
186
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 186 + 111 = 439 (100%)
R 142 of 439 ~ 32.35%
G 186 of 439 ~ 42.37%
B 111 of 439 ~ 25.28%

%32.35
%42.37
%25.28

CMYK color model

#8EBA6F color CMYK value is (24,0,40,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 27.06%
CMYK:
(24,0,40,27)
C24M0Y40K27 
(24%,0%,40%,27%)
(0.24/0.00/0.40/0.27)	

CMYK percentages

%23.66
%0
%40.32
%27.06

Codes

Color #8EBA6F in popluar color models

8EBA6F
RGB142186111
HSL95°35.21%58.24%
HSB/HSV95°40.32%72.94%
CMYK23.66%0.00%40.32%
27.06%

Color #8EBA6F in popluar number systems.

HEX8EBA6F
Decimal142186111
Binary10001110101110101101111
Octal216272157

Shades and tints

Shades of #8EBA6F

#8EBA6F
(142,186,111)
#82AA65
(130,170,101)
#769A5B
(118,154,91)
#6A8A51
(106,138,81)
#5E7A47
(94,122,71)
#526A3D
(82,106,61)
#465A33
(70,90,51)
#3A4A29
(58,74,41)
#2E3A1F
(46,58,31)
#222A15
(34,42,21)
#161A0B
(22,26,11)
#000000
(0,0,0)

Tints of #8EBA6F

#8EBA6F
(142,186,111)
#98C07C
(152,192,124)
#A2C689
(162,198,137)
#ACCC96
(172,204,150)
#B6D2A3
(182,210,163)
#C0D8B0
(192,216,176)
#CADEBD
(202,222,189)
#D4E4CA
(212,228,202)
#DEEAD7
(222,234,215)
#E8F0E4
(232,240,228)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBA6F; }

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

This text font color is #8EBA6F.


Background Color

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

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

This div background color is #8EBA6F.


Border color

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

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

This div border color is #8EBA6F.


Opacity

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

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

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

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

This text has shadow with #8EBA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBA6F on black background.


Color preview on white background

This text has color #8EBA6F on white background.



Black color preview on #8EBA6F background

This text has black color on #8EBA6F background.


White color preview on #8EBA6F background

This text has white color on #8EBA6F background.