COLOR #8D6F7B

HEX: #8D6F7B
RGB: (141,111,123)

Color info

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

RGB color model

#8D6F7B color RGB value is (141,111,123).

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

RGB channels and saturation

R 141 of 255 = 55%
G 111 of 255 = 44%
B 123 of 255 = 48%

141
111
123

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

Portions of RGB colors in percentages

R + G + B =
141 + 111 + 123 = 375 (100%)
R 141 of 375 ~ 37.6%
G 111 of 375 ~ 29.6%
B 123 of 375 ~ 32.8%

%37.6
%29.6
%32.8

CMYK color model

#8D6F7B color CMYK value is (0,21,13,45).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 12.77%
  • key color value is 44.71%
CMYK:
(0,21,13,45)
C0M21Y13K45 
(0%,21%,13%,45%)
(0.00/0.21/0.13/0.45)	

CMYK percentages

%0
%21.28
%12.77
%44.71

Codes

Color #8D6F7B in popluar color models

8D6F7B
RGB141111123
HSL336°11.90%49.41%
HSB/HSV336°21.28%55.29%
CMYK0.00%21.28%12.77%
44.71%

Color #8D6F7B in popluar number systems.

HEX8D6F7B
Decimal141111123
Binary1000110111011111111011
Octal215157173

Shades and tints

Shades of #8D6F7B

#8D6F7B
(141,111,123)
#816570
(129,101,112)
#755B65
(117,91,101)
#69515A
(105,81,90)
#5D474F
(93,71,79)
#513D44
(81,61,68)
#453339
(69,51,57)
#39292E
(57,41,46)
#2D1F23
(45,31,35)
#211518
(33,21,24)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #8D6F7B

#8D6F7B
(141,111,123)
#977C87
(151,124,135)
#A18993
(161,137,147)
#AB969F
(171,150,159)
#B5A3AB
(181,163,171)
#BFB0B7
(191,176,183)
#C9BDC3
(201,189,195)
#D3CACF
(211,202,207)
#DDD7DB
(221,215,219)
#E7E4E7
(231,228,231)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6F7B; }

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

This text font color is #8D6F7B.


Background Color

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

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

This div background color is #8D6F7B.


Border color

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

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

This div border color is #8D6F7B.


Opacity

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

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

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

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

This text has shadow with #8D6F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6F7B on black background.


Color preview on white background

This text has color #8D6F7B on white background.



Black color preview on #8D6F7B background

This text has black color on #8D6F7B background.


White color preview on #8D6F7B background

This text has white color on #8D6F7B background.