COLOR #8E76AA

HEX: #8E76AA
RGB: (142,118,170)

Color info

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

RGB color model

#8E76AA color RGB value is (142,118,170).

  • red value is 142;
  • green value is 118;
  • blue value is 170.
RGB:
(142,118,170)
(56%,46%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 170 of 255 = 67%

142
118
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 170 = 430 (100%)
R 142 of 430 ~ 33.02%
G 118 of 430 ~ 27.44%
B 170 of 430 ~ 39.53%

%33.02
%27.44
%39.53

CMYK color model

#8E76AA color CMYK value is (16,31,0,33).

  • cyan value is 16.47%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,31,0,33)
C16M31Y0K33 
(16%,31%,0%,33%)
(0.16/0.31/0.00/0.33)	

CMYK percentages

%16.47
%30.59
%0
%33.33

Codes

Color #8E76AA in popluar color models

8E76AA
RGB142118170
HSL268°23.42%56.47%
HSB/HSV268°30.59%66.67%
CMYK16.47%30.59%0.00%
33.33%

Color #8E76AA in popluar number systems.

HEX8E76AA
Decimal142118170
Binary10001110111011010101010
Octal216166252

Shades and tints

Shades of #8E76AA

#8E76AA
(142,118,170)
#826C9B
(130,108,155)
#76628C
(118,98,140)
#6A587D
(106,88,125)
#5E4E6E
(94,78,110)
#52445F
(82,68,95)
#463A50
(70,58,80)
#3A3041
(58,48,65)
#2E2632
(46,38,50)
#221C23
(34,28,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E76AA

#8E76AA
(142,118,170)
#9882B1
(152,130,177)
#A28EB8
(162,142,184)
#AC9ABF
(172,154,191)
#B6A6C6
(182,166,198)
#C0B2CD
(192,178,205)
#CABED4
(202,190,212)
#D4CADB
(212,202,219)
#DED6E2
(222,214,226)
#E8E2E9
(232,226,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E76AA color. Also use rgb(142,118,170) instead hex code.

Text Font Color

.myTextColor { color: #8E76AA; }

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

This text font color is #8E76AA.


Background Color

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

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

This div background color is #8E76AA.


Border color

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

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

This div border color is #8E76AA.


Opacity

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

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

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

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

This text has shadow with #8E76AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E76AA on black background.


Color preview on white background

This text has color #8E76AA on white background.



Black color preview on #8E76AA background

This text has black color on #8E76AA background.


White color preview on #8E76AA background

This text has white color on #8E76AA background.