COLOR #808892

HEX: #808892
RGB: (128,136,146)

Color info

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

RGB color model

#808892 color RGB value is (128,136,146).

  • red value is 128;
  • green value is 136;
  • blue value is 146.
RGB:
(128,136,146)
(50%,53%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 146 of 255 = 57%

128
136
146

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 146 = 410 (100%)
R 128 of 410 ~ 31.22%
G 136 of 410 ~ 33.17%
B 146 of 410 ~ 35.61%

%31.22
%33.17
%35.61

CMYK color model

#808892 color CMYK value is (12,7,0,43).

  • cyan value is 12.33%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(12,7,0,43)
C12M7Y0K43 
(12%,7%,0%,43%)
(0.12/0.07/0.00/0.43)	

CMYK percentages

%12.33
%6.85
%0
%42.75

Codes

Color #808892 in popluar color models

808892
RGB128136146
HSL213°7.63%53.73%
HSB/HSV213°12.33%57.25%
CMYK12.33%6.85%0.00%
42.75%

Color #808892 in popluar number systems.

HEX808892
Decimal128136146
Binary100000001000100010010010
Octal200210222

Shades and tints

Shades of #808892

#808892
(128,136,146)
#757C85
(117,124,133)
#6A7078
(106,112,120)
#5F646B
(95,100,107)
#54585E
(84,88,94)
#494C51
(73,76,81)
#3E4044
(62,64,68)
#333437
(51,52,55)
#28282A
(40,40,42)
#1D1C1D
(29,28,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #808892

#808892
(128,136,146)
#8B929B
(139,146,155)
#969CA4
(150,156,164)
#A1A6AD
(161,166,173)
#ACB0B6
(172,176,182)
#B7BABF
(183,186,191)
#C2C4C8
(194,196,200)
#CDCED1
(205,206,209)
#D8D8DA
(216,216,218)
#E3E2E3
(227,226,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808892; }

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

This text font color is #808892.


Background Color

.myBgColor { background-color: #808892; }

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

This div background color is #808892.


Border color

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

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

This div border color is #808892.


Opacity

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

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

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

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

This text has shadow with #808892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808892 on black background.


Color preview on white background

This text has color #808892 on white background.



Black color preview on #808892 background

This text has black color on #808892 background.


White color preview on #808892 background

This text has white color on #808892 background.