COLOR #808495

HEX: #808495
RGB: (128,132,149)

Color info

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

RGB color model

#808495 color RGB value is (128,132,149).

  • red value is 128;
  • green value is 132;
  • blue value is 149.
RGB:
(128,132,149)
(50%,52%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 149 of 255 = 58%

128
132
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 149 = 409 (100%)
R 128 of 409 ~ 31.3%
G 132 of 409 ~ 32.27%
B 149 of 409 ~ 36.43%

%31.3
%32.27
%36.43

CMYK color model

#808495 color CMYK value is (14,11,0,42).

  • cyan value is 14.09%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(14,11,0,42)
C14M11Y0K42 
(14%,11%,0%,42%)
(0.14/0.11/0.00/0.42)	

CMYK percentages

%14.09
%11.41
%0
%41.57

Codes

Color #808495 in popluar color models

808495
RGB128132149
HSL229°9.01%54.31%
HSB/HSV229°14.09%58.43%
CMYK14.09%11.41%0.00%
41.57%

Color #808495 in popluar number systems.

HEX808495
Decimal128132149
Binary100000001000010010010101
Octal200204225

Shades and tints

Shades of #808495

#808495
(128,132,149)
#757888
(117,120,136)
#6A6C7B
(106,108,123)
#5F606E
(95,96,110)
#545461
(84,84,97)
#494854
(73,72,84)
#3E3C47
(62,60,71)
#33303A
(51,48,58)
#28242D
(40,36,45)
#1D1820
(29,24,32)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #808495

#808495
(128,132,149)
#8B8F9E
(139,143,158)
#969AA7
(150,154,167)
#A1A5B0
(161,165,176)
#ACB0B9
(172,176,185)
#B7BBC2
(183,187,194)
#C2C6CB
(194,198,203)
#CDD1D4
(205,209,212)
#D8DCDD
(216,220,221)
#E3E7E6
(227,231,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808495 color. Also use rgb(128,132,149) instead hex code.

Text Font Color

.myTextColor { color: #808495; }

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

This text font color is #808495.


Background Color

.myBgColor { background-color: #808495; }

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

This div background color is #808495.


Border color

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

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

This div border color is #808495.


Opacity

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

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

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

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

This text has shadow with #808495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808495 on black background.


Color preview on white background

This text has color #808495 on white background.



Black color preview on #808495 background

This text has black color on #808495 background.


White color preview on #808495 background

This text has white color on #808495 background.