COLOR #8D6F78

HEX: #8D6F78
RGB: (141,111,120)

Color info

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

RGB color model

#8D6F78 color RGB value is (141,111,120).

  • red value is 141;
  • green value is 111;
  • blue value is 120.
RGB:
(141,111,120)
(55%,44%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 111 of 255 = 44%
B 120 of 255 = 47%

141
111
120

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

Portions of RGB colors in percentages

R + G + B =
141 + 111 + 120 = 372 (100%)
R 141 of 372 ~ 37.9%
G 111 of 372 ~ 29.84%
B 120 of 372 ~ 32.26%

%37.9
%29.84
%32.26

CMYK color model

#8D6F78 color CMYK value is (0,21,15,45).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 14.89%
  • key color value is 44.71%
CMYK:
(0,21,15,45)
C0M21Y15K45 
(0%,21%,15%,45%)
(0.00/0.21/0.15/0.45)	

CMYK percentages

%0
%21.28
%14.89
%44.71

Codes

Color #8D6F78 in popluar color models

8D6F78
RGB141111120
HSL342°11.90%49.41%
HSB/HSV342°21.28%55.29%
CMYK0.00%21.28%14.89%
44.71%

Color #8D6F78 in popluar number systems.

HEX8D6F78
Decimal141111120
Binary1000110111011111111000
Octal215157170

Shades and tints

Shades of #8D6F78

#8D6F78
(141,111,120)
#81656E
(129,101,110)
#755B64
(117,91,100)
#69515A
(105,81,90)
#5D4750
(93,71,80)
#513D46
(81,61,70)
#45333C
(69,51,60)
#392932
(57,41,50)
#2D1F28
(45,31,40)
#21151E
(33,21,30)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #8D6F78

#8D6F78
(141,111,120)
#977C84
(151,124,132)
#A18990
(161,137,144)
#AB969C
(171,150,156)
#B5A3A8
(181,163,168)
#BFB0B4
(191,176,180)
#C9BDC0
(201,189,192)
#D3CACC
(211,202,204)
#DDD7D8
(221,215,216)
#E7E4E4
(231,228,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6F78 color. Also use rgb(141,111,120) instead hex code.

Text Font Color

.myTextColor { color: #8D6F78; }

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

This text font color is #8D6F78.


Background Color

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

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

This div background color is #8D6F78.


Border color

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

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

This div border color is #8D6F78.


Opacity

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

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

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

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

This text has shadow with #8D6F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6F78 on black background.


Color preview on white background

This text has color #8D6F78 on white background.



Black color preview on #8D6F78 background

This text has black color on #8D6F78 background.


White color preview on #8D6F78 background

This text has white color on #8D6F78 background.