COLOR #808899

HEX: #808899
RGB: (128,136,153)

Color info

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

RGB color model

#808899 color RGB value is (128,136,153).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 153 of 255 = 60%

128
136
153

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 153 = 417 (100%)
R 128 of 417 ~ 30.7%
G 136 of 417 ~ 32.61%
B 153 of 417 ~ 36.69%

%30.7
%32.61
%36.69

CMYK color model

#808899 color CMYK value is (16,11,0,40).

  • cyan value is 16.34%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(16,11,0,40)
C16M11Y0K40 
(16%,11%,0%,40%)
(0.16/0.11/0.00/0.40)	

CMYK percentages

%16.34
%11.11
%0
%40

Codes

Color #808899 in popluar color models

808899
RGB128136153
HSL221°10.92%55.10%
HSB/HSV221°16.34%60.00%
CMYK16.34%11.11%0.00%
40.00%

Color #808899 in popluar number systems.

HEX808899
Decimal128136153
Binary100000001000100010011001
Octal200210231

Shades and tints

Shades of #808899

#808899
(128,136,153)
#757C8C
(117,124,140)
#6A707F
(106,112,127)
#5F6472
(95,100,114)
#545865
(84,88,101)
#494C58
(73,76,88)
#3E404B
(62,64,75)
#33343E
(51,52,62)
#282831
(40,40,49)
#1D1C24
(29,28,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #808899

#808899
(128,136,153)
#8B92A2
(139,146,162)
#969CAB
(150,156,171)
#A1A6B4
(161,166,180)
#ACB0BD
(172,176,189)
#B7BAC6
(183,186,198)
#C2C4CF
(194,196,207)
#CDCED8
(205,206,216)
#D8D8E1
(216,216,225)
#E3E2EA
(227,226,234)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808899; }

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

This text font color is #808899.


Background Color

.myBgColor { background-color: #808899; }

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

This div background color is #808899.


Border color

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

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

This div border color is #808899.


Opacity

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

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

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

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

This text has shadow with #808899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808899 on black background.


Color preview on white background

This text has color #808899 on white background.



Black color preview on #808899 background

This text has black color on #808899 background.


White color preview on #808899 background

This text has white color on #808899 background.