COLOR #8D6C81

HEX: #8D6C81
RGB: (141,108,129)

Color info

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

RGB color model

#8D6C81 color RGB value is (141,108,129).

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

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 129 of 255 = 51%

141
108
129

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 129 = 378 (100%)
R 141 of 378 ~ 37.3%
G 108 of 378 ~ 28.57%
B 129 of 378 ~ 34.13%

%37.3
%28.57
%34.13

CMYK color model

#8D6C81 color CMYK value is (0,23,9,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(0,23,9,45)
C0M23Y9K45 
(0%,23%,9%,45%)
(0.00/0.23/0.09/0.45)	

CMYK percentages

%0
%23.4
%8.51
%44.71

Codes

Color #8D6C81 in popluar color models

8D6C81
RGB141108129
HSL322°13.25%48.82%
HSB/HSV322°23.40%55.29%
CMYK0.00%23.40%8.51%
44.71%

Color #8D6C81 in popluar number systems.

HEX8D6C81
Decimal141108129
Binary10001101110110010000001
Octal215154201

Shades and tints

Shades of #8D6C81

#8D6C81
(141,108,129)
#816376
(129,99,118)
#755A6B
(117,90,107)
#695160
(105,81,96)
#5D4855
(93,72,85)
#513F4A
(81,63,74)
#45363F
(69,54,63)
#392D34
(57,45,52)
#2D2429
(45,36,41)
#211B1E
(33,27,30)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8D6C81

#8D6C81
(141,108,129)
#97798C
(151,121,140)
#A18697
(161,134,151)
#AB93A2
(171,147,162)
#B5A0AD
(181,160,173)
#BFADB8
(191,173,184)
#C9BAC3
(201,186,195)
#D3C7CE
(211,199,206)
#DDD4D9
(221,212,217)
#E7E1E4
(231,225,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6C81; }

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

This text font color is #8D6C81.


Background Color

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

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

This div background color is #8D6C81.


Border color

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

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

This div border color is #8D6C81.


Opacity

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

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

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

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

This text has shadow with #8D6C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C81 on black background.


Color preview on white background

This text has color #8D6C81 on white background.



Black color preview on #8D6C81 background

This text has black color on #8D6C81 background.


White color preview on #8D6C81 background

This text has white color on #8D6C81 background.