COLOR #8B7182

HEX: #8B7182
RGB: (139,113,130)

Color info

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

RGB color model

#8B7182 color RGB value is (139,113,130).

  • red value is 139;
  • green value is 113;
  • blue value is 130.
RGB:
(139,113,130)
(55%,44%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 130 of 255 = 51%

139
113
130

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

Portions of RGB colors in percentages

R + G + B =
139 + 113 + 130 = 382 (100%)
R 139 of 382 ~ 36.39%
G 113 of 382 ~ 29.58%
B 130 of 382 ~ 34.03%

%36.39
%29.58
%34.03

CMYK color model

#8B7182 color CMYK value is (0,19,6,45).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(0,19,6,45)
C0M19Y6K45 
(0%,19%,6%,45%)
(0.00/0.19/0.06/0.45)	

CMYK percentages

%0
%18.71
%6.47
%45.49

Codes

Color #8B7182 in popluar color models

8B7182
RGB139113130
HSL321°10.32%49.41%
HSB/HSV321°18.71%54.51%
CMYK0.00%18.71%6.47%
45.49%

Color #8B7182 in popluar number systems.

HEX8B7182
Decimal139113130
Binary10001011111000110000010
Octal213161202

Shades and tints

Shades of #8B7182

#8B7182
(139,113,130)
#7F6777
(127,103,119)
#735D6C
(115,93,108)
#675361
(103,83,97)
#5B4956
(91,73,86)
#4F3F4B
(79,63,75)
#433540
(67,53,64)
#372B35
(55,43,53)
#2B212A
(43,33,42)
#1F171F
(31,23,31)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #8B7182

#8B7182
(139,113,130)
#957D8D
(149,125,141)
#9F8998
(159,137,152)
#A995A3
(169,149,163)
#B3A1AE
(179,161,174)
#BDADB9
(189,173,185)
#C7B9C4
(199,185,196)
#D1C5CF
(209,197,207)
#DBD1DA
(219,209,218)
#E5DDE5
(229,221,229)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7182 color. Also use rgb(139,113,130) instead hex code.

Text Font Color

.myTextColor { color: #8B7182; }

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

This text font color is #8B7182.


Background Color

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

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

This div background color is #8B7182.


Border color

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

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

This div border color is #8B7182.


Opacity

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

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

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

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

This text has shadow with #8B7182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7182 on black background.


Color preview on white background

This text has color #8B7182 on white background.



Black color preview on #8B7182 background

This text has black color on #8B7182 background.


White color preview on #8B7182 background

This text has white color on #8B7182 background.