COLOR #809496

HEX: #809496
RGB: (128,148,150)

Color info

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

RGB color model

#809496 color RGB value is (128,148,150).

  • red value is 128;
  • green value is 148;
  • blue value is 150.
RGB:
(128,148,150)
(50%,58%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 150 of 255 = 59%

128
148
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 150 = 426 (100%)
R 128 of 426 ~ 30.05%
G 148 of 426 ~ 34.74%
B 150 of 426 ~ 35.21%

%30.05
%34.74
%35.21

CMYK color model

#809496 color CMYK value is (15,1,0,41).

  • cyan value is 14.67%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,1,0,41)
C15M1Y0K41 
(15%,1%,0%,41%)
(0.15/0.01/0.00/0.41)	

CMYK percentages

%14.67
%1.33
%0
%41.18

Codes

Color #809496 in popluar color models

809496
RGB128148150
HSL185°9.48%54.51%
HSB/HSV185°14.67%58.82%
CMYK14.67%1.33%0.00%
41.18%

Color #809496 in popluar number systems.

HEX809496
Decimal128148150
Binary100000001001010010010110
Octal200224226

Shades and tints

Shades of #809496

#809496
(128,148,150)
#758789
(117,135,137)
#6A7A7C
(106,122,124)
#5F6D6F
(95,109,111)
#546062
(84,96,98)
#495355
(73,83,85)
#3E4648
(62,70,72)
#33393B
(51,57,59)
#282C2E
(40,44,46)
#1D1F21
(29,31,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #809496

#809496
(128,148,150)
#8B9D9F
(139,157,159)
#96A6A8
(150,166,168)
#A1AFB1
(161,175,177)
#ACB8BA
(172,184,186)
#B7C1C3
(183,193,195)
#C2CACC
(194,202,204)
#CDD3D5
(205,211,213)
#D8DCDE
(216,220,222)
#E3E5E7
(227,229,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809496 color. Also use rgb(128,148,150) instead hex code.

Text Font Color

.myTextColor { color: #809496; }

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

This text font color is #809496.


Background Color

.myBgColor { background-color: #809496; }

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

This div background color is #809496.


Border color

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

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

This div border color is #809496.


Opacity

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

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

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

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

This text has shadow with #809496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809496 on black background.


Color preview on white background

This text has color #809496 on white background.



Black color preview on #809496 background

This text has black color on #809496 background.


White color preview on #809496 background

This text has white color on #809496 background.