COLOR #8EAD9D

HEX: #8EAD9D
RGB: (142,173,157)

Color info

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

RGB color model

#8EAD9D color RGB value is (142,173,157).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 157 of 255 = 62%

142
173
157

R + G + B ~ 62%. #8EAD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 157 = 472 (100%)
R 142 of 472 ~ 30.08%
G 173 of 472 ~ 36.65%
B 157 of 472 ~ 33.26%

%30.08
%36.65
%33.26

CMYK color model

#8EAD9D color CMYK value is (18,0,9,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(18,0,9,32)
C18M0Y9K32 
(18%,0%,9%,32%)
(0.18/0.00/0.09/0.32)	

CMYK percentages

%17.92
%0
%9.25
%32.16

Codes

Color #8EAD9D in popluar color models

8EAD9D
RGB142173157
HSL149°15.90%61.76%
HSB/HSV149°17.92%67.84%
CMYK17.92%0.00%9.25%
32.16%

Color #8EAD9D in popluar number systems.

HEX8EAD9D
Decimal142173157
Binary100011101010110110011101
Octal216255235

Shades and tints

Shades of #8EAD9D

#8EAD9D
(142,173,157)
#829E8F
(130,158,143)
#768F81
(118,143,129)
#6A8073
(106,128,115)
#5E7165
(94,113,101)
#526257
(82,98,87)
#465349
(70,83,73)
#3A443B
(58,68,59)
#2E352D
(46,53,45)
#22261F
(34,38,31)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8EAD9D

#8EAD9D
(142,173,157)
#98B4A5
(152,180,165)
#A2BBAD
(162,187,173)
#ACC2B5
(172,194,181)
#B6C9BD
(182,201,189)
#C0D0C5
(192,208,197)
#CAD7CD
(202,215,205)
#D4DED5
(212,222,213)
#DEE5DD
(222,229,221)
#E8ECE5
(232,236,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD9D; }

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

This text font color is #8EAD9D.


Background Color

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

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

This div background color is #8EAD9D.


Border color

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

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

This div border color is #8EAD9D.


Opacity

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

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

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

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

This text has shadow with #8EAD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD9D on black background.


Color preview on white background

This text has color #8EAD9D on white background.



Black color preview on #8EAD9D background

This text has black color on #8EAD9D background.


White color preview on #8EAD9D background

This text has white color on #8EAD9D background.