COLOR #8EBB6F

HEX: #8EBB6F
RGB: (142,187,111)

Color info

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

RGB color model

#8EBB6F color RGB value is (142,187,111).

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

RGB channels and saturation

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

142
187
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 111 = 440 (100%)
R 142 of 440 ~ 32.27%
G 187 of 440 ~ 42.5%
B 111 of 440 ~ 25.23%

%32.27
%42.5
%25.23

CMYK color model

#8EBB6F color CMYK value is (24,0,41,27).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 26.67%
CMYK:
(24,0,41,27)
C24M0Y41K27 
(24%,0%,41%,27%)
(0.24/0.00/0.41/0.27)	

CMYK percentages

%24.06
%0
%40.64
%26.67

Codes

Color #8EBB6F in popluar color models

8EBB6F
RGB142187111
HSL96°35.85%58.43%
HSB/HSV96°40.64%73.33%
CMYK24.06%0.00%40.64%
26.67%

Color #8EBB6F in popluar number systems.

HEX8EBB6F
Decimal142187111
Binary10001110101110111101111
Octal216273157

Shades and tints

Shades of #8EBB6F

#8EBB6F
(142,187,111)
#82AA65
(130,170,101)
#76995B
(118,153,91)
#6A8851
(106,136,81)
#5E7747
(94,119,71)
#52663D
(82,102,61)
#465533
(70,85,51)
#3A4429
(58,68,41)
#2E331F
(46,51,31)
#222215
(34,34,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #8EBB6F

#8EBB6F
(142,187,111)
#98C17C
(152,193,124)
#A2C789
(162,199,137)
#ACCD96
(172,205,150)
#B6D3A3
(182,211,163)
#C0D9B0
(192,217,176)
#CADFBD
(202,223,189)
#D4E5CA
(212,229,202)
#DEEBD7
(222,235,215)
#E8F1E4
(232,241,228)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBB6F; }

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

This text font color is #8EBB6F.


Background Color

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

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

This div background color is #8EBB6F.


Border color

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

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

This div border color is #8EBB6F.


Opacity

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

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

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

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

This text has shadow with #8EBB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBB6F on black background.


Color preview on white background

This text has color #8EBB6F on white background.



Black color preview on #8EBB6F background

This text has black color on #8EBB6F background.


White color preview on #8EBB6F background

This text has white color on #8EBB6F background.