COLOR #8EADA7

HEX: #8EADA7
RGB: (142,173,167)

Color info

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

RGB color model

#8EADA7 color RGB value is (142,173,167).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 167 of 255 = 65%

142
173
167

R + G + B ~ 63%. #8EADA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 167 = 482 (100%)
R 142 of 482 ~ 29.46%
G 173 of 482 ~ 35.89%
B 167 of 482 ~ 34.65%

%29.46
%35.89
%34.65

CMYK color model

#8EADA7 color CMYK value is (18,0,3,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(18,0,3,32)
C18M0Y3K32 
(18%,0%,3%,32%)
(0.18/0.00/0.03/0.32)	

CMYK percentages

%17.92
%0
%3.47
%32.16

Codes

Color #8EADA7 in popluar color models

8EADA7
RGB142173167
HSL168°15.90%61.76%
HSB/HSV168°17.92%67.84%
CMYK17.92%0.00%3.47%
32.16%

Color #8EADA7 in popluar number systems.

HEX8EADA7
Decimal142173167
Binary100011101010110110100111
Octal216255247

Shades and tints

Shades of #8EADA7

#8EADA7
(142,173,167)
#829E98
(130,158,152)
#768F89
(118,143,137)
#6A807A
(106,128,122)
#5E716B
(94,113,107)
#52625C
(82,98,92)
#46534D
(70,83,77)
#3A443E
(58,68,62)
#2E352F
(46,53,47)
#222620
(34,38,32)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8EADA7

#8EADA7
(142,173,167)
#98B4AF
(152,180,175)
#A2BBB7
(162,187,183)
#ACC2BF
(172,194,191)
#B6C9C7
(182,201,199)
#C0D0CF
(192,208,207)
#CAD7D7
(202,215,215)
#D4DEDF
(212,222,223)
#DEE5E7
(222,229,231)
#E8ECEF
(232,236,239)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EADA7; }

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

This text font color is #8EADA7.


Background Color

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

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

This div background color is #8EADA7.


Border color

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

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

This div border color is #8EADA7.


Opacity

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

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

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

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

This text has shadow with #8EADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EADA7 on black background.


Color preview on white background

This text has color #8EADA7 on white background.



Black color preview on #8EADA7 background

This text has black color on #8EADA7 background.


White color preview on #8EADA7 background

This text has white color on #8EADA7 background.