COLOR #808587

HEX: #808587
RGB: (128,133,135)

Color info

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

RGB color model

#808587 color RGB value is (128,133,135).

  • red value is 128;
  • green value is 133;
  • blue value is 135.
RGB:
(128,133,135)
(50%,52%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 135 of 255 = 53%

128
133
135

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 135 = 396 (100%)
R 128 of 396 ~ 32.32%
G 133 of 396 ~ 33.59%
B 135 of 396 ~ 34.09%

%32.32
%33.59
%34.09

CMYK color model

#808587 color CMYK value is (5,1,0,47).

  • cyan value is 5.19%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(5,1,0,47)
C5M1Y0K47 
(5%,1%,0%,47%)
(0.05/0.01/0.00/0.47)	

CMYK percentages

%5.19
%1.48
%0
%47.06

Codes

Color #808587 in popluar color models

808587
RGB128133135
HSL197°2.83%51.57%
HSB/HSV197°5.19%52.94%
CMYK5.19%1.48%0.00%
47.06%

Color #808587 in popluar number systems.

HEX808587
Decimal128133135
Binary100000001000010110000111
Octal200205207

Shades and tints

Shades of #808587

#808587
(128,133,135)
#75797B
(117,121,123)
#6A6D6F
(106,109,111)
#5F6163
(95,97,99)
#545557
(84,85,87)
#49494B
(73,73,75)
#3E3D3F
(62,61,63)
#333133
(51,49,51)
#282527
(40,37,39)
#1D191B
(29,25,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #808587

#808587
(128,133,135)
#8B9091
(139,144,145)
#969B9B
(150,155,155)
#A1A6A5
(161,166,165)
#ACB1AF
(172,177,175)
#B7BCB9
(183,188,185)
#C2C7C3
(194,199,195)
#CDD2CD
(205,210,205)
#D8DDD7
(216,221,215)
#E3E8E1
(227,232,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808587 color. Also use rgb(128,133,135) instead hex code.

Text Font Color

.myTextColor { color: #808587; }

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

This text font color is #808587.


Background Color

.myBgColor { background-color: #808587; }

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

This div background color is #808587.


Border color

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

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

This div border color is #808587.


Opacity

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

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

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

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

This text has shadow with #808587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808587 on black background.


Color preview on white background

This text has color #808587 on white background.



Black color preview on #808587 background

This text has black color on #808587 background.


White color preview on #808587 background

This text has white color on #808587 background.