COLOR #8E848B

HEX: #8E848B RGB: (142,132,139)

Color info

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

RGB color model

#8E848B color RGB value is (142,132,139).

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

RGB channels and saturation

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

142
132
139

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

Portions of RGB colors in percentages

R + G + B = 142 + 132 + 139 = 413 (100%)
R 142 of 413 ~ 34.38%
G 132 of 413 ~ 31.96%
B 139 of 413 ~ 33.66'%

%34.38
%31.96
%33.66

CMYK color model

#8E848B color CMYK value is (0,7,2,44).

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

CMYK: (0,7,2,44)
C0M7Y2K44 (0%, 7%, 2%, 44%)
(0.00 / 0.07 / 0.02 / 0.44)

CMYK percentages

%0
%7.04
%2.11
%44.31

Codes

Color #8E848B in popluar color models

8E 84 8B
RGB 142 132 139
HSL 318° 4.24% 53.73%
HSB/HSV 318° 7.04% 55.69%
CMYK 0.00% 7.04% 2.11%
44.31%

Color #8E848B in popluar number systems.

HEX 8E 84 8B
Decimal 142 132 139
Binary 10001110 10000100 10001011
Octal 216 204 213

Shades and tints

Shades of #8E848B

#8E848B
(142,132,139)
#82787F
(130,120,127)
#766C73
(118,108,115)
#6A6067
(106,96,103)
#5E545B
(94,84,91)
#52484F
(82,72,79)
#463C43
(70,60,67)
#3A3037
(58,48,55)
#2E242B
(46,36,43)
#22181F
(34,24,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #8E848B

#8E848B
(142,132,139)
#988F95
(152,143,149)
#A29A9F
(162,154,159)
#ACA5A9
(172,165,169)
#B6B0B3
(182,176,179)
#C0BBBD
(192,187,189)
#CAC6C7
(202,198,199)
#D4D1D1
(212,209,209)
#DEDCDB
(222,220,219)
#E8E7E5
(232,231,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E848B; }

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

This text font color is #8E848B.

Background Color

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

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

This div background color is #8E848B.

Border color

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

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

This div border color is #8E848B.

Opacity

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

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

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

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

This text has shadow with #8E848B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E848B.

Preview

Color preview on black background

This text has color #8E848B on black background.


Color preview on white background

This text has color #8E848B on white background.


Black color preview on #8E848B background

This text has black color on #8E848B background.


White color preview on #8E848B background

This text has white color on #8E848B background.


Related colors

Complementary color

Complementary color for #hex is #717B74.


I love getcolorcode.com

Triadic colors

1 #8B8E84 and #848B8E with #8E848B are triadic colors.

2 #8B848E and #848E8B with #8E848B are triadic colors.