COLOR #8EB78F

HEX: #8EB78F RGB: (142,183,143)

Color info

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

RGB color model

#8EB78F color RGB value is (142,183,143).

RGB: (142,183,143) (56%, 72%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 183 of 255 = 72%
B 143 of 255 = 56%

142
183
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 183 + 143 = 468 (100%)
R 142 of 468 ~ 30.34%
G 183 of 468 ~ 39.1%
B 143 of 468 ~ 30.56'%

%30.34
%39.1
%30.56

CMYK color model

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

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK: (22,0,22,28) C22M0Y22K28 (22%,0%,22%,28%) (0.22/0.00/0.22/0.28) 

CMYK percentages

%22.4
%0
%21.86
%28.24

Codes

Color #8EB78F in popluar color models

8E B7 8F
RGB 142 183 143
HSL 121° 22.16% 63.73%
HSB/HSV 121° 22.40% 71.76%
CMYK 22.40% 0.00% 21.86%
28.24%

Color #8EB78F in popluar number systems.

HEX 8E B7 8F
Decimal 142 183 143
Binary 10001110 10110111 10001111
Octal 216 267 217

Shades and tints

Shades of #8EB78F

#8EB78F
(142,183,143)
#82A782
(130,167,130)
#769775
(118,151,117)
#6A8768
(106,135,104)
#5E775B
(94,119,91)
#52674E
(82,103,78)
#465741
(70,87,65)
#3A4734
(58,71,52)
#2E3727
(46,55,39)
#22271A
(34,39,26)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #8EB78F

#8EB78F
(142,183,143)
#98BD99
(152,189,153)
#A2C3A3
(162,195,163)
#ACC9AD
(172,201,173)
#B6CFB7
(182,207,183)
#C0D5C1
(192,213,193)
#CADBCB
(202,219,203)
#D4E1D5
(212,225,213)
#DEE7DF
(222,231,223)
#E8EDE9
(232,237,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB78F; }

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

This text font color is #8EB78F.

Background Color

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

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

This div background color is #8EB78F.

Border color

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

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

This div border color is #8EB78F.

Opacity

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

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

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

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

This text has shadow with #8EB78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB78F.

Preview

Color preview on black background

This text has color #8EB78F on black background.


Color preview on white background

This text has color #8EB78F on white background.


Black color preview on #8EB78F background

This text has black color on #8EB78F background.


White color preview on #8EB78F background

This text has white color on #8EB78F background.


Related colors

Complementary color

Complementary color for #hex is #714870.


I love getcolorcode.com

Triadic colors

1 #8F8EB7 and #B78F8E with #8EB78F are triadic colors.

2 #8FB78E and #B78E8F with #8EB78F are triadic colors.