COLOR #8E7FA5

HEX: #8E7FA5
RGB: (142,127,165)

Color info

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

RGB color model

#8E7FA5 color RGB value is (142,127,165).

  • red value is 142;
  • green value is 127;
  • blue value is 165.
RGB:
(142,127,165)
(56%,50%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 165 of 255 = 65%

142
127
165

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 165 = 434 (100%)
R 142 of 434 ~ 32.72%
G 127 of 434 ~ 29.26%
B 165 of 434 ~ 38.02%

%32.72
%29.26
%38.02

CMYK color model

#8E7FA5 color CMYK value is (14,23,0,35).

  • cyan value is 13.94%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(14,23,0,35)
C14M23Y0K35 
(14%,23%,0%,35%)
(0.14/0.23/0.00/0.35)	

CMYK percentages

%13.94
%23.03
%0
%35.29

Codes

Color #8E7FA5 in popluar color models

8E7FA5
RGB142127165
HSL264°17.43%57.25%
HSB/HSV264°23.03%64.71%
CMYK13.94%23.03%0.00%
35.29%

Color #8E7FA5 in popluar number systems.

HEX8E7FA5
Decimal142127165
Binary10001110111111110100101
Octal216177245

Shades and tints

Shades of #8E7FA5

#8E7FA5
(142,127,165)
#827496
(130,116,150)
#766987
(118,105,135)
#6A5E78
(106,94,120)
#5E5369
(94,83,105)
#52485A
(82,72,90)
#463D4B
(70,61,75)
#3A323C
(58,50,60)
#2E272D
(46,39,45)
#221C1E
(34,28,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E7FA5

#8E7FA5
(142,127,165)
#988AAD
(152,138,173)
#A295B5
(162,149,181)
#ACA0BD
(172,160,189)
#B6ABC5
(182,171,197)
#C0B6CD
(192,182,205)
#CAC1D5
(202,193,213)
#D4CCDD
(212,204,221)
#DED7E5
(222,215,229)
#E8E2ED
(232,226,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7FA5 color. Also use rgb(142,127,165) instead hex code.

Text Font Color

.myTextColor { color: #8E7FA5; }

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

This text font color is #8E7FA5.


Background Color

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

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

This div background color is #8E7FA5.


Border color

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

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

This div border color is #8E7FA5.


Opacity

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

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

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

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

This text has shadow with #8E7FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7FA5 on black background.


Color preview on white background

This text has color #8E7FA5 on white background.



Black color preview on #8E7FA5 background

This text has black color on #8E7FA5 background.


White color preview on #8E7FA5 background

This text has white color on #8E7FA5 background.