COLOR #8EAD82

HEX: #8EAD82
RGB: (142,173,130)

Color info

#8EAD82 contains red, green and blue colors in about the same proportion. Web safe color of #8EAD82 is #999999 (or #999).

RGB color model

#8EAD82 color RGB value is (142,173,130).

  • red value is 142;
  • green value is 173;
  • blue value is 130.
RGB:
(142,173,130)
(56%,68%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 130 of 255 = 51%

142
173
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 130 = 445 (100%)
R 142 of 445 ~ 31.91%
G 173 of 445 ~ 38.88%
B 130 of 445 ~ 29.21%

%31.91
%38.88
%29.21

CMYK color model

#8EAD82 color CMYK value is (18,0,25,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(18,0,25,32)
C18M0Y25K32 
(18%,0%,25%,32%)
(0.18/0.00/0.25/0.32)	

CMYK percentages

%17.92
%0
%24.86
%32.16

Codes

Color #8EAD82 in popluar color models

8EAD82
RGB142173130
HSL103°20.77%59.41%
HSB/HSV103°24.86%67.84%
CMYK17.92%0.00%24.86%
32.16%

Color #8EAD82 in popluar number systems.

HEX8EAD82
Decimal142173130
Binary100011101010110110000010
Octal216255202

Shades and tints

Shades of #8EAD82

#8EAD82
(142,173,130)
#829E77
(130,158,119)
#768F6C
(118,143,108)
#6A8061
(106,128,97)
#5E7156
(94,113,86)
#52624B
(82,98,75)
#465340
(70,83,64)
#3A4435
(58,68,53)
#2E352A
(46,53,42)
#22261F
(34,38,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #8EAD82

#8EAD82
(142,173,130)
#98B48D
(152,180,141)
#A2BB98
(162,187,152)
#ACC2A3
(172,194,163)
#B6C9AE
(182,201,174)
#C0D0B9
(192,208,185)
#CAD7C4
(202,215,196)
#D4DECF
(212,222,207)
#DEE5DA
(222,229,218)
#E8ECE5
(232,236,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAD82 color. Also use rgb(142,173,130) instead hex code.

Text Font Color

.myTextColor { color: #8EAD82; }

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

This text font color is #8EAD82.


Background Color

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

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

This div background color is #8EAD82.


Border color

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

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

This div border color is #8EAD82.


Opacity

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

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

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

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

This text has shadow with #8EAD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD82 on black background.


Color preview on white background

This text has color #8EAD82 on white background.



Black color preview on #8EAD82 background

This text has black color on #8EAD82 background.


White color preview on #8EAD82 background

This text has white color on #8EAD82 background.