COLOR #8E988D

HEX: #8E988D RGB: (142,152,141)

Color info

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

RGB color model

#8E988D color RGB value is (142,152,141).

RGB: (142,152,141) (56%, 60%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 152 of 255 = 60%
B 141 of 255 = 55%

142
152
141

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

Portions of RGB colors in percentages

R + G + B = 142 + 152 + 141 = 435 (100%)
R 142 of 435 ~ 32.64%
G 152 of 435 ~ 34.94%
B 141 of 435 ~ 32.41'%

%32.64
%34.94
%32.41

CMYK color model

#8E988D color CMYK value is (7,0,7,40).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%

CMYK: (7,0,7,40)
C7M0Y7K40 (7%, 0%, 7%, 40%)
(0.07 / 0.00 / 0.07 / 0.40)

CMYK percentages

%6.58
%0
%7.24
%40.39

Codes

Color #8E988D in popluar color models

8E 98 8D
RGB 142 152 141
HSL 115° 5.07% 57.45%
HSB/HSV 115° 7.24% 59.61%
CMYK 6.58% 0.00% 7.24%
40.39%

Color #8E988D in popluar number systems.

HEX 8E 98 8D
Decimal 142 152 141
Binary 10001110 10011000 10001101
Octal 216 230 215

Shades and tints

Shades of #8E988D

#8E988D
(142,152,141)
#828B81
(130,139,129)
#767E75
(118,126,117)
#6A7169
(106,113,105)
#5E645D
(94,100,93)
#525751
(82,87,81)
#464A45
(70,74,69)
#3A3D39
(58,61,57)
#2E302D
(46,48,45)
#222321
(34,35,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #8E988D

#8E988D
(142,152,141)
#98A197
(152,161,151)
#A2AAA1
(162,170,161)
#ACB3AB
(172,179,171)
#B6BCB5
(182,188,181)
#C0C5BF
(192,197,191)
#CACEC9
(202,206,201)
#D4D7D3
(212,215,211)
#DEE0DD
(222,224,221)
#E8E9E7
(232,233,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E988D; }

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

This text font color is #8E988D.

Background Color

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

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

This div background color is #8E988D.

Border color

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

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

This div border color is #8E988D.

Opacity

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

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

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

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

This text has shadow with #8E988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E988D.

Preview

Color preview on black background

This text has color #8E988D on black background.


Color preview on white background

This text has color #8E988D on white background.


Black color preview on #8E988D background

This text has black color on #8E988D background.


White color preview on #8E988D background

This text has white color on #8E988D background.


Related colors

Complementary color

Complementary color for #hex is #716772.


I love getcolorcode.com

Triadic colors

1 #8D8E98 and #988D8E with #8E988D are triadic colors.

2 #8D988E and #988E8D with #8E988D are triadic colors.