COLOR #8E8A9B

HEX: #8E8A9B
RGB: (142,138,155)

Color info

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

RGB color model

#8E8A9B color RGB value is (142,138,155).

  • red value is 142;
  • green value is 138;
  • blue value is 155.
RGB:
(142,138,155)
(56%,54%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 155 of 255 = 61%

142
138
155

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

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 155 = 435 (100%)
R 142 of 435 ~ 32.64%
G 138 of 435 ~ 31.72%
B 155 of 435 ~ 35.63%

%32.64
%31.72
%35.63

CMYK color model

#8E8A9B color CMYK value is (8,11,0,39).

  • cyan value is 8.39%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,11,0,39)
C8M11Y0K39 
(8%,11%,0%,39%)
(0.08/0.11/0.00/0.39)	

CMYK percentages

%8.39
%10.97
%0
%39.22

Codes

Color #8E8A9B in popluar color models

8E8A9B
RGB142138155
HSL254°7.83%57.45%
HSB/HSV254°10.97%60.78%
CMYK8.39%10.97%0.00%
39.22%

Color #8E8A9B in popluar number systems.

HEX8E8A9B
Decimal142138155
Binary100011101000101010011011
Octal216212233

Shades and tints

Shades of #8E8A9B

#8E8A9B
(142,138,155)
#827E8D
(130,126,141)
#76727F
(118,114,127)
#6A6671
(106,102,113)
#5E5A63
(94,90,99)
#524E55
(82,78,85)
#464247
(70,66,71)
#3A3639
(58,54,57)
#2E2A2B
(46,42,43)
#221E1D
(34,30,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E8A9B

#8E8A9B
(142,138,155)
#9894A4
(152,148,164)
#A29EAD
(162,158,173)
#ACA8B6
(172,168,182)
#B6B2BF
(182,178,191)
#C0BCC8
(192,188,200)
#CAC6D1
(202,198,209)
#D4D0DA
(212,208,218)
#DEDAE3
(222,218,227)
#E8E4EC
(232,228,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8A9B color. Also use rgb(142,138,155) instead hex code.

Text Font Color

.myTextColor { color: #8E8A9B; }

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

This text font color is #8E8A9B.


Background Color

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

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

This div background color is #8E8A9B.


Border color

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

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

This div border color is #8E8A9B.


Opacity

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

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

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

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

This text has shadow with #8E8A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8A9B on black background.


Color preview on white background

This text has color #8E8A9B on white background.



Black color preview on #8E8A9B background

This text has black color on #8E8A9B background.


White color preview on #8E8A9B background

This text has white color on #8E8A9B background.