COLOR #8E858B

HEX: #8E858B RGB: (142,133,139)

Color info

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

RGB color model

#8E858B color RGB value is (142,133,139).

RGB: (142,133,139) (56%, 52%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 139 of 255 = 55%

142
133
139

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 139 = 414 (100%)
R 142 of 414 ~ 34.3%
G 133 of 414 ~ 32.13%
B 139 of 414 ~ 33.57'%

%34.3
%32.13
%33.57

CMYK color model

#8E858B color CMYK value is (0,6,2,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 2.11%
  • key color value is 44.31%

CMYK: (0,6,2,44)
C0M6Y2K44 (0%, 6%, 2%, 44%)
(0.00 / 0.06 / 0.02 / 0.44)

CMYK percentages

%0
%6.34
%2.11
%44.31

Codes

Color #8E858B in popluar color models

8E 85 8B
RGB 142 133 139
HSL 320° 3.83% 53.92%
HSB/HSV 320° 6.34% 55.69%
CMYK 0.00% 6.34% 2.11%
44.31%

Color #8E858B in popluar number systems.

HEX 8E 85 8B
Decimal 142 133 139
Binary 10001110 10000101 10001011
Octal 216 205 213

Shades and tints

Shades of #8E858B

#8E858B
(142,133,139)
#82797F
(130,121,127)
#766D73
(118,109,115)
#6A6167
(106,97,103)
#5E555B
(94,85,91)
#52494F
(82,73,79)
#463D43
(70,61,67)
#3A3137
(58,49,55)
#2E252B
(46,37,43)
#22191F
(34,25,31)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #8E858B

#8E858B
(142,133,139)
#989095
(152,144,149)
#A29B9F
(162,155,159)
#ACA6A9
(172,166,169)
#B6B1B3
(182,177,179)
#C0BCBD
(192,188,189)
#CAC7C7
(202,199,199)
#D4D2D1
(212,210,209)
#DEDDDB
(222,221,219)
#E8E8E5
(232,232,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E858B color. Also use rgb(142,133,139) instead hex code.

Text Font Color

.myTextColor { color: #8E858B; }

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

This text font color is #8E858B.

Background Color

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

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

This div background color is #8E858B.

Border color

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

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

This div border color is #8E858B.

Opacity

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

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

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

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

This text has shadow with #8E858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E858B.

Preview

Color preview on black background

This text has color #8E858B on black background.


Color preview on white background

This text has color #8E858B on white background.


Black color preview on #8E858B background

This text has black color on #8E858B background.


White color preview on #8E858B background

This text has white color on #8E858B background.


Related colors

Complementary color

Complementary color for #hex is #717A74.


I love getcolorcode.com

Triadic colors

1 #8B8E85 and #858B8E with #8E858B are triadic colors.

2 #8B858E and #858E8B with #8E858B are triadic colors.