COLOR #808986

HEX: #808986
RGB: (128,137,134)

Color info

#808986 contains red, green and blue colors in about the same proportion. Web safe color of #808986 is #669999 (or #699).

RGB color model

#808986 color RGB value is (128,137,134).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 134 of 255 = 53%

128
137
134

R + G + B ~ 52%. #808986 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 134 = 399 (100%)
R 128 of 399 ~ 32.08%
G 137 of 399 ~ 34.34%
B 134 of 399 ~ 33.58%

%32.08
%34.34
%33.58

CMYK color model

#808986 color CMYK value is (7,0,2,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(7,0,2,46)
C7M0Y2K46 
(7%,0%,2%,46%)
(0.07/0.00/0.02/0.46)	

CMYK percentages

%6.57
%0
%2.19
%46.27

Codes

Color #808986 in popluar color models

808986
RGB128137134
HSL160°3.67%51.96%
HSB/HSV160°6.57%53.73%
CMYK6.57%0.00%2.19%
46.27%

Color #808986 in popluar number systems.

HEX808986
Decimal128137134
Binary100000001000100110000110
Octal200211206

Shades and tints

Shades of #808986

#808986
(128,137,134)
#757D7A
(117,125,122)
#6A716E
(106,113,110)
#5F6562
(95,101,98)
#545956
(84,89,86)
#494D4A
(73,77,74)
#3E413E
(62,65,62)
#333532
(51,53,50)
#282926
(40,41,38)
#1D1D1A
(29,29,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #808986

#808986
(128,137,134)
#8B9391
(139,147,145)
#969D9C
(150,157,156)
#A1A7A7
(161,167,167)
#ACB1B2
(172,177,178)
#B7BBBD
(183,187,189)
#C2C5C8
(194,197,200)
#CDCFD3
(205,207,211)
#D8D9DE
(216,217,222)
#E3E3E9
(227,227,233)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808986; }

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

This text font color is #808986.


Background Color

.myBgColor { background-color: #808986; }

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

This div background color is #808986.


Border color

.myBorderColor { border: 1px solid #808986; }

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

This div border color is #808986.


Opacity

.myOpacity80 { color: #808986; opacity: 0.8; }

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

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

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

This text has shadow with #808986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808986 on black background.


Color preview on white background

This text has color #808986 on white background.



Black color preview on #808986 background

This text has black color on #808986 background.


White color preview on #808986 background

This text has white color on #808986 background.