COLOR #8EAD97

HEX: #8EAD97
RGB: (142,173,151)

Color info

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

RGB color model

#8EAD97 color RGB value is (142,173,151).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 151 of 255 = 59%

142
173
151

R + G + B ~ 61%. #8EAD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 151 = 466 (100%)
R 142 of 466 ~ 30.47%
G 173 of 466 ~ 37.12%
B 151 of 466 ~ 32.4%

%30.47
%37.12
%32.4

CMYK color model

#8EAD97 color CMYK value is (18,0,13,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(18,0,13,32)
C18M0Y13K32 
(18%,0%,13%,32%)
(0.18/0.00/0.13/0.32)	

CMYK percentages

%17.92
%0
%12.72
%32.16

Codes

Color #8EAD97 in popluar color models

8EAD97
RGB142173151
HSL137°15.90%61.76%
HSB/HSV137°17.92%67.84%
CMYK17.92%0.00%12.72%
32.16%

Color #8EAD97 in popluar number systems.

HEX8EAD97
Decimal142173151
Binary100011101010110110010111
Octal216255227

Shades and tints

Shades of #8EAD97

#8EAD97
(142,173,151)
#829E8A
(130,158,138)
#768F7D
(118,143,125)
#6A8070
(106,128,112)
#5E7163
(94,113,99)
#526256
(82,98,86)
#465349
(70,83,73)
#3A443C
(58,68,60)
#2E352F
(46,53,47)
#222622
(34,38,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EAD97

#8EAD97
(142,173,151)
#98B4A0
(152,180,160)
#A2BBA9
(162,187,169)
#ACC2B2
(172,194,178)
#B6C9BB
(182,201,187)
#C0D0C4
(192,208,196)
#CAD7CD
(202,215,205)
#D4DED6
(212,222,214)
#DEE5DF
(222,229,223)
#E8ECE8
(232,236,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD97; }

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

This text font color is #8EAD97.


Background Color

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

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

This div background color is #8EAD97.


Border color

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

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

This div border color is #8EAD97.


Opacity

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

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

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

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

This text has shadow with #8EAD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAD97 on black background.


Color preview on white background

This text has color #8EAD97 on white background.



Black color preview on #8EAD97 background

This text has black color on #8EAD97 background.


White color preview on #8EAD97 background

This text has white color on #8EAD97 background.