COLOR #8E9F89

HEX: #8E9F89
RGB: (142,159,137)

Color info

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

RGB color model

#8E9F89 color RGB value is (142,159,137).

  • red value is 142;
  • green value is 159;
  • blue value is 137.
RGB: (142,159,137) (56%,62%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 159 of 255 = 62%
B 137 of 255 = 54%

142
159
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 159 + 137 = 438 (100%)
R 142 of 438 ~ 32.42%
G 159 of 438 ~ 36.3%
B 137 of 438 ~ 31.28%

%32.42
%36.3
%31.28

CMYK color model

#8E9F89 color CMYK value is (11,0,14,38).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK: (11,0,14,38) C11M0Y14K38 (11%,0%,14%,38%) (0.11/0.00/0.14/0.38)

CMYK percentages

%10.69
%0
%13.84
%37.65

Codes

Color #8E9F89 in popluar color models

8E9F89
RGB142159137
HSL106°10.28%58.04%
HSB/HSV106°13.84%62.35%
CMYK10.69%0.00%13.84%
37.65%

Color #8E9F89 in popluar number systems.

HEX8E9F89
Decimal142159137
Binary100011101001111110001001
Octal216237211

Shades and tints

Shades of #8E9F89

#8E9F89
(142,159,137)
#82917D
(130,145,125)
#768371
(118,131,113)
#6A7565
(106,117,101)
#5E6759
(94,103,89)
#52594D
(82,89,77)
#464B41
(70,75,65)
#3A3D35
(58,61,53)
#2E2F29
(46,47,41)
#22211D
(34,33,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #8E9F89

#8E9F89
(142,159,137)
#98A793
(152,167,147)
#A2AF9D
(162,175,157)
#ACB7A7
(172,183,167)
#B6BFB1
(182,191,177)
#C0C7BB
(192,199,187)
#CACFC5
(202,207,197)
#D4D7CF
(212,215,207)
#DEDFD9
(222,223,217)
#E8E7E3
(232,231,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9F89 color. Also use rgb(142,159,137) instead hex code.

Text Font Color

.myTextColor { color: #8E9F89; }

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

This text font color is #8E9F89.


Background Color

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

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

This div background color is #8E9F89.


Border color

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

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

This div border color is #8E9F89.


Opacity

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

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

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

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

This text has shadow with #8E9F89 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8E9F89 on black background.


Color preview on white background

This text has color #8E9F89 on white background.



Black color preview on #8E9F89 background

This text has black color on #8E9F89 background.


White color preview on #8E9F89 background

This text has white color on #8E9F89 background.