COLOR #808096

HEX: #808096
RGB: (128,128,150)

Color info

#808096 contains red, green and blue colors in about the same proportion. Web safe color of #808096 is #666699 (or #669).

RGB color model

#808096 color RGB value is (128,128,150).

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

RGB channels and saturation

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

128
128
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 150 = 406 (100%)
R 128 of 406 ~ 31.53%
G 128 of 406 ~ 31.53%
B 150 of 406 ~ 36.95%

%31.53
%31.53
%36.95

CMYK color model

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

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

CMYK percentages

%14.67
%14.67
%0
%41.18

Codes

Color #808096 in popluar color models

808096
RGB128128150
HSL240°9.48%54.51%
HSB/HSV240°14.67%58.82%
CMYK14.67%14.67%0.00%
41.18%

Color #808096 in popluar number systems.

HEX808096
Decimal128128150
Binary100000001000000010010110
Octal200200226

Shades and tints

Shades of #808096

#808096
(128,128,150)
#757589
(117,117,137)
#6A6A7C
(106,106,124)
#5F5F6F
(95,95,111)
#545462
(84,84,98)
#494955
(73,73,85)
#3E3E48
(62,62,72)
#33333B
(51,51,59)
#28282E
(40,40,46)
#1D1D21
(29,29,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #808096

#808096
(128,128,150)
#8B8B9F
(139,139,159)
#9696A8
(150,150,168)
#A1A1B1
(161,161,177)
#ACACBA
(172,172,186)
#B7B7C3
(183,183,195)
#C2C2CC
(194,194,204)
#CDCDD5
(205,205,213)
#D8D8DE
(216,216,222)
#E3E3E7
(227,227,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808096; }

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

This text font color is #808096.


Background Color

.myBgColor { background-color: #808096; }

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

This div background color is #808096.


Border color

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

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

This div border color is #808096.


Opacity

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

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

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

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

This text has shadow with #808096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808096 on black background.


Color preview on white background

This text has color #808096 on white background.



Black color preview on #808096 background

This text has black color on #808096 background.


White color preview on #808096 background

This text has white color on #808096 background.