COLOR #8EB172

HEX: #8EB172
RGB: (142,177,114)

Color info

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

RGB color model

#8EB172 color RGB value is (142,177,114).

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

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 114 of 255 = 45%

142
177
114

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 114 = 433 (100%)
R 142 of 433 ~ 32.79%
G 177 of 433 ~ 40.88%
B 114 of 433 ~ 26.33%

%32.79
%40.88
%26.33

CMYK color model

#8EB172 color CMYK value is (20,0,36,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(20,0,36,31)
C20M0Y36K31 
(20%,0%,36%,31%)
(0.20/0.00/0.36/0.31)	

CMYK percentages

%19.77
%0
%35.59
%30.59

Codes

Color #8EB172 in popluar color models

8EB172
RGB142177114
HSL93°28.77%57.06%
HSB/HSV93°35.59%69.41%
CMYK19.77%0.00%35.59%
30.59%

Color #8EB172 in popluar number systems.

HEX8EB172
Decimal142177114
Binary10001110101100011110010
Octal216261162

Shades and tints

Shades of #8EB172

#8EB172
(142,177,114)
#82A168
(130,161,104)
#76915E
(118,145,94)
#6A8154
(106,129,84)
#5E714A
(94,113,74)
#526140
(82,97,64)
#465136
(70,81,54)
#3A412C
(58,65,44)
#2E3122
(46,49,34)
#222118
(34,33,24)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8EB172

#8EB172
(142,177,114)
#98B87E
(152,184,126)
#A2BF8A
(162,191,138)
#ACC696
(172,198,150)
#B6CDA2
(182,205,162)
#C0D4AE
(192,212,174)
#CADBBA
(202,219,186)
#D4E2C6
(212,226,198)
#DEE9D2
(222,233,210)
#E8F0DE
(232,240,222)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB172; }

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

This text font color is #8EB172.


Background Color

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

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

This div background color is #8EB172.


Border color

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

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

This div border color is #8EB172.


Opacity

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

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

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

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

This text has shadow with #8EB172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB172 on black background.


Color preview on white background

This text has color #8EB172 on white background.



Black color preview on #8EB172 background

This text has black color on #8EB172 background.


White color preview on #8EB172 background

This text has white color on #8EB172 background.