COLOR #8D7A8B

HEX: #8D7A8B
RGB: (141,122,139)

Color info

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

RGB color model

#8D7A8B color RGB value is (141,122,139).

  • red value is 141;
  • green value is 122;
  • blue value is 139.
RGB:
(141,122,139)
(55%,48%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 139 of 255 = 55%

141
122
139

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 139 = 402 (100%)
R 141 of 402 ~ 35.07%
G 122 of 402 ~ 30.35%
B 139 of 402 ~ 34.58%

%35.07
%30.35
%34.58

CMYK color model

#8D7A8B color CMYK value is (0,13,1,45).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 1.42%
  • key color value is 44.71%
CMYK:
(0,13,1,45)
C0M13Y1K45 
(0%,13%,1%,45%)
(0.00/0.13/0.01/0.45)	

CMYK percentages

%0
%13.48
%1.42
%44.71

Codes

Color #8D7A8B in popluar color models

8D7A8B
RGB141122139
HSL306°7.69%51.57%
HSB/HSV306°13.48%55.29%
CMYK0.00%13.48%1.42%
44.71%

Color #8D7A8B in popluar number systems.

HEX8D7A8B
Decimal141122139
Binary10001101111101010001011
Octal215172213

Shades and tints

Shades of #8D7A8B

#8D7A8B
(141,122,139)
#816F7F
(129,111,127)
#756473
(117,100,115)
#695967
(105,89,103)
#5D4E5B
(93,78,91)
#51434F
(81,67,79)
#453843
(69,56,67)
#392D37
(57,45,55)
#2D222B
(45,34,43)
#21171F
(33,23,31)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #8D7A8B

#8D7A8B
(141,122,139)
#978695
(151,134,149)
#A1929F
(161,146,159)
#AB9EA9
(171,158,169)
#B5AAB3
(181,170,179)
#BFB6BD
(191,182,189)
#C9C2C7
(201,194,199)
#D3CED1
(211,206,209)
#DDDADB
(221,218,219)
#E7E6E5
(231,230,229)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7A8B color. Also use rgb(141,122,139) instead hex code.

Text Font Color

.myTextColor { color: #8D7A8B; }

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

This text font color is #8D7A8B.


Background Color

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

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

This div background color is #8D7A8B.


Border color

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

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

This div border color is #8D7A8B.


Opacity

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

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

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

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

This text has shadow with #8D7A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A8B on black background.


Color preview on white background

This text has color #8D7A8B on white background.



Black color preview on #8D7A8B background

This text has black color on #8D7A8B background.


White color preview on #8D7A8B background

This text has white color on #8D7A8B background.