COLOR #8E9789

HEX: #8E9789 RGB: (142,151,137)

Color info

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

RGB color model

#8E9789 color RGB value is (142,151,137).

RGB: (142,151,137) (56%, 59%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 151 of 255 = 59%
B 137 of 255 = 54%

142
151
137

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

Portions of RGB colors in percentages

R + G + B = 142 + 151 + 137 = 430 (100%)
R 142 of 430 ~ 33.02%
G 151 of 430 ~ 35.12%
B 137 of 430 ~ 31.86'%

%33.02
%35.12
%31.86

CMYK color model

#8E9789 color CMYK value is (6,0,9,41).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%

CMYK: (6,0,9,41)
C6M0Y9K41 (6%, 0%, 9%, 41%)
(0.06 / 0.00 / 0.09 / 0.41)

CMYK percentages

%5.96
%0
%9.27
%40.78

Codes

Color #8E9789 in popluar color models

8E 97 89
RGB 142 151 137
HSL 99° 6.31% 56.47%
HSB/HSV 99° 9.27% 59.22%
CMYK 5.96% 0.00% 9.27%
40.78%

Color #8E9789 in popluar number systems.

HEX 8E 97 89
Decimal 142 151 137
Binary 10001110 10010111 10001001
Octal 216 227 211

Shades and tints

Shades of #8E9789

#8E9789
(142,151,137)
#828A7D
(130,138,125)
#767D71
(118,125,113)
#6A7065
(106,112,101)
#5E6359
(94,99,89)
#52564D
(82,86,77)
#464941
(70,73,65)
#3A3C35
(58,60,53)
#2E2F29
(46,47,41)
#22221D
(34,34,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #8E9789

#8E9789
(142,151,137)
#98A093
(152,160,147)
#A2A99D
(162,169,157)
#ACB2A7
(172,178,167)
#B6BBB1
(182,187,177)
#C0C4BB
(192,196,187)
#CACDC5
(202,205,197)
#D4D6CF
(212,214,207)
#DEDFD9
(222,223,217)
#E8E8E3
(232,232,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9789; }

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

This text font color is #8E9789.

Background Color

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

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

This div background color is #8E9789.

Border color

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

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

This div border color is #8E9789.

Opacity

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

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

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

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

This text has shadow with #8E9789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9789.

Preview

Color preview on black background

This text has color #8E9789 on black background.


Color preview on white background

This text has color #8E9789 on white background.


Black color preview on #8E9789 background

This text has black color on #8E9789 background.


White color preview on #8E9789 background

This text has white color on #8E9789 background.


Related colors

Complementary color

Complementary color for #hex is #716876.


I love getcolorcode.com

Triadic colors

1 #898E97 and #97898E with #8E9789 are triadic colors.

2 #89978E and #978E89 with #8E9789 are triadic colors.