COLOR #808196

HEX: #808196
RGB: (128,129,150)

Color info

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

RGB color model

#808196 color RGB value is (128,129,150).

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

RGB channels and saturation

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

128
129
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 150 = 407 (100%)
R 128 of 407 ~ 31.45%
G 129 of 407 ~ 31.7%
B 150 of 407 ~ 36.86%

%31.45
%31.7
%36.86

CMYK color model

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

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

CMYK percentages

%14.67
%14
%0
%41.18

Codes

Color #808196 in popluar color models

808196
RGB128129150
HSL237°9.48%54.51%
HSB/HSV237°14.67%58.82%
CMYK14.67%14.00%0.00%
41.18%

Color #808196 in popluar number systems.

HEX808196
Decimal128129150
Binary100000001000000110010110
Octal200201226

Shades and tints

Shades of #808196

#808196
(128,129,150)
#757689
(117,118,137)
#6A6B7C
(106,107,124)
#5F606F
(95,96,111)
#545562
(84,85,98)
#494A55
(73,74,85)
#3E3F48
(62,63,72)
#33343B
(51,52,59)
#28292E
(40,41,46)
#1D1E21
(29,30,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #808196

#808196
(128,129,150)
#8B8C9F
(139,140,159)
#9697A8
(150,151,168)
#A1A2B1
(161,162,177)
#ACADBA
(172,173,186)
#B7B8C3
(183,184,195)
#C2C3CC
(194,195,204)
#CDCED5
(205,206,213)
#D8D9DE
(216,217,222)
#E3E4E7
(227,228,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808196; }

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

This text font color is #808196.


Background Color

.myBgColor { background-color: #808196; }

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

This div background color is #808196.


Border color

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

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

This div border color is #808196.


Opacity

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

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

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

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

This text has shadow with #808196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808196 on black background.


Color preview on white background

This text has color #808196 on white background.



Black color preview on #808196 background

This text has black color on #808196 background.


White color preview on #808196 background

This text has white color on #808196 background.