COLOR #808597

HEX: #808597
RGB: (128,133,151)

Color info

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

RGB color model

#808597 color RGB value is (128,133,151).

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

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 151 of 255 = 59%

128
133
151

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 151 = 412 (100%)
R 128 of 412 ~ 31.07%
G 133 of 412 ~ 32.28%
B 151 of 412 ~ 36.65%

%31.07
%32.28
%36.65

CMYK color model

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

  • cyan value is 15.23%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(15,12,0,41)
C15M12Y0K41 
(15%,12%,0%,41%)
(0.15/0.12/0.00/0.41)	

CMYK percentages

%15.23
%11.92
%0
%40.78

Codes

Color #808597 in popluar color models

808597
RGB128133151
HSL227°9.96%54.71%
HSB/HSV227°15.23%59.22%
CMYK15.23%11.92%0.00%
40.78%

Color #808597 in popluar number systems.

HEX808597
Decimal128133151
Binary100000001000010110010111
Octal200205227

Shades and tints

Shades of #808597

#808597
(128,133,151)
#75798A
(117,121,138)
#6A6D7D
(106,109,125)
#5F6170
(95,97,112)
#545563
(84,85,99)
#494956
(73,73,86)
#3E3D49
(62,61,73)
#33313C
(51,49,60)
#28252F
(40,37,47)
#1D1922
(29,25,34)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #808597

#808597
(128,133,151)
#8B90A0
(139,144,160)
#969BA9
(150,155,169)
#A1A6B2
(161,166,178)
#ACB1BB
(172,177,187)
#B7BCC4
(183,188,196)
#C2C7CD
(194,199,205)
#CDD2D6
(205,210,214)
#D8DDDF
(216,221,223)
#E3E8E8
(227,232,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808597; }

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

This text font color is #808597.


Background Color

.myBgColor { background-color: #808597; }

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

This div background color is #808597.


Border color

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

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

This div border color is #808597.


Opacity

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

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

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

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

This text has shadow with #808597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808597 on black background.


Color preview on white background

This text has color #808597 on white background.



Black color preview on #808597 background

This text has black color on #808597 background.


White color preview on #808597 background

This text has white color on #808597 background.