COLOR #80979F

HEX: #80979F
RGB: (128,151,159)

Color info

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

RGB color model

#80979F color RGB value is (128,151,159).

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

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 159 of 255 = 62%

128
151
159

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 159 = 438 (100%)
R 128 of 438 ~ 29.22%
G 151 of 438 ~ 34.47%
B 159 of 438 ~ 36.3%

%29.22
%34.47
%36.3

CMYK color model

#80979F color CMYK value is (19,5,0,38).

  • cyan value is 19.50%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(19,5,0,38)
C19M5Y0K38 
(19%,5%,0%,38%)
(0.19/0.05/0.00/0.38)	

CMYK percentages

%19.5
%5.03
%0
%37.65

Codes

Color #80979F in popluar color models

80979F
RGB128151159
HSL195°13.90%56.27%
HSB/HSV195°19.50%62.35%
CMYK19.50%5.03%0.00%
37.65%

Color #80979F in popluar number systems.

HEX80979F
Decimal128151159
Binary100000001001011110011111
Octal200227237

Shades and tints

Shades of #80979F

#80979F
(128,151,159)
#758A91
(117,138,145)
#6A7D83
(106,125,131)
#5F7075
(95,112,117)
#546367
(84,99,103)
#495659
(73,86,89)
#3E494B
(62,73,75)
#333C3D
(51,60,61)
#282F2F
(40,47,47)
#1D2221
(29,34,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80979F

#80979F
(128,151,159)
#8BA0A7
(139,160,167)
#96A9AF
(150,169,175)
#A1B2B7
(161,178,183)
#ACBBBF
(172,187,191)
#B7C4C7
(183,196,199)
#C2CDCF
(194,205,207)
#CDD6D7
(205,214,215)
#D8DFDF
(216,223,223)
#E3E8E7
(227,232,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80979F; }

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

This text font color is #80979F.


Background Color

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

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

This div background color is #80979F.


Border color

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

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

This div border color is #80979F.


Opacity

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

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

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

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

This text has shadow with #80979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80979F on black background.


Color preview on white background

This text has color #80979F on white background.



Black color preview on #80979F background

This text has black color on #80979F background.


White color preview on #80979F background

This text has white color on #80979F background.