COLOR #8EAD7B

HEX: #8EAD7B
RGB: (142,173,123)

Color info

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

RGB color model

#8EAD7B color RGB value is (142,173,123).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 123 of 255 = 48%

142
173
123

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 123 = 438 (100%)
R 142 of 438 ~ 32.42%
G 173 of 438 ~ 39.5%
B 123 of 438 ~ 28.08%

%32.42
%39.5
%28.08

CMYK color model

#8EAD7B color CMYK value is (18,0,29,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK:
(18,0,29,32)
C18M0Y29K32 
(18%,0%,29%,32%)
(0.18/0.00/0.29/0.32)	

CMYK percentages

%17.92
%0
%28.9
%32.16

Codes

Color #8EAD7B in popluar color models

8EAD7B
RGB142173123
HSL97°23.36%58.04%
HSB/HSV97°28.90%67.84%
CMYK17.92%0.00%28.90%
32.16%

Color #8EAD7B in popluar number systems.

HEX8EAD7B
Decimal142173123
Binary10001110101011011111011
Octal216255173

Shades and tints

Shades of #8EAD7B

#8EAD7B
(142,173,123)
#829E70
(130,158,112)
#768F65
(118,143,101)
#6A805A
(106,128,90)
#5E714F
(94,113,79)
#526244
(82,98,68)
#465339
(70,83,57)
#3A442E
(58,68,46)
#2E3523
(46,53,35)
#222618
(34,38,24)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #8EAD7B

#8EAD7B
(142,173,123)
#98B487
(152,180,135)
#A2BB93
(162,187,147)
#ACC29F
(172,194,159)
#B6C9AB
(182,201,171)
#C0D0B7
(192,208,183)
#CAD7C3
(202,215,195)
#D4DECF
(212,222,207)
#DEE5DB
(222,229,219)
#E8ECE7
(232,236,231)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD7B; }

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

This text font color is #8EAD7B.


Background Color

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

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

This div background color is #8EAD7B.


Border color

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

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

This div border color is #8EAD7B.


Opacity

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

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

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

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

This text has shadow with #8EAD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD7B on black background.


Color preview on white background

This text has color #8EAD7B on white background.



Black color preview on #8EAD7B background

This text has black color on #8EAD7B background.


White color preview on #8EAD7B background

This text has white color on #8EAD7B background.