COLOR #8B807E

HEX: #8B807E
RGB: (139,128,126)

Color info

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

RGB color model

#8B807E color RGB value is (139,128,126).

  • red value is 139;
  • green value is 128;
  • blue value is 126.
RGB:
(139,128,126)
(55%,50%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 126 of 255 = 49%

139
128
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 126 = 393 (100%)
R 139 of 393 ~ 35.37%
G 128 of 393 ~ 32.57%
B 126 of 393 ~ 32.06%

%35.37
%32.57
%32.06

CMYK color model

#8B807E color CMYK value is (0,8,9,45).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,8,9,45)
C0M8Y9K45 
(0%,8%,9%,45%)
(0.00/0.08/0.09/0.45)	

CMYK percentages

%0
%7.91
%9.35
%45.49

Codes

Color #8B807E in popluar color models

8B807E
RGB139128126
HSL5.31%51.96%
HSB/HSV9.35%54.51%
CMYK0.00%7.91%9.35%
45.49%

Color #8B807E in popluar number systems.

HEX8B807E
Decimal139128126
Binary10001011100000001111110
Octal213200176

Shades and tints

Shades of #8B807E

#8B807E
(139,128,126)
#7F7573
(127,117,115)
#736A68
(115,106,104)
#675F5D
(103,95,93)
#5B5452
(91,84,82)
#4F4947
(79,73,71)
#433E3C
(67,62,60)
#373331
(55,51,49)
#2B2826
(43,40,38)
#1F1D1B
(31,29,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B807E

#8B807E
(139,128,126)
#958B89
(149,139,137)
#9F9694
(159,150,148)
#A9A19F
(169,161,159)
#B3ACAA
(179,172,170)
#BDB7B5
(189,183,181)
#C7C2C0
(199,194,192)
#D1CDCB
(209,205,203)
#DBD8D6
(219,216,214)
#E5E3E1
(229,227,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B807E color. Also use rgb(139,128,126) instead hex code.

Text Font Color

.myTextColor { color: #8B807E; }

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

This text font color is #8B807E.


Background Color

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

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

This div background color is #8B807E.


Border color

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

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

This div border color is #8B807E.


Opacity

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

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

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

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

This text has shadow with #8B807E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B807E on black background.


Color preview on white background

This text has color #8B807E on white background.



Black color preview on #8B807E background

This text has black color on #8B807E background.


White color preview on #8B807E background

This text has white color on #8B807E background.