COLOR #8EB176

HEX: #8EB176
RGB: (142,177,118)

Color info

#8EB176 contains red, green and blue colors in about the same proportion. Web safe color of #8EB176 is #999966 (or #996).

RGB color model

#8EB176 color RGB value is (142,177,118).

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

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 118 of 255 = 46%

142
177
118

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 118 = 437 (100%)
R 142 of 437 ~ 32.49%
G 177 of 437 ~ 40.5%
B 118 of 437 ~ 27%

%32.49
%40.5
%27

CMYK color model

#8EB176 color CMYK value is (20,0,33,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(20,0,33,31)
C20M0Y33K31 
(20%,0%,33%,31%)
(0.20/0.00/0.33/0.31)	

CMYK percentages

%19.77
%0
%33.33
%30.59

Codes

Color #8EB176 in popluar color models

8EB176
RGB142177118
HSL96°27.44%57.84%
HSB/HSV96°33.33%69.41%
CMYK19.77%0.00%33.33%
30.59%

Color #8EB176 in popluar number systems.

HEX8EB176
Decimal142177118
Binary10001110101100011110110
Octal216261166

Shades and tints

Shades of #8EB176

#8EB176
(142,177,118)
#82A16C
(130,161,108)
#769162
(118,145,98)
#6A8158
(106,129,88)
#5E714E
(94,113,78)
#526144
(82,97,68)
#46513A
(70,81,58)
#3A4130
(58,65,48)
#2E3126
(46,49,38)
#22211C
(34,33,28)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #8EB176

#8EB176
(142,177,118)
#98B882
(152,184,130)
#A2BF8E
(162,191,142)
#ACC69A
(172,198,154)
#B6CDA6
(182,205,166)
#C0D4B2
(192,212,178)
#CADBBE
(202,219,190)
#D4E2CA
(212,226,202)
#DEE9D6
(222,233,214)
#E8F0E2
(232,240,226)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB176; }

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

This text font color is #8EB176.


Background Color

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

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

This div background color is #8EB176.


Border color

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

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

This div border color is #8EB176.


Opacity

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

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

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

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

This text has shadow with #8EB176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB176 on black background.


Color preview on white background

This text has color #8EB176 on white background.



Black color preview on #8EB176 background

This text has black color on #8EB176 background.


White color preview on #8EB176 background

This text has white color on #8EB176 background.