COLOR #8EAB8D

HEX: #8EAB8D RGB: (142,171,141)

Color info

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

RGB color model

#8EAB8D color RGB value is (142,171,141).

RGB: (142,171,141) (56%, 67%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 141 of 255 = 55%

142
171
141

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

Portions of RGB colors in percentages

R + G + B = 142 + 171 + 141 = 454 (100%)
R 142 of 454 ~ 31.28%
G 171 of 454 ~ 37.67%
B 141 of 454 ~ 31.06'%

%31.28
%37.67
%31.06

CMYK color model

#8EAB8D color CMYK value is (17,0,18,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%

CMYK: (17,0,18,33)
C17M0Y18K33 (17%, 0%, 18%, 33%)
(0.17 / 0.00 / 0.18 / 0.33)

CMYK percentages

%16.96
%0
%17.54
%32.94

Codes

Color #8EAB8D in popluar color models

8E AB 8D
RGB 142 171 141
HSL 118° 15.15% 61.18%
HSB/HSV 118° 17.54% 67.06%
CMYK 16.96% 0.00% 17.54%
32.94%

Color #8EAB8D in popluar number systems.

HEX 8E AB 8D
Decimal 142 171 141
Binary 10001110 10101011 10001101
Octal 216 253 215

Shades and tints

Shades of #8EAB8D

#8EAB8D
(142,171,141)
#829C81
(130,156,129)
#768D75
(118,141,117)
#6A7E69
(106,126,105)
#5E6F5D
(94,111,93)
#526051
(82,96,81)
#465145
(70,81,69)
#3A4239
(58,66,57)
#2E332D
(46,51,45)
#222421
(34,36,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8EAB8D

#8EAB8D
(142,171,141)
#98B297
(152,178,151)
#A2B9A1
(162,185,161)
#ACC0AB
(172,192,171)
#B6C7B5
(182,199,181)
#C0CEBF
(192,206,191)
#CAD5C9
(202,213,201)
#D4DCD3
(212,220,211)
#DEE3DD
(222,227,221)
#E8EAE7
(232,234,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAB8D color. Also use rgb(142,171,141) instead hex code.

Text Font Color

.myTextColor { color: #8EAB8D; }

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

This text font color is #8EAB8D.

Background Color

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

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

This div background color is #8EAB8D.

Border color

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

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

This div border color is #8EAB8D.

Opacity

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

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

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

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

This text has shadow with #8EAB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAB8D.

Preview

Color preview on black background

This text has color #8EAB8D on black background.


Color preview on white background

This text has color #8EAB8D on white background.


Black color preview on #8EAB8D background

This text has black color on #8EAB8D background.


White color preview on #8EAB8D background

This text has white color on #8EAB8D background.


Related colors

Complementary color

Complementary color for #hex is #715472.


I love getcolorcode.com

Triadic colors

1 #8D8EAB and #AB8D8E with #8EAB8D are triadic colors.

2 #8DAB8E and #AB8E8D with #8EAB8D are triadic colors.