COLOR #8EB78B

HEX: #8EB78B RGB: (142,183,139)

Color info

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

RGB color model

#8EB78B color RGB value is (142,183,139).

RGB: (142,183,139) (56%, 72%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 183 of 255 = 72%
B 139 of 255 = 55%

142
183
139

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

Portions of RGB colors in percentages

R + G + B = 142 + 183 + 139 = 464 (100%)
R 142 of 464 ~ 30.6%
G 183 of 464 ~ 39.44%
B 139 of 464 ~ 29.96'%

%30.6
%39.44
%29.96

CMYK color model

#8EB78B color CMYK value is (22,0,24,28).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 28.24%

CMYK: (22,0,24,28)
C22M0Y24K28 (22%, 0%, 24%, 28%)
(0.22 / 0.00 / 0.24 / 0.28)

CMYK percentages

%22.4
%0
%24.04
%28.24

Codes

Color #8EB78B in popluar color models

8E B7 8B
RGB 142 183 139
HSL 116° 23.40% 63.14%
HSB/HSV 116° 24.04% 71.76%
CMYK 22.40% 0.00% 24.04%
28.24%

Color #8EB78B in popluar number systems.

HEX 8E B7 8B
Decimal 142 183 139
Binary 10001110 10110111 10001011
Octal 216 267 213

Shades and tints

Shades of #8EB78B

#8EB78B
(142,183,139)
#82A77F
(130,167,127)
#769773
(118,151,115)
#6A8767
(106,135,103)
#5E775B
(94,119,91)
#52674F
(82,103,79)
#465743
(70,87,67)
#3A4737
(58,71,55)
#2E372B
(46,55,43)
#22271F
(34,39,31)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8EB78B

#8EB78B
(142,183,139)
#98BD95
(152,189,149)
#A2C39F
(162,195,159)
#ACC9A9
(172,201,169)
#B6CFB3
(182,207,179)
#C0D5BD
(192,213,189)
#CADBC7
(202,219,199)
#D4E1D1
(212,225,209)
#DEE7DB
(222,231,219)
#E8EDE5
(232,237,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB78B; }

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

This text font color is #8EB78B.

Background Color

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

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

This div background color is #8EB78B.

Border color

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

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

This div border color is #8EB78B.

Opacity

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

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

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

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

This text has shadow with #8EB78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB78B.

Preview

Color preview on black background

This text has color #8EB78B on black background.


Color preview on white background

This text has color #8EB78B on white background.


Black color preview on #8EB78B background

This text has black color on #8EB78B background.


White color preview on #8EB78B background

This text has white color on #8EB78B background.


Related colors

Complementary color

Complementary color for #hex is #714874.


I love getcolorcode.com

Triadic colors

1 #8B8EB7 and #B78B8E with #8EB78B are triadic colors.

2 #8BB78E and #B78E8B with #8EB78B are triadic colors.