COLOR #8EB59F

HEX: #8EB59F
RGB: (142,181,159)

Color info

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

RGB color model

#8EB59F color RGB value is (142,181,159).

  • red value is 142;
  • green value is 181;
  • blue value is 159.
RGB:
(142,181,159)
(56%,71%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 159 of 255 = 62%

142
181
159

R + G + B ~ 63%. #8EB59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 159 = 482 (100%)
R 142 of 482 ~ 29.46%
G 181 of 482 ~ 37.55%
B 159 of 482 ~ 32.99%

%29.46
%37.55
%32.99

CMYK color model

#8EB59F color CMYK value is (22,0,12,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(22,0,12,29)
C22M0Y12K29 
(22%,0%,12%,29%)
(0.22/0.00/0.12/0.29)	

CMYK percentages

%21.55
%0
%12.15
%29.02

Codes

Color #8EB59F in popluar color models

8EB59F
RGB142181159
HSL146°20.86%63.33%
HSB/HSV146°21.55%70.98%
CMYK21.55%0.00%12.15%
29.02%

Color #8EB59F in popluar number systems.

HEX8EB59F
Decimal142181159
Binary100011101011010110011111
Octal216265237

Shades and tints

Shades of #8EB59F

#8EB59F
(142,181,159)
#82A591
(130,165,145)
#769583
(118,149,131)
#6A8575
(106,133,117)
#5E7567
(94,117,103)
#526559
(82,101,89)
#46554B
(70,85,75)
#3A453D
(58,69,61)
#2E352F
(46,53,47)
#222521
(34,37,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8EB59F

#8EB59F
(142,181,159)
#98BBA7
(152,187,167)
#A2C1AF
(162,193,175)
#ACC7B7
(172,199,183)
#B6CDBF
(182,205,191)
#C0D3C7
(192,211,199)
#CAD9CF
(202,217,207)
#D4DFD7
(212,223,215)
#DEE5DF
(222,229,223)
#E8EBE7
(232,235,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB59F color. Also use rgb(142,181,159) instead hex code.

Text Font Color

.myTextColor { color: #8EB59F; }

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

This text font color is #8EB59F.


Background Color

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

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

This div background color is #8EB59F.


Border color

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

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

This div border color is #8EB59F.


Opacity

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

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

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

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

This text has shadow with #8EB59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB59F on black background.


Color preview on white background

This text has color #8EB59F on white background.



Black color preview on #8EB59F background

This text has black color on #8EB59F background.


White color preview on #8EB59F background

This text has white color on #8EB59F background.