COLOR #8E727D

HEX: #8E727D
RGB: (142,114,125)

Color info

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

RGB color model

#8E727D color RGB value is (142,114,125).

  • red value is 142;
  • green value is 114;
  • blue value is 125.
RGB:
(142,114,125)
(56%,45%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 125 of 255 = 49%

142
114
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 125 = 381 (100%)
R 142 of 381 ~ 37.27%
G 114 of 381 ~ 29.92%
B 125 of 381 ~ 32.81%

%37.27
%29.92
%32.81

CMYK color model

#8E727D color CMYK value is (0,20,12,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 11.97%
  • key color value is 44.31%
CMYK:
(0,20,12,44)
C0M20Y12K44 
(0%,20%,12%,44%)
(0.00/0.20/0.12/0.44)	

CMYK percentages

%0
%19.72
%11.97
%44.31

Codes

Color #8E727D in popluar color models

8E727D
RGB142114125
HSL336°11.02%50.20%
HSB/HSV336°19.72%55.69%
CMYK0.00%19.72%11.97%
44.31%

Color #8E727D in popluar number systems.

HEX8E727D
Decimal142114125
Binary1000111011100101111101
Octal216162175

Shades and tints

Shades of #8E727D

#8E727D
(142,114,125)
#826872
(130,104,114)
#765E67
(118,94,103)
#6A545C
(106,84,92)
#5E4A51
(94,74,81)
#524046
(82,64,70)
#46363B
(70,54,59)
#3A2C30
(58,44,48)
#2E2225
(46,34,37)
#22181A
(34,24,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #8E727D

#8E727D
(142,114,125)
#987E88
(152,126,136)
#A28A93
(162,138,147)
#AC969E
(172,150,158)
#B6A2A9
(182,162,169)
#C0AEB4
(192,174,180)
#CABABF
(202,186,191)
#D4C6CA
(212,198,202)
#DED2D5
(222,210,213)
#E8DEE0
(232,222,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E727D color. Also use rgb(142,114,125) instead hex code.

Text Font Color

.myTextColor { color: #8E727D; }

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

This text font color is #8E727D.


Background Color

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

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

This div background color is #8E727D.


Border color

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

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

This div border color is #8E727D.


Opacity

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

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

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

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

This text has shadow with #8E727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E727D on black background.


Color preview on white background

This text has color #8E727D on white background.



Black color preview on #8E727D background

This text has black color on #8E727D background.


White color preview on #8E727D background

This text has white color on #8E727D background.