COLOR #8EB97A

HEX: #8EB97A RGB: (142,185,122)

Color info

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

RGB color model

#8EB97A color RGB value is (142,185,122).

RGB: (142,185,122) (56%, 73%, 48%)

RGB channels and saturation

R 142 of 255 = 56%
G 185 of 255 = 73%
B 122 of 255 = 48%

142
185
122

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

Portions of RGB colors in percentages

R + G + B = 142 + 185 + 122 = 449 (100%)
R 142 of 449 ~ 31.63%
G 185 of 449 ~ 41.2%
B 122 of 449 ~ 27.17'%

%31.63
%41.2
%27.17

CMYK color model

#8EB97A color CMYK value is (23,0,34,27).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK: (23,0,34,27) C23M0Y34K27 (23%,0%,34%,27%) (0.23/0.00/0.34/0.27) 

CMYK percentages

%23.24
%0
%34.05
%27.45

Codes

Color #8EB97A in popluar color models

8E B9 7A
RGB 142 185 122
HSL 101° 31.03% 60.20%
HSB/HSV 101° 34.05% 72.55%
CMYK 23.24% 0.00% 34.05%
27.45%

Color #8EB97A in popluar number systems.

HEX 8E B9 7A
Decimal 142 185 122
Binary 10001110 10111001 1111010
Octal 216 271 172

Shades and tints

Shades of #8EB97A

#8EB97A
(142,185,122)
#82A96F
(130,169,111)
#769964
(118,153,100)
#6A8959
(106,137,89)
#5E794E
(94,121,78)
#526943
(82,105,67)
#465938
(70,89,56)
#3A492D
(58,73,45)
#2E3922
(46,57,34)
#222917
(34,41,23)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #8EB97A

#8EB97A
(142,185,122)
#98BF86
(152,191,134)
#A2C592
(162,197,146)
#ACCB9E
(172,203,158)
#B6D1AA
(182,209,170)
#C0D7B6
(192,215,182)
#CADDC2
(202,221,194)
#D4E3CE
(212,227,206)
#DEE9DA
(222,233,218)
#E8EFE6
(232,239,230)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB97A color. Also use rgb(142,185,122) instead hex code.

Text Font Color

.myTextColor { color: #8EB97A; }

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

This text font color is #8EB97A.

Background Color

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

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

This div background color is #8EB97A.

Border color

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

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

This div border color is #8EB97A.

Opacity

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

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

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

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

This text has shadow with #8EB97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB97A.

Preview

Color preview on black background

This text has color #8EB97A on black background.


Color preview on white background

This text has color #8EB97A on white background.


Black color preview on #8EB97A background

This text has black color on #8EB97A background.


White color preview on #8EB97A background

This text has white color on #8EB97A background.


Related colors

Complementary color

Complementary color for #hex is #714685.


I love getcolorcode.com

Triadic colors

1 #7A8EB9 and #B97A8E with #8EB97A are triadic colors.

2 #7AB98E and #B98E7A with #8EB97A are triadic colors.