COLOR #8E8899

HEX: #8E8899
RGB: (142,136,153)

Color info

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

RGB color model

#8E8899 color RGB value is (142,136,153).

  • red value is 142;
  • green value is 136;
  • blue value is 153.
RGB:
(142,136,153)
(56%,53%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 153 of 255 = 60%

142
136
153

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

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 153 = 431 (100%)
R 142 of 431 ~ 32.95%
G 136 of 431 ~ 31.55%
B 153 of 431 ~ 35.5%

%32.95
%31.55
%35.5

CMYK color model

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

  • cyan value is 7.19%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,11,0,40)
C7M11Y0K40 
(7%,11%,0%,40%)
(0.07/0.11/0.00/0.40)	

CMYK percentages

%7.19
%11.11
%0
%40

Codes

Color #8E8899 in popluar color models

8E8899
RGB142136153
HSL261°7.69%56.67%
HSB/HSV261°11.11%60.00%
CMYK7.19%11.11%0.00%
40.00%

Color #8E8899 in popluar number systems.

HEX8E8899
Decimal142136153
Binary100011101000100010011001
Octal216210231

Shades and tints

Shades of #8E8899

#8E8899
(142,136,153)
#827C8C
(130,124,140)
#76707F
(118,112,127)
#6A6472
(106,100,114)
#5E5865
(94,88,101)
#524C58
(82,76,88)
#46404B
(70,64,75)
#3A343E
(58,52,62)
#2E2831
(46,40,49)
#221C24
(34,28,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #8E8899

#8E8899
(142,136,153)
#9892A2
(152,146,162)
#A29CAB
(162,156,171)
#ACA6B4
(172,166,180)
#B6B0BD
(182,176,189)
#C0BAC6
(192,186,198)
#CAC4CF
(202,196,207)
#D4CED8
(212,206,216)
#DED8E1
(222,216,225)
#E8E2EA
(232,226,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8899; }

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

This text font color is #8E8899.


Background Color

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

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

This div background color is #8E8899.


Border color

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

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

This div border color is #8E8899.


Opacity

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

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

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

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

This text has shadow with #8E8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8899 on black background.


Color preview on white background

This text has color #8E8899 on white background.



Black color preview on #8E8899 background

This text has black color on #8E8899 background.


White color preview on #8E8899 background

This text has white color on #8E8899 background.