COLOR #8E868A

HEX: #8E868A
RGB: (142,134,138)

Color info

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

RGB color model

#8E868A color RGB value is (142,134,138).

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

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 138 of 255 = 54%

142
134
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 134 + 138 = 414 (100%)
R 142 of 414 ~ 34.3%
G 134 of 414 ~ 32.37%
B 138 of 414 ~ 33.33%

%34.3
%32.37
%33.33

CMYK color model

#8E868A color CMYK value is (0,6,3,44).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,6,3,44)
C0M6Y3K44 
(0%,6%,3%,44%)
(0.00/0.06/0.03/0.44)	

CMYK percentages

%0
%5.63
%2.82
%44.31

Codes

Color #8E868A in popluar color models

8E868A
RGB142134138
HSL330°3.42%54.12%
HSB/HSV330°5.63%55.69%
CMYK0.00%5.63%2.82%
44.31%

Color #8E868A in popluar number systems.

HEX8E868A
Decimal142134138
Binary100011101000011010001010
Octal216206212

Shades and tints

Shades of #8E868A

#8E868A
(142,134,138)
#827A7E
(130,122,126)
#766E72
(118,110,114)
#6A6266
(106,98,102)
#5E565A
(94,86,90)
#524A4E
(82,74,78)
#463E42
(70,62,66)
#3A3236
(58,50,54)
#2E262A
(46,38,42)
#221A1E
(34,26,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E868A

#8E868A
(142,134,138)
#989194
(152,145,148)
#A29C9E
(162,156,158)
#ACA7A8
(172,167,168)
#B6B2B2
(182,178,178)
#C0BDBC
(192,189,188)
#CAC8C6
(202,200,198)
#D4D3D0
(212,211,208)
#DEDEDA
(222,222,218)
#E8E9E4
(232,233,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E868A; }

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

This text font color is #8E868A.


Background Color

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

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

This div background color is #8E868A.


Border color

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

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

This div border color is #8E868A.


Opacity

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

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

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

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

This text has shadow with #8E868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E868A on black background.


Color preview on white background

This text has color #8E868A on white background.



Black color preview on #8E868A background

This text has black color on #8E868A background.


White color preview on #8E868A background

This text has white color on #8E868A background.