COLOR #8E709C

HEX: #8E709C
RGB: (142,112,156)

Color info

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

RGB color model

#8E709C color RGB value is (142,112,156).

  • red value is 142;
  • green value is 112;
  • blue value is 156.
RGB:
(142,112,156)
(56%,44%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 156 of 255 = 61%

142
112
156

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

Portions of RGB colors in percentages

R + G + B =
142 + 112 + 156 = 410 (100%)
R 142 of 410 ~ 34.63%
G 112 of 410 ~ 27.32%
B 156 of 410 ~ 38.05%

%34.63
%27.32
%38.05

CMYK color model

#8E709C color CMYK value is (9,28,0,39).

  • cyan value is 8.97%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(9,28,0,39)
C9M28Y0K39 
(9%,28%,0%,39%)
(0.09/0.28/0.00/0.39)	

CMYK percentages

%8.97
%28.21
%0
%38.82

Codes

Color #8E709C in popluar color models

8E709C
RGB142112156
HSL281°18.18%52.55%
HSB/HSV281°28.21%61.18%
CMYK8.97%28.21%0.00%
38.82%

Color #8E709C in popluar number systems.

HEX8E709C
Decimal142112156
Binary10001110111000010011100
Octal216160234

Shades and tints

Shades of #8E709C

#8E709C
(142,112,156)
#82668E
(130,102,142)
#765C80
(118,92,128)
#6A5272
(106,82,114)
#5E4864
(94,72,100)
#523E56
(82,62,86)
#463448
(70,52,72)
#3A2A3A
(58,42,58)
#2E202C
(46,32,44)
#22161E
(34,22,30)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #8E709C

#8E709C
(142,112,156)
#987DA5
(152,125,165)
#A28AAE
(162,138,174)
#AC97B7
(172,151,183)
#B6A4C0
(182,164,192)
#C0B1C9
(192,177,201)
#CABED2
(202,190,210)
#D4CBDB
(212,203,219)
#DED8E4
(222,216,228)
#E8E5ED
(232,229,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E709C color. Also use rgb(142,112,156) instead hex code.

Text Font Color

.myTextColor { color: #8E709C; }

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

This text font color is #8E709C.


Background Color

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

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

This div background color is #8E709C.


Border color

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

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

This div border color is #8E709C.


Opacity

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

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

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

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

This text has shadow with #8E709C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E709C on black background.


Color preview on white background

This text has color #8E709C on white background.



Black color preview on #8E709C background

This text has black color on #8E709C background.


White color preview on #8E709C background

This text has white color on #8E709C background.