COLOR #8D7981

HEX: #8D7981 RGB: (141,121,129)

Color info

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

RGB color model

#8D7981 color RGB value is (141,121,129).

RGB: (141,121,129) (55%, 47%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 129 of 255 = 51%

141
121
129

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

Portions of RGB colors in percentages

R + G + B = 141 + 121 + 129 = 391 (100%)
R 141 of 391 ~ 36.06%
G 121 of 391 ~ 30.95%
B 129 of 391 ~ 32.99'%

%36.06
%30.95
%32.99

CMYK color model

#8D7981 color CMYK value is (0,14,9,45).

  • cyan value is 0.00%
  • magenta value is 14.18%
  • yellow value is 8.51%
  • key color value is 44.71%

CMYK: (0,14,9,45)
C0M14Y9K45 (0%, 14%, 9%, 45%)
(0.00 / 0.14 / 0.09 / 0.45)

CMYK percentages

%0
%14.18
%8.51
%44.71

Codes

Color #8D7981 in popluar color models

8D 79 81
RGB 141 121 129
HSL 336° 8.06% 51.37%
HSB/HSV 336° 14.18% 55.29%
CMYK 0.00% 14.18% 8.51%
44.71%

Color #8D7981 in popluar number systems.

HEX 8D 79 81
Decimal 141 121 129
Binary 10001101 1111001 10000001
Octal 215 171 201

Shades and tints

Shades of #8D7981

#8D7981
(141,121,129)
#816E76
(129,110,118)
#75636B
(117,99,107)
#695860
(105,88,96)
#5D4D55
(93,77,85)
#51424A
(81,66,74)
#45373F
(69,55,63)
#392C34
(57,44,52)
#2D2129
(45,33,41)
#21161E
(33,22,30)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #8D7981

#8D7981
(141,121,129)
#97858C
(151,133,140)
#A19197
(161,145,151)
#AB9DA2
(171,157,162)
#B5A9AD
(181,169,173)
#BFB5B8
(191,181,184)
#C9C1C3
(201,193,195)
#D3CDCE
(211,205,206)
#DDD9D9
(221,217,217)
#E7E5E4
(231,229,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7981; }

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

This text font color is #8D7981.

Background Color

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

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

This div background color is #8D7981.

Border color

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

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

This div border color is #8D7981.

Opacity

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

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

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

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

This text has shadow with #8D7981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7981.

Preview

Color preview on black background

This text has color #8D7981 on black background.


Color preview on white background

This text has color #8D7981 on white background.


Black color preview on #8D7981 background

This text has black color on #8D7981 background.


White color preview on #8D7981 background

This text has white color on #8D7981 background.


Related colors

Complementary color

Complementary color for #hex is #72867E.


I love getcolorcode.com

Triadic colors

1 #818D79 and #79818D with #8D7981 are triadic colors.

2 #81798D and #798D81 with #8D7981 are triadic colors.