COLOR #8E577E

HEX: #8E577E
RGB: (142,87,126)

Color info

#8E577E contains red, green and blue colors in about the same proportion. Web safe color of #8E577E is #996666 (or #966).

RGB color model

#8E577E color RGB value is (142,87,126).

  • red value is 142;
  • green value is 87;
  • blue value is 126.
RGB:
(142,87,126)
(56%,34%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 87 of 255 = 34%
B 126 of 255 = 49%

142
87
126

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

Portions of RGB colors in percentages

R + G + B =
142 + 87 + 126 = 355 (100%)
R 142 of 355 ~ 40%
G 87 of 355 ~ 24.51%
B 126 of 355 ~ 35.49%

%40
%24.51
%35.49

CMYK color model

#8E577E color CMYK value is (0,39,11,44).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 11.27%
  • key color value is 44.31%
CMYK:
(0,39,11,44)
C0M39Y11K44 
(0%,39%,11%,44%)
(0.00/0.39/0.11/0.44)	

CMYK percentages

%0
%38.73
%11.27
%44.31

Codes

Color #8E577E in popluar color models

8E577E
RGB14287126
HSL317°24.02%44.90%
HSB/HSV317°38.73%55.69%
CMYK0.00%38.73%11.27%
44.31%

Color #8E577E in popluar number systems.

HEX8E577E
Decimal14287126
Binary1000111010101111111110
Octal216127176

Shades and tints

Shades of #8E577E

#8E577E
(142,87,126)
#825073
(130,80,115)
#764968
(118,73,104)
#6A425D
(106,66,93)
#5E3B52
(94,59,82)
#523447
(82,52,71)
#462D3C
(70,45,60)
#3A2631
(58,38,49)
#2E1F26
(46,31,38)
#22181B
(34,24,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #8E577E

#8E577E
(142,87,126)
#986689
(152,102,137)
#A27594
(162,117,148)
#AC849F
(172,132,159)
#B693AA
(182,147,170)
#C0A2B5
(192,162,181)
#CAB1C0
(202,177,192)
#D4C0CB
(212,192,203)
#DECFD6
(222,207,214)
#E8DEE1
(232,222,225)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E577E color. Also use rgb(142,87,126) instead hex code.

Text Font Color

.myTextColor { color: #8E577E; }

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

This text font color is #8E577E.


Background Color

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

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

This div background color is #8E577E.


Border color

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

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

This div border color is #8E577E.


Opacity

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

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

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

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

This text has shadow with #8E577E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E577E on black background.


Color preview on white background

This text has color #8E577E on white background.



Black color preview on #8E577E background

This text has black color on #8E577E background.


White color preview on #8E577E background

This text has white color on #8E577E background.