COLOR #808A9D

HEX: #808A9D
RGB: (128,138,157)

Color info

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

RGB color model

#808A9D color RGB value is (128,138,157).

  • red value is 128;
  • green value is 138;
  • blue value is 157.
RGB:
(128,138,157)
(50%,54%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 138 of 255 = 54%
B 157 of 255 = 62%

128
138
157

R + G + B ~ 55%. #808A9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 138 + 157 = 423 (100%)
R 128 of 423 ~ 30.26%
G 138 of 423 ~ 32.62%
B 157 of 423 ~ 37.12%

%30.26
%32.62
%37.12

CMYK color model

#808A9D color CMYK value is (18,12,0,38).

  • cyan value is 18.47%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,12,0,38)
C18M12Y0K38 
(18%,12%,0%,38%)
(0.18/0.12/0.00/0.38)	

CMYK percentages

%18.47
%12.1
%0
%38.43

Codes

Color #808A9D in popluar color models

808A9D
RGB128138157
HSL219°12.89%55.88%
HSB/HSV219°18.47%61.57%
CMYK18.47%12.10%0.00%
38.43%

Color #808A9D in popluar number systems.

HEX808A9D
Decimal128138157
Binary100000001000101010011101
Octal200212235

Shades and tints

Shades of #808A9D

#808A9D
(128,138,157)
#757E8F
(117,126,143)
#6A7281
(106,114,129)
#5F6673
(95,102,115)
#545A65
(84,90,101)
#494E57
(73,78,87)
#3E4249
(62,66,73)
#33363B
(51,54,59)
#282A2D
(40,42,45)
#1D1E1F
(29,30,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #808A9D

#808A9D
(128,138,157)
#8B94A5
(139,148,165)
#969EAD
(150,158,173)
#A1A8B5
(161,168,181)
#ACB2BD
(172,178,189)
#B7BCC5
(183,188,197)
#C2C6CD
(194,198,205)
#CDD0D5
(205,208,213)
#D8DADD
(216,218,221)
#E3E4E5
(227,228,229)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808A9D color. Also use rgb(128,138,157) instead hex code.

Text Font Color

.myTextColor { color: #808A9D; }

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

This text font color is #808A9D.


Background Color

.myBgColor { background-color: #808A9D; }

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

This div background color is #808A9D.


Border color

.myBorderColor { border: 1px solid #808A9D; }

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

This div border color is #808A9D.


Opacity

.myOpacity80 { color: #808A9D; opacity: 0.8; }

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

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

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

This text has shadow with #808A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808A9D on black background.


Color preview on white background

This text has color #808A9D on white background.



Black color preview on #808A9D background

This text has black color on #808A9D background.


White color preview on #808A9D background

This text has white color on #808A9D background.