COLOR #8EAD83

HEX: #8EAD83
RGB: (142,173,131)

Color info

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

RGB color model

#8EAD83 color RGB value is (142,173,131).

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

RGB channels and saturation

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

142
173
131

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 131 = 446 (100%)
R 142 of 446 ~ 31.84%
G 173 of 446 ~ 38.79%
B 131 of 446 ~ 29.37%

%31.84
%38.79
%29.37

CMYK color model

#8EAD83 color CMYK value is (18,0,24,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(18,0,24,32)
C18M0Y24K32 
(18%,0%,24%,32%)
(0.18/0.00/0.24/0.32)	

CMYK percentages

%17.92
%0
%24.28
%32.16

Codes

Color #8EAD83 in popluar color models

8EAD83
RGB142173131
HSL104°20.39%59.61%
HSB/HSV104°24.28%67.84%
CMYK17.92%0.00%24.28%
32.16%

Color #8EAD83 in popluar number systems.

HEX8EAD83
Decimal142173131
Binary100011101010110110000011
Octal216255203

Shades and tints

Shades of #8EAD83

#8EAD83
(142,173,131)
#829E78
(130,158,120)
#768F6D
(118,143,109)
#6A8062
(106,128,98)
#5E7157
(94,113,87)
#52624C
(82,98,76)
#465341
(70,83,65)
#3A4436
(58,68,54)
#2E352B
(46,53,43)
#222620
(34,38,32)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EAD83

#8EAD83
(142,173,131)
#98B48E
(152,180,142)
#A2BB99
(162,187,153)
#ACC2A4
(172,194,164)
#B6C9AF
(182,201,175)
#C0D0BA
(192,208,186)
#CAD7C5
(202,215,197)
#D4DED0
(212,222,208)
#DEE5DB
(222,229,219)
#E8ECE6
(232,236,230)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD83; }

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

This text font color is #8EAD83.


Background Color

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

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

This div background color is #8EAD83.


Border color

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

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

This div border color is #8EAD83.


Opacity

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

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

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

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

This text has shadow with #8EAD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD83 on black background.


Color preview on white background

This text has color #8EAD83 on white background.



Black color preview on #8EAD83 background

This text has black color on #8EAD83 background.


White color preview on #8EAD83 background

This text has white color on #8EAD83 background.