COLOR #8EB162

HEX: #8EB162
RGB: (142,177,98)

Color info

#8EB162 contains mainly red and green colors. Web safe color of #8EB162 is #999966 (or #996).

RGB color model

#8EB162 color RGB value is (142,177,98).

  • red value is 142;
  • green value is 177;
  • blue value is 98.
RGB:
(142,177,98)
(56%,69%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 98 of 255 = 38%

142
177
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 98 = 417 (100%)
R 142 of 417 ~ 34.05%
G 177 of 417 ~ 42.45%
B 98 of 417 ~ 23.5%

%34.05
%42.45
%23.5

CMYK color model

#8EB162 color CMYK value is (20,0,45,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 44.63%
  • key color value is 30.59%
CMYK:
(20,0,45,31)
C20M0Y45K31 
(20%,0%,45%,31%)
(0.20/0.00/0.45/0.31)	

CMYK percentages

%19.77
%0
%44.63
%30.59

Codes

Color #8EB162 in popluar color models

8EB162
RGB14217798
HSL87°33.62%53.92%
HSB/HSV87°44.63%69.41%
CMYK19.77%0.00%44.63%
30.59%

Color #8EB162 in popluar number systems.

HEX8EB162
Decimal14217798
Binary10001110101100011100010
Octal216261142

Shades and tints

Shades of #8EB162

#8EB162
(142,177,98)
#82A15A
(130,161,90)
#769152
(118,145,82)
#6A814A
(106,129,74)
#5E7142
(94,113,66)
#52613A
(82,97,58)
#465132
(70,81,50)
#3A412A
(58,65,42)
#2E3122
(46,49,34)
#22211A
(34,33,26)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #8EB162

#8EB162
(142,177,98)
#98B870
(152,184,112)
#A2BF7E
(162,191,126)
#ACC68C
(172,198,140)
#B6CD9A
(182,205,154)
#C0D4A8
(192,212,168)
#CADBB6
(202,219,182)
#D4E2C4
(212,226,196)
#DEE9D2
(222,233,210)
#E8F0E0
(232,240,224)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB162 color. Also use rgb(142,177,98) instead hex code.

Text Font Color

.myTextColor { color: #8EB162; }

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

This text font color is #8EB162.


Background Color

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

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

This div background color is #8EB162.


Border color

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

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

This div border color is #8EB162.


Opacity

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

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

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

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

This text has shadow with #8EB162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB162 on black background.


Color preview on white background

This text has color #8EB162 on white background.



Black color preview on #8EB162 background

This text has black color on #8EB162 background.


White color preview on #8EB162 background

This text has white color on #8EB162 background.