COLOR #8B6B86

HEX: #8B6B86
RGB: (139,107,134)

Color info

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

RGB color model

#8B6B86 color RGB value is (139,107,134).

  • red value is 139;
  • green value is 107;
  • blue value is 134.
RGB:
(139,107,134)
(55%,42%,53%)

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 134 of 255 = 53%

139
107
134

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

Portions of RGB colors in percentages

R + G + B =
139 + 107 + 134 = 380 (100%)
R 139 of 380 ~ 36.58%
G 107 of 380 ~ 28.16%
B 134 of 380 ~ 35.26%

%36.58
%28.16
%35.26

CMYK color model

#8B6B86 color CMYK value is (0,23,4,45).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 3.60%
  • key color value is 45.49%
CMYK:
(0,23,4,45)
C0M23Y4K45 
(0%,23%,4%,45%)
(0.00/0.23/0.04/0.45)	

CMYK percentages

%0
%23.02
%3.6
%45.49

Codes

Color #8B6B86 in popluar color models

8B6B86
RGB139107134
HSL309°13.01%48.24%
HSB/HSV309°23.02%54.51%
CMYK0.00%23.02%3.60%
45.49%

Color #8B6B86 in popluar number systems.

HEX8B6B86
Decimal139107134
Binary10001011110101110000110
Octal213153206

Shades and tints

Shades of #8B6B86

#8B6B86
(139,107,134)
#7F627A
(127,98,122)
#73596E
(115,89,110)
#675062
(103,80,98)
#5B4756
(91,71,86)
#4F3E4A
(79,62,74)
#43353E
(67,53,62)
#372C32
(55,44,50)
#2B2326
(43,35,38)
#1F1A1A
(31,26,26)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B6B86

#8B6B86
(139,107,134)
#957891
(149,120,145)
#9F859C
(159,133,156)
#A992A7
(169,146,167)
#B39FB2
(179,159,178)
#BDACBD
(189,172,189)
#C7B9C8
(199,185,200)
#D1C6D3
(209,198,211)
#DBD3DE
(219,211,222)
#E5E0E9
(229,224,233)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6B86 color. Also use rgb(139,107,134) instead hex code.

Text Font Color

.myTextColor { color: #8B6B86; }

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

This text font color is #8B6B86.


Background Color

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

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

This div background color is #8B6B86.


Border color

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

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

This div border color is #8B6B86.


Opacity

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

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

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

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

This text has shadow with #8B6B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6B86 on black background.


Color preview on white background

This text has color #8B6B86 on white background.



Black color preview on #8B6B86 background

This text has black color on #8B6B86 background.


White color preview on #8B6B86 background

This text has white color on #8B6B86 background.