COLOR #8EB68B

HEX: #8EB68B
RGB: (142,182,139)

Color info

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

RGB color model

#8EB68B color RGB value is (142,182,139).

  • red value is 142;
  • green value is 182;
  • blue value is 139.
RGB:
(142,182,139)
(56%,71%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 139 of 255 = 55%

142
182
139

R + G + B ~ 61%. #8EB68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 139 = 463 (100%)
R 142 of 463 ~ 30.67%
G 182 of 463 ~ 39.31%
B 139 of 463 ~ 30.02%

%30.67
%39.31
%30.02

CMYK color model

#8EB68B color CMYK value is (22,0,24,29).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(22,0,24,29)
C22M0Y24K29 
(22%,0%,24%,29%)
(0.22/0.00/0.24/0.29)	

CMYK percentages

%21.98
%0
%23.63
%28.63

Codes

Color #8EB68B in popluar color models

8EB68B
RGB142182139
HSL116°22.75%62.94%
HSB/HSV116°23.63%71.37%
CMYK21.98%0.00%23.63%
28.63%

Color #8EB68B in popluar number systems.

HEX8EB68B
Decimal142182139
Binary100011101011011010001011
Octal216266213

Shades and tints

Shades of #8EB68B

#8EB68B
(142,182,139)
#82A67F
(130,166,127)
#769673
(118,150,115)
#6A8667
(106,134,103)
#5E765B
(94,118,91)
#52664F
(82,102,79)
#465643
(70,86,67)
#3A4637
(58,70,55)
#2E362B
(46,54,43)
#22261F
(34,38,31)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EB68B

#8EB68B
(142,182,139)
#98BC95
(152,188,149)
#A2C29F
(162,194,159)
#ACC8A9
(172,200,169)
#B6CEB3
(182,206,179)
#C0D4BD
(192,212,189)
#CADAC7
(202,218,199)
#D4E0D1
(212,224,209)
#DEE6DB
(222,230,219)
#E8ECE5
(232,236,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB68B color. Also use rgb(142,182,139) instead hex code.

Text Font Color

.myTextColor { color: #8EB68B; }

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

This text font color is #8EB68B.


Background Color

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

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

This div background color is #8EB68B.


Border color

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

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

This div border color is #8EB68B.


Opacity

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

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

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

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

This text has shadow with #8EB68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB68B on black background.


Color preview on white background

This text has color #8EB68B on white background.



Black color preview on #8EB68B background

This text has black color on #8EB68B background.


White color preview on #8EB68B background

This text has white color on #8EB68B background.