COLOR #8EAD8C

HEX: #8EAD8C
RGB: (142,173,140)

Color info

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

RGB color model

#8EAD8C color RGB value is (142,173,140).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 140 of 255 = 55%

142
173
140

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 140 = 455 (100%)
R 142 of 455 ~ 31.21%
G 173 of 455 ~ 38.02%
B 140 of 455 ~ 30.77%

%31.21
%38.02
%30.77

CMYK color model

#8EAD8C color CMYK value is (18,0,19,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(18,0,19,32)
C18M0Y19K32 
(18%,0%,19%,32%)
(0.18/0.00/0.19/0.32)	

CMYK percentages

%17.92
%0
%19.08
%32.16

Codes

Color #8EAD8C in popluar color models

8EAD8C
RGB142173140
HSL116°16.75%61.37%
HSB/HSV116°19.08%67.84%
CMYK17.92%0.00%19.08%
32.16%

Color #8EAD8C in popluar number systems.

HEX8EAD8C
Decimal142173140
Binary100011101010110110001100
Octal216255214

Shades and tints

Shades of #8EAD8C

#8EAD8C
(142,173,140)
#829E80
(130,158,128)
#768F74
(118,143,116)
#6A8068
(106,128,104)
#5E715C
(94,113,92)
#526250
(82,98,80)
#465344
(70,83,68)
#3A4438
(58,68,56)
#2E352C
(46,53,44)
#222620
(34,38,32)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #8EAD8C

#8EAD8C
(142,173,140)
#98B496
(152,180,150)
#A2BBA0
(162,187,160)
#ACC2AA
(172,194,170)
#B6C9B4
(182,201,180)
#C0D0BE
(192,208,190)
#CAD7C8
(202,215,200)
#D4DED2
(212,222,210)
#DEE5DC
(222,229,220)
#E8ECE6
(232,236,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD8C; }

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

This text font color is #8EAD8C.


Background Color

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

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

This div background color is #8EAD8C.


Border color

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

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

This div border color is #8EAD8C.


Opacity

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

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

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

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

This text has shadow with #8EAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD8C on black background.


Color preview on white background

This text has color #8EAD8C on white background.



Black color preview on #8EAD8C background

This text has black color on #8EAD8C background.


White color preview on #8EAD8C background

This text has white color on #8EAD8C background.