COLOR #8B516E

HEX: #8B516E
RGB: (139,81,110)

Color info

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

RGB color model

#8B516E color RGB value is (139,81,110).

  • red value is 139;
  • green value is 81;
  • blue value is 110.
RGB:
(139,81,110)
(55%,32%,43%)

RGB channels and saturation

R 139 of 255 = 55%
G 81 of 255 = 32%
B 110 of 255 = 43%

139
81
110

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

Portions of RGB colors in percentages

R + G + B =
139 + 81 + 110 = 330 (100%)
R 139 of 330 ~ 42.12%
G 81 of 330 ~ 24.55%
B 110 of 330 ~ 33.33%

%42.12
%24.55
%33.33

CMYK color model

#8B516E color CMYK value is (0,42,21,45).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(0,42,21,45)
C0M42Y21K45 
(0%,42%,21%,45%)
(0.00/0.42/0.21/0.45)	

CMYK percentages

%0
%41.73
%20.86
%45.49

Codes

Color #8B516E in popluar color models

8B516E
RGB13981110
HSL330°26.36%43.14%
HSB/HSV330°41.73%54.51%
CMYK0.00%41.73%20.86%
45.49%

Color #8B516E in popluar number systems.

HEX8B516E
Decimal13981110
Binary1000101110100011101110
Octal213121156

Shades and tints

Shades of #8B516E

#8B516E
(139,81,110)
#7F4A64
(127,74,100)
#73435A
(115,67,90)
#673C50
(103,60,80)
#5B3546
(91,53,70)
#4F2E3C
(79,46,60)
#432732
(67,39,50)
#372028
(55,32,40)
#2B191E
(43,25,30)
#1F1214
(31,18,20)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #8B516E

#8B516E
(139,81,110)
#95607B
(149,96,123)
#9F6F88
(159,111,136)
#A97E95
(169,126,149)
#B38DA2
(179,141,162)
#BD9CAF
(189,156,175)
#C7ABBC
(199,171,188)
#D1BAC9
(209,186,201)
#DBC9D6
(219,201,214)
#E5D8E3
(229,216,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B516E color. Also use rgb(139,81,110) instead hex code.

Text Font Color

.myTextColor { color: #8B516E; }

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

This text font color is #8B516E.


Background Color

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

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

This div background color is #8B516E.


Border color

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

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

This div border color is #8B516E.


Opacity

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

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

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

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

This text has shadow with #8B516E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B516E on black background.


Color preview on white background

This text has color #8B516E on white background.



Black color preview on #8B516E background

This text has black color on #8B516E background.


White color preview on #8B516E background

This text has white color on #8B516E background.