COLOR #8D6A82

HEX: #8D6A82
RGB: (141,106,130)

Color info

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

RGB color model

#8D6A82 color RGB value is (141,106,130).

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

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 130 of 255 = 51%

141
106
130

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 130 = 377 (100%)
R 141 of 377 ~ 37.4%
G 106 of 377 ~ 28.12%
B 130 of 377 ~ 34.48%

%37.4
%28.12
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 7.80%
  • key color value is 44.71%
CMYK:
(0,25,8,45)
C0M25Y8K45 
(0%,25%,8%,45%)
(0.00/0.25/0.08/0.45)	

CMYK percentages

%0
%24.82
%7.8
%44.71

Codes

Color #8D6A82 in popluar color models

8D6A82
RGB141106130
HSL319°14.17%48.43%
HSB/HSV319°24.82%55.29%
CMYK0.00%24.82%7.80%
44.71%

Color #8D6A82 in popluar number systems.

HEX8D6A82
Decimal141106130
Binary10001101110101010000010
Octal215152202

Shades and tints

Shades of #8D6A82

#8D6A82
(141,106,130)
#816177
(129,97,119)
#75586C
(117,88,108)
#694F61
(105,79,97)
#5D4656
(93,70,86)
#513D4B
(81,61,75)
#453440
(69,52,64)
#392B35
(57,43,53)
#2D222A
(45,34,42)
#21191F
(33,25,31)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #8D6A82

#8D6A82
(141,106,130)
#97778D
(151,119,141)
#A18498
(161,132,152)
#AB91A3
(171,145,163)
#B59EAE
(181,158,174)
#BFABB9
(191,171,185)
#C9B8C4
(201,184,196)
#D3C5CF
(211,197,207)
#DDD2DA
(221,210,218)
#E7DFE5
(231,223,229)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6A82; }

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

This text font color is #8D6A82.


Background Color

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

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

This div background color is #8D6A82.


Border color

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

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

This div border color is #8D6A82.


Opacity

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

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

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

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

This text has shadow with #8D6A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6A82 on black background.


Color preview on white background

This text has color #8D6A82 on white background.



Black color preview on #8D6A82 background

This text has black color on #8D6A82 background.


White color preview on #8D6A82 background

This text has white color on #8D6A82 background.