COLOR #808991

HEX: #808991
RGB: (128,137,145)

Color info

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

RGB color model

#808991 color RGB value is (128,137,145).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 145 of 255 = 57%

128
137
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 145 = 410 (100%)
R 128 of 410 ~ 31.22%
G 137 of 410 ~ 33.41%
B 145 of 410 ~ 35.37%

%31.22
%33.41
%35.37

CMYK color model

#808991 color CMYK value is (12,6,0,43).

  • cyan value is 11.72%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,6,0,43)
C12M6Y0K43 
(12%,6%,0%,43%)
(0.12/0.06/0.00/0.43)	

CMYK percentages

%11.72
%5.52
%0
%43.14

Codes

Color #808991 in popluar color models

808991
RGB128137145
HSL208°7.17%53.53%
HSB/HSV208°11.72%56.86%
CMYK11.72%5.52%0.00%
43.14%

Color #808991 in popluar number systems.

HEX808991
Decimal128137145
Binary100000001000100110010001
Octal200211221

Shades and tints

Shades of #808991

#808991
(128,137,145)
#757D84
(117,125,132)
#6A7177
(106,113,119)
#5F656A
(95,101,106)
#54595D
(84,89,93)
#494D50
(73,77,80)
#3E4143
(62,65,67)
#333536
(51,53,54)
#282929
(40,41,41)
#1D1D1C
(29,29,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #808991

#808991
(128,137,145)
#8B939B
(139,147,155)
#969DA5
(150,157,165)
#A1A7AF
(161,167,175)
#ACB1B9
(172,177,185)
#B7BBC3
(183,187,195)
#C2C5CD
(194,197,205)
#CDCFD7
(205,207,215)
#D8D9E1
(216,217,225)
#E3E3EB
(227,227,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808991; }

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

This text font color is #808991.


Background Color

.myBgColor { background-color: #808991; }

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

This div background color is #808991.


Border color

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

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

This div border color is #808991.


Opacity

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

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

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

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

This text has shadow with #808991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808991 on black background.


Color preview on white background

This text has color #808991 on white background.



Black color preview on #808991 background

This text has black color on #808991 background.


White color preview on #808991 background

This text has white color on #808991 background.