COLOR #8E7596

HEX: #8E7596
RGB: (142,117,150)

Color info

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

RGB color model

#8E7596 color RGB value is (142,117,150).

  • red value is 142;
  • green value is 117;
  • blue value is 150.
RGB:
(142,117,150)
(56%,46%,59%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 150 of 255 = 59%

142
117
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 150 = 409 (100%)
R 142 of 409 ~ 34.72%
G 117 of 409 ~ 28.61%
B 150 of 409 ~ 36.67%

%34.72
%28.61
%36.67

CMYK color model

#8E7596 color CMYK value is (5,22,0,41).

  • cyan value is 5.33%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,22,0,41)
C5M22Y0K41 
(5%,22%,0%,41%)
(0.05/0.22/0.00/0.41)	

CMYK percentages

%5.33
%22
%0
%41.18

Codes

Color #8E7596 in popluar color models

8E7596
RGB142117150
HSL285°13.58%52.35%
HSB/HSV285°22.00%58.82%
CMYK5.33%22.00%0.00%
41.18%

Color #8E7596 in popluar number systems.

HEX8E7596
Decimal142117150
Binary10001110111010110010110
Octal216165226

Shades and tints

Shades of #8E7596

#8E7596
(142,117,150)
#826B89
(130,107,137)
#76617C
(118,97,124)
#6A576F
(106,87,111)
#5E4D62
(94,77,98)
#524355
(82,67,85)
#463948
(70,57,72)
#3A2F3B
(58,47,59)
#2E252E
(46,37,46)
#221B21
(34,27,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #8E7596

#8E7596
(142,117,150)
#98819F
(152,129,159)
#A28DA8
(162,141,168)
#AC99B1
(172,153,177)
#B6A5BA
(182,165,186)
#C0B1C3
(192,177,195)
#CABDCC
(202,189,204)
#D4C9D5
(212,201,213)
#DED5DE
(222,213,222)
#E8E1E7
(232,225,231)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7596 color. Also use rgb(142,117,150) instead hex code.

Text Font Color

.myTextColor { color: #8E7596; }

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

This text font color is #8E7596.


Background Color

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

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

This div background color is #8E7596.


Border color

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

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

This div border color is #8E7596.


Opacity

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

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

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

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

This text has shadow with #8E7596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7596 on black background.


Color preview on white background

This text has color #8E7596 on white background.



Black color preview on #8E7596 background

This text has black color on #8E7596 background.


White color preview on #8E7596 background

This text has white color on #8E7596 background.