COLOR #8EB87F

HEX: #8EB87F
RGB: (142,184,127)

Color info

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

RGB color model

#8EB87F color RGB value is (142,184,127).

  • red value is 142;
  • green value is 184;
  • blue value is 127.
RGB:
(142,184,127)
(56%,72%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 184 of 255 = 72%
B 127 of 255 = 50%

142
184
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 184 + 127 = 453 (100%)
R 142 of 453 ~ 31.35%
G 184 of 453 ~ 40.62%
B 127 of 453 ~ 28.04%

%31.35
%40.62
%28.04

CMYK color model

#8EB87F color CMYK value is (23,0,31,28).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(23,0,31,28)
C23M0Y31K28 
(23%,0%,31%,28%)
(0.23/0.00/0.31/0.28)	

CMYK percentages

%22.83
%0
%30.98
%27.84

Codes

Color #8EB87F in popluar color models

8EB87F
RGB142184127
HSL104°28.64%60.98%
HSB/HSV104°30.98%72.16%
CMYK22.83%0.00%30.98%
27.84%

Color #8EB87F in popluar number systems.

HEX8EB87F
Decimal142184127
Binary10001110101110001111111
Octal216270177

Shades and tints

Shades of #8EB87F

#8EB87F
(142,184,127)
#82A874
(130,168,116)
#769869
(118,152,105)
#6A885E
(106,136,94)
#5E7853
(94,120,83)
#526848
(82,104,72)
#46583D
(70,88,61)
#3A4832
(58,72,50)
#2E3827
(46,56,39)
#22281C
(34,40,28)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #8EB87F

#8EB87F
(142,184,127)
#98BE8A
(152,190,138)
#A2C495
(162,196,149)
#ACCAA0
(172,202,160)
#B6D0AB
(182,208,171)
#C0D6B6
(192,214,182)
#CADCC1
(202,220,193)
#D4E2CC
(212,226,204)
#DEE8D7
(222,232,215)
#E8EEE2
(232,238,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB87F color. Also use rgb(142,184,127) instead hex code.

Text Font Color

.myTextColor { color: #8EB87F; }

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

This text font color is #8EB87F.


Background Color

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

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

This div background color is #8EB87F.


Border color

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

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

This div border color is #8EB87F.


Opacity

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

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

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

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

This text has shadow with #8EB87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB87F on black background.


Color preview on white background

This text has color #8EB87F on white background.



Black color preview on #8EB87F background

This text has black color on #8EB87F background.


White color preview on #8EB87F background

This text has white color on #8EB87F background.