COLOR #8D7B81

HEX: #8D7B81
RGB: (141,123,129)

Color info

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

RGB color model

#8D7B81 color RGB value is (141,123,129).

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

RGB channels and saturation

R 141 of 255 = 55%
G 123 of 255 = 48%
B 129 of 255 = 51%

141
123
129

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

Portions of RGB colors in percentages

R + G + B =
141 + 123 + 129 = 393 (100%)
R 141 of 393 ~ 35.88%
G 123 of 393 ~ 31.3%
B 129 of 393 ~ 32.82%

%35.88
%31.3
%32.82

CMYK color model

#8D7B81 color CMYK value is (0,13,9,45).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(0,13,9,45)
C0M13Y9K45 
(0%,13%,9%,45%)
(0.00/0.13/0.09/0.45)	

CMYK percentages

%0
%12.77
%8.51
%44.71

Codes

Color #8D7B81 in popluar color models

8D7B81
RGB141123129
HSL340°7.32%51.76%
HSB/HSV340°12.77%55.29%
CMYK0.00%12.77%8.51%
44.71%

Color #8D7B81 in popluar number systems.

HEX8D7B81
Decimal141123129
Binary10001101111101110000001
Octal215173201

Shades and tints

Shades of #8D7B81

#8D7B81
(141,123,129)
#817076
(129,112,118)
#75656B
(117,101,107)
#695A60
(105,90,96)
#5D4F55
(93,79,85)
#51444A
(81,68,74)
#45393F
(69,57,63)
#392E34
(57,46,52)
#2D2329
(45,35,41)
#21181E
(33,24,30)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #8D7B81

#8D7B81
(141,123,129)
#97878C
(151,135,140)
#A19397
(161,147,151)
#AB9FA2
(171,159,162)
#B5ABAD
(181,171,173)
#BFB7B8
(191,183,184)
#C9C3C3
(201,195,195)
#D3CFCE
(211,207,206)
#DDDBD9
(221,219,217)
#E7E7E4
(231,231,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7B81; }

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

This text font color is #8D7B81.


Background Color

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

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

This div background color is #8D7B81.


Border color

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

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

This div border color is #8D7B81.


Opacity

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

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

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

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

This text has shadow with #8D7B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7B81 on black background.


Color preview on white background

This text has color #8D7B81 on white background.



Black color preview on #8D7B81 background

This text has black color on #8D7B81 background.


White color preview on #8D7B81 background

This text has white color on #8D7B81 background.