COLOR #8E7882

HEX: #8E7882 RGB: (142,120,130)

Color info

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

RGB color model

#8E7882 color RGB value is (142,120,130).

RGB: (142,120,130) (56%, 47%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 130 of 255 = 51%

142
120
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 120 + 130 = 392 (100%)
R 142 of 392 ~ 36.22%
G 120 of 392 ~ 30.61%
B 130 of 392 ~ 33.16'%

%36.22
%30.61
%33.16

CMYK color model

#8E7882 color CMYK value is (0,15,8,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 8.45%
  • key color value is 44.31%

CMYK: (0,15,8,44)
C0M15Y8K44 (0%, 15%, 8%, 44%)
(0.00 / 0.15 / 0.08 / 0.44)

CMYK percentages

%0
%15.49
%8.45
%44.31

Codes

Color #8E7882 in popluar color models

8E 78 82
RGB 142 120 130
HSL 333° 8.87% 51.37%
HSB/HSV 333° 15.49% 55.69%
CMYK 0.00% 15.49% 8.45%
44.31%

Color #8E7882 in popluar number systems.

HEX 8E 78 82
Decimal 142 120 130
Binary 10001110 1111000 10000010
Octal 216 170 202

Shades and tints

Shades of #8E7882

#8E7882
(142,120,130)
#826E77
(130,110,119)
#76646C
(118,100,108)
#6A5A61
(106,90,97)
#5E5056
(94,80,86)
#52464B
(82,70,75)
#463C40
(70,60,64)
#3A3235
(58,50,53)
#2E282A
(46,40,42)
#221E1F
(34,30,31)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8E7882

#8E7882
(142,120,130)
#98848D
(152,132,141)
#A29098
(162,144,152)
#AC9CA3
(172,156,163)
#B6A8AE
(182,168,174)
#C0B4B9
(192,180,185)
#CAC0C4
(202,192,196)
#D4CCCF
(212,204,207)
#DED8DA
(222,216,218)
#E8E4E5
(232,228,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7882; }

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

This text font color is #8E7882.

Background Color

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

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

This div background color is #8E7882.

Border color

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

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

This div border color is #8E7882.

Opacity

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

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

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

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

This text has shadow with #8E7882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7882.

Preview

Color preview on black background

This text has color #8E7882 on black background.


Color preview on white background

This text has color #8E7882 on white background.


Black color preview on #8E7882 background

This text has black color on #8E7882 background.


White color preview on #8E7882 background

This text has white color on #8E7882 background.


Related colors

Complementary color

Complementary color for #hex is #71877D.


I love getcolorcode.com

Triadic colors

1 #828E78 and #78828E with #8E7882 are triadic colors.

2 #82788E and #788E82 with #8E7882 are triadic colors.