COLOR #8F728D

HEX: #8F728D
RGB: (143,114,141)

Color info

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

RGB color model

#8F728D color RGB value is (143,114,141).

  • red value is 143;
  • green value is 114;
  • blue value is 141.
RGB:
(143,114,141)
(56%,45%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 141 of 255 = 55%

143
114
141

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 141 = 398 (100%)
R 143 of 398 ~ 35.93%
G 114 of 398 ~ 28.64%
B 141 of 398 ~ 35.43%

%35.93
%28.64
%35.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 1.40%
  • 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
%1.4
%43.92

Codes

Color #8F728D in popluar color models

8F728D
RGB143114141
HSL304°11.46%50.39%
HSB/HSV304°20.28%56.08%
CMYK0.00%20.28%1.40%
43.92%

Color #8F728D in popluar number systems.

HEX8F728D
Decimal143114141
Binary10001111111001010001101
Octal217162215

Shades and tints

Shades of #8F728D

#8F728D
(143,114,141)
#826881
(130,104,129)
#755E75
(117,94,117)
#685469
(104,84,105)
#5B4A5D
(91,74,93)
#4E4051
(78,64,81)
#413645
(65,54,69)
#342C39
(52,44,57)
#27222D
(39,34,45)
#1A1821
(26,24,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F728D

#8F728D
(143,114,141)
#997E97
(153,126,151)
#A38AA1
(163,138,161)
#AD96AB
(173,150,171)
#B7A2B5
(183,162,181)
#C1AEBF
(193,174,191)
#CBBAC9
(203,186,201)
#D5C6D3
(213,198,211)
#DFD2DD
(223,210,221)
#E9DEE7
(233,222,231)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F728D; }

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

This text font color is #8F728D.


Background Color

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

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

This div background color is #8F728D.


Border color

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

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

This div border color is #8F728D.


Opacity

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

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

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

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

This text has shadow with #8F728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F728D on black background.


Color preview on white background

This text has color #8F728D on white background.



Black color preview on #8F728D background

This text has black color on #8F728D background.


White color preview on #8F728D background

This text has white color on #8F728D background.