COLOR #808A87

HEX: #808A87
RGB: (128,138,135)

Color info

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

RGB color model

#808A87 color RGB value is (128,138,135).

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

RGB channels and saturation

R 128 of 255 = 50%
G 138 of 255 = 54%
B 135 of 255 = 53%

128
138
135

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

Portions of RGB colors in percentages

R + G + B =
128 + 138 + 135 = 401 (100%)
R 128 of 401 ~ 31.92%
G 138 of 401 ~ 34.41%
B 135 of 401 ~ 33.67%

%31.92
%34.41
%33.67

CMYK color model

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

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

CMYK percentages

%7.25
%0
%2.17
%45.88

Codes

Color #808A87 in popluar color models

808A87
RGB128138135
HSL162°4.10%52.16%
HSB/HSV162°7.25%54.12%
CMYK7.25%0.00%2.17%
45.88%

Color #808A87 in popluar number systems.

HEX808A87
Decimal128138135
Binary100000001000101010000111
Octal200212207

Shades and tints

Shades of #808A87

#808A87
(128,138,135)
#757E7B
(117,126,123)
#6A726F
(106,114,111)
#5F6663
(95,102,99)
#545A57
(84,90,87)
#494E4B
(73,78,75)
#3E423F
(62,66,63)
#333633
(51,54,51)
#282A27
(40,42,39)
#1D1E1B
(29,30,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #808A87

#808A87
(128,138,135)
#8B9491
(139,148,145)
#969E9B
(150,158,155)
#A1A8A5
(161,168,165)
#ACB2AF
(172,178,175)
#B7BCB9
(183,188,185)
#C2C6C3
(194,198,195)
#CDD0CD
(205,208,205)
#D8DAD7
(216,218,215)
#E3E4E1
(227,228,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808A87; }

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

This text font color is #808A87.


Background Color

.myBgColor { background-color: #808A87; }

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

This div background color is #808A87.


Border color

.myBorderColor { border: 1px solid #808A87; }

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

This div border color is #808A87.


Opacity

.myOpacity80 { color: #808A87; opacity: 0.8; }

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

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

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

This text has shadow with #808A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808A87 on black background.


Color preview on white background

This text has color #808A87 on white background.



Black color preview on #808A87 background

This text has black color on #808A87 background.


White color preview on #808A87 background

This text has white color on #808A87 background.