COLOR #8E8988

HEX: #8E8988 RGB: (142,137,136)

Color info

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

RGB color model

#8E8988 color RGB value is (142,137,136).

RGB: (142,137,136) (56%, 54%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 137 of 255 = 54%
B 136 of 255 = 53%

142
137
136

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

Portions of RGB colors in percentages

R + G + B = 142 + 137 + 136 = 415 (100%)
R 142 of 415 ~ 34.22%
G 137 of 415 ~ 33.01%
B 136 of 415 ~ 32.77'%

%34.22
%33.01
%32.77

CMYK color model

#8E8988 color CMYK value is (0,4,4,44).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 4.23%
  • key color value is 44.31%

CMYK: (0,4,4,44)
C0M4Y4K44 (0%, 4%, 4%, 44%)
(0.00 / 0.04 / 0.04 / 0.44)

CMYK percentages

%0
%3.52
%4.23
%44.31

Codes

Color #8E8988 in popluar color models

8E 89 88
RGB 142 137 136
HSL 10° 2.59% 54.51%
HSB/HSV 10° 4.23% 55.69%
CMYK 0.00% 3.52% 4.23%
44.31%

Color #8E8988 in popluar number systems.

HEX 8E 89 88
Decimal 142 137 136
Binary 10001110 10001001 10001000
Octal 216 211 210

Shades and tints

Shades of #8E8988

#8E8988
(142,137,136)
#827D7C
(130,125,124)
#767170
(118,113,112)
#6A6564
(106,101,100)
#5E5958
(94,89,88)
#524D4C
(82,77,76)
#464140
(70,65,64)
#3A3534
(58,53,52)
#2E2928
(46,41,40)
#221D1C
(34,29,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #8E8988

#8E8988
(142,137,136)
#989392
(152,147,146)
#A29D9C
(162,157,156)
#ACA7A6
(172,167,166)
#B6B1B0
(182,177,176)
#C0BBBA
(192,187,186)
#CAC5C4
(202,197,196)
#D4CFCE
(212,207,206)
#DED9D8
(222,217,216)
#E8E3E2
(232,227,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8988; }

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

This text font color is #8E8988.

Background Color

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

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

This div background color is #8E8988.

Border color

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

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

This div border color is #8E8988.

Opacity

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

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

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

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

This text has shadow with #8E8988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8988.

Preview

Color preview on black background

This text has color #8E8988 on black background.


Color preview on white background

This text has color #8E8988 on white background.


Black color preview on #8E8988 background

This text has black color on #8E8988 background.


White color preview on #8E8988 background

This text has white color on #8E8988 background.


Related colors

Complementary color

Complementary color for #hex is #717677.


I love getcolorcode.com

Triadic colors

1 #888E89 and #89888E with #8E8988 are triadic colors.

2 #88898E and #898E88 with #8E8988 are triadic colors.