COLOR #8E82AD

HEX: #8E82AD
RGB: (142,130,173)

Color info

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

RGB color model

#8E82AD color RGB value is (142,130,173).

  • red value is 142;
  • green value is 130;
  • blue value is 173.
RGB:
(142,130,173)
(56%,51%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 173 of 255 = 68%

142
130
173

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 173 = 445 (100%)
R 142 of 445 ~ 31.91%
G 130 of 445 ~ 29.21%
B 173 of 445 ~ 38.88%

%31.91
%29.21
%38.88

CMYK color model

#8E82AD color CMYK value is (18,25,0,32).

  • cyan value is 17.92%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,25,0,32)
C18M25Y0K32 
(18%,25%,0%,32%)
(0.18/0.25/0.00/0.32)	

CMYK percentages

%17.92
%24.86
%0
%32.16

Codes

Color #8E82AD in popluar color models

8E82AD
RGB142130173
HSL257°20.77%59.41%
HSB/HSV257°24.86%67.84%
CMYK17.92%24.86%0.00%
32.16%

Color #8E82AD in popluar number systems.

HEX8E82AD
Decimal142130173
Binary100011101000001010101101
Octal216202255

Shades and tints

Shades of #8E82AD

#8E82AD
(142,130,173)
#82779E
(130,119,158)
#766C8F
(118,108,143)
#6A6180
(106,97,128)
#5E5671
(94,86,113)
#524B62
(82,75,98)
#464053
(70,64,83)
#3A3544
(58,53,68)
#2E2A35
(46,42,53)
#221F26
(34,31,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8E82AD

#8E82AD
(142,130,173)
#988DB4
(152,141,180)
#A298BB
(162,152,187)
#ACA3C2
(172,163,194)
#B6AEC9
(182,174,201)
#C0B9D0
(192,185,208)
#CAC4D7
(202,196,215)
#D4CFDE
(212,207,222)
#DEDAE5
(222,218,229)
#E8E5EC
(232,229,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E82AD color. Also use rgb(142,130,173) instead hex code.

Text Font Color

.myTextColor { color: #8E82AD; }

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

This text font color is #8E82AD.


Background Color

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

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

This div background color is #8E82AD.


Border color

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

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

This div border color is #8E82AD.


Opacity

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

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

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

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

This text has shadow with #8E82AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E82AD on black background.


Color preview on white background

This text has color #8E82AD on white background.



Black color preview on #8E82AD background

This text has black color on #8E82AD background.


White color preview on #8E82AD background

This text has white color on #8E82AD background.