COLOR #80897F

HEX: #80897F
RGB: (128,137,127)

Color info

#80897F contains red, green and blue colors in about the same proportion. Web safe color of #80897F is #669966 (or #696).

RGB color model

#80897F color RGB value is (128,137,127).

  • red value is 128;
  • green value is 137;
  • blue value is 127.
RGB:
(128,137,127)
(50%,54%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 127 of 255 = 50%

128
137
127

R + G + B ~ 51%. #80897F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 127 = 392 (100%)
R 128 of 392 ~ 32.65%
G 137 of 392 ~ 34.95%
B 127 of 392 ~ 32.4%

%32.65
%34.95
%32.4

CMYK color model

#80897F color CMYK value is (7,0,7,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(7,0,7,46)
C7M0Y7K46 
(7%,0%,7%,46%)
(0.07/0.00/0.07/0.46)	

CMYK percentages

%6.57
%0
%7.3
%46.27

Codes

Color #80897F in popluar color models

80897F
RGB128137127
HSL114°4.07%51.76%
HSB/HSV114°7.30%53.73%
CMYK6.57%0.00%7.30%
46.27%

Color #80897F in popluar number systems.

HEX80897F
Decimal128137127
Binary10000000100010011111111
Octal200211177

Shades and tints

Shades of #80897F

#80897F
(128,137,127)
#757D74
(117,125,116)
#6A7169
(106,113,105)
#5F655E
(95,101,94)
#545953
(84,89,83)
#494D48
(73,77,72)
#3E413D
(62,65,61)
#333532
(51,53,50)
#282927
(40,41,39)
#1D1D1C
(29,29,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #80897F

#80897F
(128,137,127)
#8B938A
(139,147,138)
#969D95
(150,157,149)
#A1A7A0
(161,167,160)
#ACB1AB
(172,177,171)
#B7BBB6
(183,187,182)
#C2C5C1
(194,197,193)
#CDCFCC
(205,207,204)
#D8D9D7
(216,217,215)
#E3E3E2
(227,227,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80897F color. Also use rgb(128,137,127) instead hex code.

Text Font Color

.myTextColor { color: #80897F; }

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

This text font color is #80897F.


Background Color

.myBgColor { background-color: #80897F; }

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

This div background color is #80897F.


Border color

.myBorderColor { border: 1px solid #80897F; }

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

This div border color is #80897F.


Opacity

.myOpacity80 { color: #80897F; opacity: 0.8; }

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

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

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

This text has shadow with #80897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80897F on black background.


Color preview on white background

This text has color #80897F on white background.



Black color preview on #80897F background

This text has black color on #80897F background.


White color preview on #80897F background

This text has white color on #80897F background.