COLOR #8B6F85

HEX: #8B6F85
RGB: (139,111,133)

Color info

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

RGB color model

#8B6F85 color RGB value is (139,111,133).

  • red value is 139;
  • green value is 111;
  • blue value is 133.
RGB:
(139,111,133)
(55%,44%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 133 of 255 = 52%

139
111
133

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

Portions of RGB colors in percentages

R + G + B =
139 + 111 + 133 = 383 (100%)
R 139 of 383 ~ 36.29%
G 111 of 383 ~ 28.98%
B 133 of 383 ~ 34.73%

%36.29
%28.98
%34.73

CMYK color model

#8B6F85 color CMYK value is (0,20,4,45).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 4.32%
  • key color value is 45.49%
CMYK:
(0,20,4,45)
C0M20Y4K45 
(0%,20%,4%,45%)
(0.00/0.20/0.04/0.45)	

CMYK percentages

%0
%20.14
%4.32
%45.49

Codes

Color #8B6F85 in popluar color models

8B6F85
RGB139111133
HSL313°11.20%49.02%
HSB/HSV313°20.14%54.51%
CMYK0.00%20.14%4.32%
45.49%

Color #8B6F85 in popluar number systems.

HEX8B6F85
Decimal139111133
Binary10001011110111110000101
Octal213157205

Shades and tints

Shades of #8B6F85

#8B6F85
(139,111,133)
#7F6579
(127,101,121)
#735B6D
(115,91,109)
#675161
(103,81,97)
#5B4755
(91,71,85)
#4F3D49
(79,61,73)
#43333D
(67,51,61)
#372931
(55,41,49)
#2B1F25
(43,31,37)
#1F1519
(31,21,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #8B6F85

#8B6F85
(139,111,133)
#957C90
(149,124,144)
#9F899B
(159,137,155)
#A996A6
(169,150,166)
#B3A3B1
(179,163,177)
#BDB0BC
(189,176,188)
#C7BDC7
(199,189,199)
#D1CAD2
(209,202,210)
#DBD7DD
(219,215,221)
#E5E4E8
(229,228,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6F85 color. Also use rgb(139,111,133) instead hex code.

Text Font Color

.myTextColor { color: #8B6F85; }

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

This text font color is #8B6F85.


Background Color

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

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

This div background color is #8B6F85.


Border color

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

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

This div border color is #8B6F85.


Opacity

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

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

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

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

This text has shadow with #8B6F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6F85 on black background.


Color preview on white background

This text has color #8B6F85 on white background.



Black color preview on #8B6F85 background

This text has black color on #8B6F85 background.


White color preview on #8B6F85 background

This text has white color on #8B6F85 background.