COLOR #8E7086

HEX: #8E7086
RGB: (142,112,134)

Color info

#8E7086 contains red, green and blue colors in about the same proportion. Web safe color of #8E7086 is #996699 (or #969).

RGB color model

#8E7086 color RGB value is (142,112,134).

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

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 134 of 255 = 53%

142
112
134

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

Portions of RGB colors in percentages

R + G + B =
142 + 112 + 134 = 388 (100%)
R 142 of 388 ~ 36.6%
G 112 of 388 ~ 28.87%
B 134 of 388 ~ 34.54%

%36.6
%28.87
%34.54

CMYK color model

#8E7086 color CMYK value is (0,21,6,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 5.63%
  • key color value is 44.31%
CMYK:
(0,21,6,44)
C0M21Y6K44 
(0%,21%,6%,44%)
(0.00/0.21/0.06/0.44)	

CMYK percentages

%0
%21.13
%5.63
%44.31

Codes

Color #8E7086 in popluar color models

8E7086
RGB142112134
HSL316°11.81%49.80%
HSB/HSV316°21.13%55.69%
CMYK0.00%21.13%5.63%
44.31%

Color #8E7086 in popluar number systems.

HEX8E7086
Decimal142112134
Binary10001110111000010000110
Octal216160206

Shades and tints

Shades of #8E7086

#8E7086
(142,112,134)
#82667A
(130,102,122)
#765C6E
(118,92,110)
#6A5262
(106,82,98)
#5E4856
(94,72,86)
#523E4A
(82,62,74)
#46343E
(70,52,62)
#3A2A32
(58,42,50)
#2E2026
(46,32,38)
#22161A
(34,22,26)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #8E7086

#8E7086
(142,112,134)
#987D91
(152,125,145)
#A28A9C
(162,138,156)
#AC97A7
(172,151,167)
#B6A4B2
(182,164,178)
#C0B1BD
(192,177,189)
#CABEC8
(202,190,200)
#D4CBD3
(212,203,211)
#DED8DE
(222,216,222)
#E8E5E9
(232,229,233)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7086; }

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

This text font color is #8E7086.


Background Color

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

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

This div background color is #8E7086.


Border color

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

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

This div border color is #8E7086.


Opacity

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

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

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

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

This text has shadow with #8E7086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7086 on black background.


Color preview on white background

This text has color #8E7086 on white background.



Black color preview on #8E7086 background

This text has black color on #8E7086 background.


White color preview on #8E7086 background

This text has white color on #8E7086 background.