COLOR #8E728C

HEX: #8E728C RGB: (142,114,140)

Color info

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

RGB color model

#8E728C color RGB value is (142,114,140).

RGB: (142,114,140) (56%, 45%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 140 of 255 = 55%

142
114
140

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

Portions of RGB colors in percentages

R + G + B = 142 + 114 + 140 = 396 (100%)
R 142 of 396 ~ 35.86%
G 114 of 396 ~ 28.79%
B 140 of 396 ~ 35.35'%

%35.86
%28.79
%35.35

CMYK color model

#8E728C color CMYK value is (0,20,1,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 1.41%
  • key color value is 44.31%

CMYK: (0,20,1,44)
C0M20Y1K44 (0%, 20%, 1%, 44%)
(0.00 / 0.20 / 0.01 / 0.44)

CMYK percentages

%0
%19.72
%1.41
%44.31

Codes

Color #8E728C in popluar color models

8E 72 8C
RGB 142 114 140
HSL 304° 11.02% 50.20%
HSB/HSV 304° 19.72% 55.69%
CMYK 0.00% 19.72% 1.41%
44.31%

Color #8E728C in popluar number systems.

HEX 8E 72 8C
Decimal 142 114 140
Binary 10001110 1110010 10001100
Octal 216 162 214

Shades and tints

Shades of #8E728C

#8E728C
(142,114,140)
#826880
(130,104,128)
#765E74
(118,94,116)
#6A5468
(106,84,104)
#5E4A5C
(94,74,92)
#524050
(82,64,80)
#463644
(70,54,68)
#3A2C38
(58,44,56)
#2E222C
(46,34,44)
#221820
(34,24,32)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E728C

#8E728C
(142,114,140)
#987E96
(152,126,150)
#A28AA0
(162,138,160)
#AC96AA
(172,150,170)
#B6A2B4
(182,162,180)
#C0AEBE
(192,174,190)
#CABAC8
(202,186,200)
#D4C6D2
(212,198,210)
#DED2DC
(222,210,220)
#E8DEE6
(232,222,230)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E728C; }

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

This text font color is #8E728C.

Background Color

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

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

This div background color is #8E728C.

Border color

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

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

This div border color is #8E728C.

Opacity

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

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

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

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

This text has shadow with #8E728C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E728C.

Preview

Color preview on black background

This text has color #8E728C on black background.


Color preview on white background

This text has color #8E728C on white background.


Black color preview on #8E728C background

This text has black color on #8E728C background.


White color preview on #8E728C background

This text has white color on #8E728C background.


Related colors

Complementary color

Complementary color for #hex is #718D73.


I love getcolorcode.com

Triadic colors

1 #8C8E72 and #728C8E with #8E728C are triadic colors.

2 #8C728E and #728E8C with #8E728C are triadic colors.