COLOR #8E728F

HEX: #8E728F RGB: (142,114,143)

Color info

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

RGB color model

#8E728F color RGB value is (142,114,143).

RGB: (142,114,143) (56%, 45%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 143 of 255 = 56%

142
114
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 114 + 143 = 399 (100%)
R 142 of 399 ~ 35.59%
G 114 of 399 ~ 28.57%
B 143 of 399 ~ 35.84'%

%35.59
%28.57
%35.84

CMYK color model

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

  • cyan value is 0.70%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (1,20,0,44) C1M20Y0K44 (1%,20%,0%,44%) (0.01/0.20/0.00/0.44) 

CMYK percentages

%0.7
%20.28
%0
%43.92

Codes

Color #8E728F in popluar color models

8E 72 8F
RGB 142 114 143
HSL 298° 11.46% 50.39%
HSB/HSV 298° 20.28% 56.08%
CMYK 0.70% 20.28% 0.00%
43.92%

Color #8E728F in popluar number systems.

HEX 8E 72 8F
Decimal 142 114 143
Binary 10001110 1110010 10001111
Octal 216 162 217

Shades and tints

Shades of #8E728F

#8E728F
(142,114,143)
#826882
(130,104,130)
#765E75
(118,94,117)
#6A5468
(106,84,104)
#5E4A5B
(94,74,91)
#52404E
(82,64,78)
#463641
(70,54,65)
#3A2C34
(58,44,52)
#2E2227
(46,34,39)
#22181A
(34,24,26)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #8E728F

#8E728F
(142,114,143)
#987E99
(152,126,153)
#A28AA3
(162,138,163)
#AC96AD
(172,150,173)
#B6A2B7
(182,162,183)
#C0AEC1
(192,174,193)
#CABACB
(202,186,203)
#D4C6D5
(212,198,213)
#DED2DF
(222,210,223)
#E8DEE9
(232,222,233)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E728F; }

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

This text font color is #8E728F.

Background Color

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

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

This div background color is #8E728F.

Border color

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

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

This div border color is #8E728F.

Opacity

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

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

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

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

This text has shadow with #8E728F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E728F.

Preview

Color preview on black background

This text has color #8E728F on black background.


Color preview on white background

This text has color #8E728F on white background.


Black color preview on #8E728F background

This text has black color on #8E728F background.


White color preview on #8E728F background

This text has white color on #8E728F background.


Related colors

Complementary color

Complementary color for #hex is #718D70.


I love getcolorcode.com

Triadic colors

1 #8F8E72 and #728F8E with #8E728F are triadic colors.

2 #8F728E and #728E8F with #8E728F are triadic colors.