COLOR #80978F

HEX: #80978F
RGB: (128,151,143)

Color info

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

RGB color model

#80978F color RGB value is (128,151,143).

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

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 143 of 255 = 56%

128
151
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 143 = 422 (100%)
R 128 of 422 ~ 30.33%
G 151 of 422 ~ 35.78%
B 143 of 422 ~ 33.89%

%30.33
%35.78
%33.89

CMYK color model

#80978F color CMYK value is (15,0,5,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(15,0,5,41)
C15M0Y5K41 
(15%,0%,5%,41%)
(0.15/0.00/0.05/0.41)	

CMYK percentages

%15.23
%0
%5.3
%40.78

Codes

Color #80978F in popluar color models

80978F
RGB128151143
HSL159°9.96%54.71%
HSB/HSV159°15.23%59.22%
CMYK15.23%0.00%5.30%
40.78%

Color #80978F in popluar number systems.

HEX80978F
Decimal128151143
Binary100000001001011110001111
Octal200227217

Shades and tints

Shades of #80978F

#80978F
(128,151,143)
#758A82
(117,138,130)
#6A7D75
(106,125,117)
#5F7068
(95,112,104)
#54635B
(84,99,91)
#49564E
(73,86,78)
#3E4941
(62,73,65)
#333C34
(51,60,52)
#282F27
(40,47,39)
#1D221A
(29,34,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #80978F

#80978F
(128,151,143)
#8BA099
(139,160,153)
#96A9A3
(150,169,163)
#A1B2AD
(161,178,173)
#ACBBB7
(172,187,183)
#B7C4C1
(183,196,193)
#C2CDCB
(194,205,203)
#CDD6D5
(205,214,213)
#D8DFDF
(216,223,223)
#E3E8E9
(227,232,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80978F; }

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

This text font color is #80978F.


Background Color

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

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

This div background color is #80978F.


Border color

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

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

This div border color is #80978F.


Opacity

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

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

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

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

This text has shadow with #80978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80978F on black background.


Color preview on white background

This text has color #80978F on white background.



Black color preview on #80978F background

This text has black color on #80978F background.


White color preview on #80978F background

This text has white color on #80978F background.