COLOR #8EAD8B

HEX: #8EAD8B RGB: (142,173,139)

Color info

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

RGB color model

#8EAD8B color RGB value is (142,173,139).

RGB: (142,173,139) (56%, 68%, 55%)

RGB channels and saturation

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

142
173
139

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

Portions of RGB colors in percentages

R + G + B = 142 + 173 + 139 = 454 (100%)
R 142 of 454 ~ 31.28%
G 173 of 454 ~ 38.11%
B 139 of 454 ~ 30.62'%

%31.28
%38.11
%30.62

CMYK color model

#8EAD8B color CMYK value is (18,0,20,32).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 19.65%
  • key color value is 32.16%

CMYK: (18,0,20,32)
C18M0Y20K32 (18%, 0%, 20%, 32%)
(0.18 / 0.00 / 0.20 / 0.32)

CMYK percentages

%17.92
%0
%19.65
%32.16

Codes

Color #8EAD8B in popluar color models

8E AD 8B
RGB 142 173 139
HSL 115° 17.17% 61.18%
HSB/HSV 115° 19.65% 67.84%
CMYK 17.92% 0.00% 19.65%
32.16%

Color #8EAD8B in popluar number systems.

HEX 8E AD 8B
Decimal 142 173 139
Binary 10001110 10101101 10001011
Octal 216 255 213

Shades and tints

Shades of #8EAD8B

#8EAD8B
(142,173,139)
#829E7F
(130,158,127)
#768F73
(118,143,115)
#6A8067
(106,128,103)
#5E715B
(94,113,91)
#52624F
(82,98,79)
#465343
(70,83,67)
#3A4437
(58,68,55)
#2E352B
(46,53,43)
#22261F
(34,38,31)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8EAD8B

#8EAD8B
(142,173,139)
#98B495
(152,180,149)
#A2BB9F
(162,187,159)
#ACC2A9
(172,194,169)
#B6C9B3
(182,201,179)
#C0D0BD
(192,208,189)
#CAD7C7
(202,215,199)
#D4DED1
(212,222,209)
#DEE5DB
(222,229,219)
#E8ECE5
(232,236,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAD8B; }

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

This text font color is #8EAD8B.

Background Color

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

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

This div background color is #8EAD8B.

Border color

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

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

This div border color is #8EAD8B.

Opacity

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

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

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

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

This text has shadow with #8EAD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAD8B.

Preview

Color preview on black background

This text has color #8EAD8B on black background.


Color preview on white background

This text has color #8EAD8B on white background.


Black color preview on #8EAD8B background

This text has black color on #8EAD8B background.


White color preview on #8EAD8B background

This text has white color on #8EAD8B background.


Related colors

Complementary color

Complementary color for #hex is #715274.


I love getcolorcode.com

Triadic colors

1 #8B8EAD and #AD8B8E with #8EAD8B are triadic colors.

2 #8BAD8E and #AD8E8B with #8EAD8B are triadic colors.