COLOR #808992

HEX: #808992 RGB: (128,137,146)

Color info

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

RGB color model

#808992 color RGB value is (128,137,146).

RGB: (128,137,146) (50%, 54%, 57%)

RGB channels and saturation

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

128
137
146

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

Portions of RGB colors in percentages

R + G + B = 128 + 137 + 146 = 411 (100%)
R 128 of 411 ~ 31.14%
G 137 of 411 ~ 33.33%
B 146 of 411 ~ 35.52'%

%31.14
%33.33
%35.52

CMYK color model

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

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

CMYK percentages

%12.33
%6.16
%0
%42.75

Codes

Color #808992 in popluar color models

80 89 92
RGB 128 137 146
HSL 210° 7.63% 53.73%
HSB/HSV 210° 12.33% 57.25%
CMYK 12.33% 6.16% 0.00%
42.75%

Color #808992 in popluar number systems.

HEX 80 89 92
Decimal 128 137 146
Binary 10000000 10001001 10010010
Octal 200 211 222

Shades and tints

Shades of #808992

#808992
(128,137,146)
#757D85
(117,125,133)
#6A7178
(106,113,120)
#5F656B
(95,101,107)
#54595E
(84,89,94)
#494D51
(73,77,81)
#3E4144
(62,65,68)
#333537
(51,53,55)
#28292A
(40,41,42)
#1D1D1D
(29,29,29)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #808992

#808992
(128,137,146)
#8B939B
(139,147,155)
#969DA4
(150,157,164)
#A1A7AD
(161,167,173)
#ACB1B6
(172,177,182)
#B7BBBF
(183,187,191)
#C2C5C8
(194,197,200)
#CDCFD1
(205,207,209)
#D8D9DA
(216,217,218)
#E3E3E3
(227,227,227)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808992; }

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

This text font color is #808992.

Background Color

.myBgColor { background-color: #808992; }

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

This div background color is #808992.

Border color

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

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

This div border color is #808992.

Opacity

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

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

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

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

This text has shadow with #808992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808992.

Preview

Color preview on black background

This text has color #808992 on black background.


Color preview on white background

This text has color #808992 on white background.


Black color preview on #808992 background

This text has black color on #808992 background.


White color preview on #808992 background

This text has white color on #808992 background.


Related colors

Complementary color

Complementary color for #hex is #7F766D.


I love getcolorcode.com

Triadic colors

1 #928089 and #899280 with #808992 are triadic colors.

2 #928980 and #898092 with #808992 are triadic colors.