COLOR #8B7981

HEX: #8B7981
RGB: (139,121,129)

Color info

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

RGB color model

#8B7981 color RGB value is (139,121,129).

  • red value is 139;
  • green value is 121;
  • blue value is 129.
RGB:
(139,121,129)
(55%,47%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 129 of 255 = 51%

139
121
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 129 = 389 (100%)
R 139 of 389 ~ 35.73%
G 121 of 389 ~ 31.11%
B 129 of 389 ~ 33.16%

%35.73
%31.11
%33.16

CMYK color model

#8B7981 color CMYK value is (0,13,7,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(0,13,7,45)
C0M13Y7K45 
(0%,13%,7%,45%)
(0.00/0.13/0.07/0.45)	

CMYK percentages

%0
%12.95
%7.19
%45.49

Codes

Color #8B7981 in popluar color models

8B7981
RGB139121129
HSL333°7.20%50.98%
HSB/HSV333°12.95%54.51%
CMYK0.00%12.95%7.19%
45.49%

Color #8B7981 in popluar number systems.

HEX8B7981
Decimal139121129
Binary10001011111100110000001
Octal213171201

Shades and tints

Shades of #8B7981

#8B7981
(139,121,129)
#7F6E76
(127,110,118)
#73636B
(115,99,107)
#675860
(103,88,96)
#5B4D55
(91,77,85)
#4F424A
(79,66,74)
#43373F
(67,55,63)
#372C34
(55,44,52)
#2B2129
(43,33,41)
#1F161E
(31,22,30)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #8B7981

#8B7981
(139,121,129)
#95858C
(149,133,140)
#9F9197
(159,145,151)
#A99DA2
(169,157,162)
#B3A9AD
(179,169,173)
#BDB5B8
(189,181,184)
#C7C1C3
(199,193,195)
#D1CDCE
(209,205,206)
#DBD9D9
(219,217,217)
#E5E5E4
(229,229,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7981 color. Also use rgb(139,121,129) instead hex code.

Text Font Color

.myTextColor { color: #8B7981; }

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

This text font color is #8B7981.


Background Color

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

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

This div background color is #8B7981.


Border color

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

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

This div border color is #8B7981.


Opacity

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

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

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

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

This text has shadow with #8B7981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7981 on black background.


Color preview on white background

This text has color #8B7981 on white background.



Black color preview on #8B7981 background

This text has black color on #8B7981 background.


White color preview on #8B7981 background

This text has white color on #8B7981 background.