COLOR #89807E

HEX: #89807E
RGB: (137,128,126)

Color info

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

RGB color model

#89807E color RGB value is (137,128,126).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 126 of 255 = 49%

137
128
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 126 = 391 (100%)
R 137 of 391 ~ 35.04%
G 128 of 391 ~ 32.74%
B 126 of 391 ~ 32.23%

%35.04
%32.74
%32.23

CMYK color model

#89807E color CMYK value is (0,7,8,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(0,7,8,46)
C0M7Y8K46 
(0%,7%,8%,46%)
(0.00/0.07/0.08/0.46)	

CMYK percentages

%0
%6.57
%8.03
%46.27

Codes

Color #89807E in popluar color models

89807E
RGB137128126
HSL11°4.45%51.57%
HSB/HSV11°8.03%53.73%
CMYK0.00%6.57%8.03%
46.27%

Color #89807E in popluar number systems.

HEX89807E
Decimal137128126
Binary10001001100000001111110
Octal211200176

Shades and tints

Shades of #89807E

#89807E
(137,128,126)
#7D7573
(125,117,115)
#716A68
(113,106,104)
#655F5D
(101,95,93)
#595452
(89,84,82)
#4D4947
(77,73,71)
#413E3C
(65,62,60)
#353331
(53,51,49)
#292826
(41,40,38)
#1D1D1B
(29,29,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #89807E

#89807E
(137,128,126)
#938B89
(147,139,137)
#9D9694
(157,150,148)
#A7A19F
(167,161,159)
#B1ACAA
(177,172,170)
#BBB7B5
(187,183,181)
#C5C2C0
(197,194,192)
#CFCDCB
(207,205,203)
#D9D8D6
(217,216,214)
#E3E3E1
(227,227,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89807E color. Also use rgb(137,128,126) instead hex code.

Text Font Color

.myTextColor { color: #89807E; }

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

This text font color is #89807E.


Background Color

.myBgColor { background-color: #89807E; }

<div style="background-color:#89807E">Inner text</div>

This div background color is #89807E.


Border color

.myBorderColor { border: 1px solid #89807E; }

<div style="border:3px solid #89807E">Div</div>

This div border color is #89807E.


Opacity

.myOpacity80 { color: #89807E; opacity: 0.8; }

<p style="color:#89807E;opacity:0.8;">80%</p>

Text with #89807E 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 #89807E;}

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

This text has shadow with #89807E color.

.textShadow {text-shadow: 3px 3px 1px #89807E, 3px 3px 1px red;}

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

This text has shadow with #89807E primary color and red secondary color.


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

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

This text has shadow with #89807E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89807E on black background.


Color preview on white background

This text has color #89807E on white background.



Black color preview on #89807E background

This text has black color on #89807E background.


White color preview on #89807E background

This text has white color on #89807E background.