COLOR #808890

HEX: #808890
RGB: (128,136,144)

Color info

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

RGB color model

#808890 color RGB value is (128,136,144).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 144 of 255 = 56%

128
136
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 144 = 408 (100%)
R 128 of 408 ~ 31.37%
G 136 of 408 ~ 33.33%
B 144 of 408 ~ 35.29%

%31.37
%33.33
%35.29

CMYK color model

#808890 color CMYK value is (11,6,0,44).

  • cyan value is 11.11%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(11,6,0,44)
C11M6Y0K44 
(11%,6%,0%,44%)
(0.11/0.06/0.00/0.44)	

CMYK percentages

%11.11
%5.56
%0
%43.53

Codes

Color #808890 in popluar color models

808890
RGB128136144
HSL210°6.72%53.33%
HSB/HSV210°11.11%56.47%
CMYK11.11%5.56%0.00%
43.53%

Color #808890 in popluar number systems.

HEX808890
Decimal128136144
Binary100000001000100010010000
Octal200210220

Shades and tints

Shades of #808890

#808890
(128,136,144)
#757C83
(117,124,131)
#6A7076
(106,112,118)
#5F6469
(95,100,105)
#54585C
(84,88,92)
#494C4F
(73,76,79)
#3E4042
(62,64,66)
#333435
(51,52,53)
#282828
(40,40,40)
#1D1C1B
(29,28,27)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #808890

#808890
(128,136,144)
#8B929A
(139,146,154)
#969CA4
(150,156,164)
#A1A6AE
(161,166,174)
#ACB0B8
(172,176,184)
#B7BAC2
(183,186,194)
#C2C4CC
(194,196,204)
#CDCED6
(205,206,214)
#D8D8E0
(216,216,224)
#E3E2EA
(227,226,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808890; }

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

This text font color is #808890.


Background Color

.myBgColor { background-color: #808890; }

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

This div background color is #808890.


Border color

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

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

This div border color is #808890.


Opacity

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

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

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

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

This text has shadow with #808890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808890 on black background.


Color preview on white background

This text has color #808890 on white background.



Black color preview on #808890 background

This text has black color on #808890 background.


White color preview on #808890 background

This text has white color on #808890 background.