COLOR #8E869A

HEX: #8E869A
RGB: (142,134,154)

Color info

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

RGB color model

#8E869A color RGB value is (142,134,154).

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

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 154 of 255 = 60%

142
134
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 134 + 154 = 430 (100%)
R 142 of 430 ~ 33.02%
G 134 of 430 ~ 31.16%
B 154 of 430 ~ 35.81%

%33.02
%31.16
%35.81

CMYK color model

#8E869A color CMYK value is (8,13,0,40).

  • cyan value is 7.79%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,13,0,40)
C8M13Y0K40 
(8%,13%,0%,40%)
(0.08/0.13/0.00/0.40)	

CMYK percentages

%7.79
%12.99
%0
%39.61

Codes

Color #8E869A in popluar color models

8E869A
RGB142134154
HSL264°9.01%56.47%
HSB/HSV264°12.99%60.39%
CMYK7.79%12.99%0.00%
39.61%

Color #8E869A in popluar number systems.

HEX8E869A
Decimal142134154
Binary100011101000011010011010
Octal216206232

Shades and tints

Shades of #8E869A

#8E869A
(142,134,154)
#827A8C
(130,122,140)
#766E7E
(118,110,126)
#6A6270
(106,98,112)
#5E5662
(94,86,98)
#524A54
(82,74,84)
#463E46
(70,62,70)
#3A3238
(58,50,56)
#2E262A
(46,38,42)
#221A1C
(34,26,28)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #8E869A

#8E869A
(142,134,154)
#9891A3
(152,145,163)
#A29CAC
(162,156,172)
#ACA7B5
(172,167,181)
#B6B2BE
(182,178,190)
#C0BDC7
(192,189,199)
#CAC8D0
(202,200,208)
#D4D3D9
(212,211,217)
#DEDEE2
(222,222,226)
#E8E9EB
(232,233,235)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E869A; }

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

This text font color is #8E869A.


Background Color

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

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

This div background color is #8E869A.


Border color

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

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

This div border color is #8E869A.


Opacity

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

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

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

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

This text has shadow with #8E869A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E869A on black background.


Color preview on white background

This text has color #8E869A on white background.



Black color preview on #8E869A background

This text has black color on #8E869A background.


White color preview on #8E869A background

This text has white color on #8E869A background.