COLOR #8D7C84

HEX: #8D7C84
RGB: (141,124,132)

Color info

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

RGB color model

#8D7C84 color RGB value is (141,124,132).

  • red value is 141;
  • green value is 124;
  • blue value is 132.
RGB:
(141,124,132)
(55%,49%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 132 of 255 = 52%

141
124
132

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 132 = 397 (100%)
R 141 of 397 ~ 35.52%
G 124 of 397 ~ 31.23%
B 132 of 397 ~ 33.25%

%35.52
%31.23
%33.25

CMYK color model

#8D7C84 color CMYK value is (0,12,6,45).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK:
(0,12,6,45)
C0M12Y6K45 
(0%,12%,6%,45%)
(0.00/0.12/0.06/0.45)	

CMYK percentages

%0
%12.06
%6.38
%44.71

Codes

Color #8D7C84 in popluar color models

8D7C84
RGB141124132
HSL332°6.94%51.96%
HSB/HSV332°12.06%55.29%
CMYK0.00%12.06%6.38%
44.71%

Color #8D7C84 in popluar number systems.

HEX8D7C84
Decimal141124132
Binary10001101111110010000100
Octal215174204

Shades and tints

Shades of #8D7C84

#8D7C84
(141,124,132)
#817178
(129,113,120)
#75666C
(117,102,108)
#695B60
(105,91,96)
#5D5054
(93,80,84)
#514548
(81,69,72)
#453A3C
(69,58,60)
#392F30
(57,47,48)
#2D2424
(45,36,36)
#211918
(33,25,24)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D7C84

#8D7C84
(141,124,132)
#97878F
(151,135,143)
#A1929A
(161,146,154)
#AB9DA5
(171,157,165)
#B5A8B0
(181,168,176)
#BFB3BB
(191,179,187)
#C9BEC6
(201,190,198)
#D3C9D1
(211,201,209)
#DDD4DC
(221,212,220)
#E7DFE7
(231,223,231)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C84 color. Also use rgb(141,124,132) instead hex code.

Text Font Color

.myTextColor { color: #8D7C84; }

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

This text font color is #8D7C84.


Background Color

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

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

This div background color is #8D7C84.


Border color

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

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

This div border color is #8D7C84.


Opacity

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

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

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

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

This text has shadow with #8D7C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7C84 on black background.


Color preview on white background

This text has color #8D7C84 on white background.



Black color preview on #8D7C84 background

This text has black color on #8D7C84 background.


White color preview on #8D7C84 background

This text has white color on #8D7C84 background.