COLOR #8D6A86

HEX: #8D6A86
RGB: (141,106,134)

Color info

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

RGB color model

#8D6A86 color RGB value is (141,106,134).

  • red value is 141;
  • green value is 106;
  • blue value is 134.
RGB:
(141,106,134)
(55%,42%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 134 of 255 = 53%

141
106
134

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 134 = 381 (100%)
R 141 of 381 ~ 37.01%
G 106 of 381 ~ 27.82%
B 134 of 381 ~ 35.17%

%37.01
%27.82
%35.17

CMYK color model

#8D6A86 color CMYK value is (0,25,5,45).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 4.96%
  • key color value is 44.71%
CMYK:
(0,25,5,45)
C0M25Y5K45 
(0%,25%,5%,45%)
(0.00/0.25/0.05/0.45)	

CMYK percentages

%0
%24.82
%4.96
%44.71

Codes

Color #8D6A86 in popluar color models

8D6A86
RGB141106134
HSL312°14.17%48.43%
HSB/HSV312°24.82%55.29%
CMYK0.00%24.82%4.96%
44.71%

Color #8D6A86 in popluar number systems.

HEX8D6A86
Decimal141106134
Binary10001101110101010000110
Octal215152206

Shades and tints

Shades of #8D6A86

#8D6A86
(141,106,134)
#81617A
(129,97,122)
#75586E
(117,88,110)
#694F62
(105,79,98)
#5D4656
(93,70,86)
#513D4A
(81,61,74)
#45343E
(69,52,62)
#392B32
(57,43,50)
#2D2226
(45,34,38)
#21191A
(33,25,26)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #8D6A86

#8D6A86
(141,106,134)
#977791
(151,119,145)
#A1849C
(161,132,156)
#AB91A7
(171,145,167)
#B59EB2
(181,158,178)
#BFABBD
(191,171,189)
#C9B8C8
(201,184,200)
#D3C5D3
(211,197,211)
#DDD2DE
(221,210,222)
#E7DFE9
(231,223,233)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6A86 color. Also use rgb(141,106,134) instead hex code.

Text Font Color

.myTextColor { color: #8D6A86; }

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

This text font color is #8D6A86.


Background Color

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

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

This div background color is #8D6A86.


Border color

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

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

This div border color is #8D6A86.


Opacity

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

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

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

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

This text has shadow with #8D6A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6A86 on black background.


Color preview on white background

This text has color #8D6A86 on white background.



Black color preview on #8D6A86 background

This text has black color on #8D6A86 background.


White color preview on #8D6A86 background

This text has white color on #8D6A86 background.