COLOR #8D717D

HEX: #8D717D
RGB: (141,113,125)

Color info

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

RGB color model

#8D717D color RGB value is (141,113,125).

  • red value is 141;
  • green value is 113;
  • blue value is 125.
RGB:
(141,113,125)
(55%,44%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 125 of 255 = 49%

141
113
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 125 = 379 (100%)
R 141 of 379 ~ 37.2%
G 113 of 379 ~ 29.82%
B 125 of 379 ~ 32.98%

%37.2
%29.82
%32.98

CMYK color model

#8D717D color CMYK value is (0,20,11,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(0,20,11,45)
C0M20Y11K45 
(0%,20%,11%,45%)
(0.00/0.20/0.11/0.45)	

CMYK percentages

%0
%19.86
%11.35
%44.71

Codes

Color #8D717D in popluar color models

8D717D
RGB141113125
HSL334°11.02%49.80%
HSB/HSV334°19.86%55.29%
CMYK0.00%19.86%11.35%
44.71%

Color #8D717D in popluar number systems.

HEX8D717D
Decimal141113125
Binary1000110111100011111101
Octal215161175

Shades and tints

Shades of #8D717D

#8D717D
(141,113,125)
#816772
(129,103,114)
#755D67
(117,93,103)
#69535C
(105,83,92)
#5D4951
(93,73,81)
#513F46
(81,63,70)
#45353B
(69,53,59)
#392B30
(57,43,48)
#2D2125
(45,33,37)
#21171A
(33,23,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #8D717D

#8D717D
(141,113,125)
#977D88
(151,125,136)
#A18993
(161,137,147)
#AB959E
(171,149,158)
#B5A1A9
(181,161,169)
#BFADB4
(191,173,180)
#C9B9BF
(201,185,191)
#D3C5CA
(211,197,202)
#DDD1D5
(221,209,213)
#E7DDE0
(231,221,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D717D color. Also use rgb(141,113,125) instead hex code.

Text Font Color

.myTextColor { color: #8D717D; }

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

This text font color is #8D717D.


Background Color

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

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

This div background color is #8D717D.


Border color

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

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

This div border color is #8D717D.


Opacity

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

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

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

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

This text has shadow with #8D717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D717D on black background.


Color preview on white background

This text has color #8D717D on white background.



Black color preview on #8D717D background

This text has black color on #8D717D background.


White color preview on #8D717D background

This text has white color on #8D717D background.