COLOR #808796

HEX: #808796
RGB: (128,135,150)

Color info

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

RGB color model

#808796 color RGB value is (128,135,150).

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

RGB channels and saturation

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

128
135
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 150 = 413 (100%)
R 128 of 413 ~ 30.99%
G 135 of 413 ~ 32.69%
B 150 of 413 ~ 36.32%

%30.99
%32.69
%36.32

CMYK color model

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

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

CMYK percentages

%14.67
%10
%0
%41.18

Codes

Color #808796 in popluar color models

808796
RGB128135150
HSL221°9.48%54.51%
HSB/HSV221°14.67%58.82%
CMYK14.67%10.00%0.00%
41.18%

Color #808796 in popluar number systems.

HEX808796
Decimal128135150
Binary100000001000011110010110
Octal200207226

Shades and tints

Shades of #808796

#808796
(128,135,150)
#757B89
(117,123,137)
#6A6F7C
(106,111,124)
#5F636F
(95,99,111)
#545762
(84,87,98)
#494B55
(73,75,85)
#3E3F48
(62,63,72)
#33333B
(51,51,59)
#28272E
(40,39,46)
#1D1B21
(29,27,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #808796

#808796
(128,135,150)
#8B919F
(139,145,159)
#969BA8
(150,155,168)
#A1A5B1
(161,165,177)
#ACAFBA
(172,175,186)
#B7B9C3
(183,185,195)
#C2C3CC
(194,195,204)
#CDCDD5
(205,205,213)
#D8D7DE
(216,215,222)
#E3E1E7
(227,225,231)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808796; }

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

This text font color is #808796.


Background Color

.myBgColor { background-color: #808796; }

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

This div background color is #808796.


Border color

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

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

This div border color is #808796.


Opacity

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

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

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

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

This text has shadow with #808796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808796 on black background.


Color preview on white background

This text has color #808796 on white background.



Black color preview on #808796 background

This text has black color on #808796 background.


White color preview on #808796 background

This text has white color on #808796 background.