COLOR #8D7F81

HEX: #8D7F81
RGB: (141,127,129)

Color info

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

RGB color model

#8D7F81 color RGB value is (141,127,129).

  • red value is 141;
  • green value is 127;
  • blue value is 129.
RGB:
(141,127,129)
(55%,50%,51%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 129 of 255 = 51%

141
127
129

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 129 = 397 (100%)
R 141 of 397 ~ 35.52%
G 127 of 397 ~ 31.99%
B 129 of 397 ~ 32.49%

%35.52
%31.99
%32.49

CMYK color model

#8D7F81 color CMYK value is (0,10,9,45).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(0,10,9,45)
C0M10Y9K45 
(0%,10%,9%,45%)
(0.00/0.10/0.09/0.45)	

CMYK percentages

%0
%9.93
%8.51
%44.71

Codes

Color #8D7F81 in popluar color models

8D7F81
RGB141127129
HSL351°5.79%52.55%
HSB/HSV351°9.93%55.29%
CMYK0.00%9.93%8.51%
44.71%

Color #8D7F81 in popluar number systems.

HEX8D7F81
Decimal141127129
Binary10001101111111110000001
Octal215177201

Shades and tints

Shades of #8D7F81

#8D7F81
(141,127,129)
#817476
(129,116,118)
#75696B
(117,105,107)
#695E60
(105,94,96)
#5D5355
(93,83,85)
#51484A
(81,72,74)
#453D3F
(69,61,63)
#393234
(57,50,52)
#2D2729
(45,39,41)
#211C1E
(33,28,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8D7F81

#8D7F81
(141,127,129)
#978A8C
(151,138,140)
#A19597
(161,149,151)
#ABA0A2
(171,160,162)
#B5ABAD
(181,171,173)
#BFB6B8
(191,182,184)
#C9C1C3
(201,193,195)
#D3CCCE
(211,204,206)
#DDD7D9
(221,215,217)
#E7E2E4
(231,226,228)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7F81 color. Also use rgb(141,127,129) instead hex code.

Text Font Color

.myTextColor { color: #8D7F81; }

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

This text font color is #8D7F81.


Background Color

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

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

This div background color is #8D7F81.


Border color

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

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

This div border color is #8D7F81.


Opacity

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

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

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

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

This text has shadow with #8D7F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7F81 on black background.


Color preview on white background

This text has color #8D7F81 on white background.



Black color preview on #8D7F81 background

This text has black color on #8D7F81 background.


White color preview on #8D7F81 background

This text has white color on #8D7F81 background.