COLOR #8F728E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
114
142

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

Portions of RGB colors in percentages

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

%35.84
%28.57
%35.59

CMYK color model

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

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

CMYK percentages

%0
%20.28
%0.7
%43.92

Codes

Color #8F728E in popluar color models

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

Color #8F728E in popluar number systems.

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

Shades and tints

Shades of #8F728E

#8F728E
(143,114,142)
#826882
(130,104,130)
#755E76
(117,94,118)
#68546A
(104,84,106)
#5B4A5E
(91,74,94)
#4E4052
(78,64,82)
#413646
(65,54,70)
#342C3A
(52,44,58)
#27222E
(39,34,46)
#1A1822
(26,24,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #8F728E

#8F728E
(143,114,142)
#997E98
(153,126,152)
#A38AA2
(163,138,162)
#AD96AC
(173,150,172)
#B7A2B6
(183,162,182)
#C1AEC0
(193,174,192)
#CBBACA
(203,186,202)
#D5C6D4
(213,198,212)
#DFD2DE
(223,210,222)
#E9DEE8
(233,222,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F728E; }

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

This text font color is #8F728E.

Background Color

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

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

This div background color is #8F728E.

Border color

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

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

This div border color is #8F728E.

Opacity

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

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

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

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

This text has shadow with #8F728E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F728E.

Preview

Color preview on black background

This text has color #8F728E on black background.


Color preview on white background

This text has color #8F728E on white background.


Black color preview on #8F728E background

This text has black color on #8F728E background.


White color preview on #8F728E background

This text has white color on #8F728E background.


Related colors

Complementary color

Complementary color for #hex is #708D71.


I love getcolorcode.com

Triadic colors

1 #8E8F72 and #728E8F with #8F728E are triadic colors.

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