COLOR #80978A

HEX: #80978A
RGB: (128,151,138)

Color info

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

RGB color model

#80978A color RGB value is (128,151,138).

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

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 138 of 255 = 54%

128
151
138

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 138 = 417 (100%)
R 128 of 417 ~ 30.7%
G 151 of 417 ~ 36.21%
B 138 of 417 ~ 33.09%

%30.7
%36.21
%33.09

CMYK color model

#80978A color CMYK value is (15,0,9,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK:
(15,0,9,41)
C15M0Y9K41 
(15%,0%,9%,41%)
(0.15/0.00/0.09/0.41)	

CMYK percentages

%15.23
%0
%8.61
%40.78

Codes

Color #80978A in popluar color models

80978A
RGB128151138
HSL146°9.96%54.71%
HSB/HSV146°15.23%59.22%
CMYK15.23%0.00%8.61%
40.78%

Color #80978A in popluar number systems.

HEX80978A
Decimal128151138
Binary100000001001011110001010
Octal200227212

Shades and tints

Shades of #80978A

#80978A
(128,151,138)
#758A7E
(117,138,126)
#6A7D72
(106,125,114)
#5F7066
(95,112,102)
#54635A
(84,99,90)
#49564E
(73,86,78)
#3E4942
(62,73,66)
#333C36
(51,60,54)
#282F2A
(40,47,42)
#1D221E
(29,34,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #80978A

#80978A
(128,151,138)
#8BA094
(139,160,148)
#96A99E
(150,169,158)
#A1B2A8
(161,178,168)
#ACBBB2
(172,187,178)
#B7C4BC
(183,196,188)
#C2CDC6
(194,205,198)
#CDD6D0
(205,214,208)
#D8DFDA
(216,223,218)
#E3E8E4
(227,232,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80978A; }

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

This text font color is #80978A.


Background Color

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

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

This div background color is #80978A.


Border color

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

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

This div border color is #80978A.


Opacity

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

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

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

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

This text has shadow with #80978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80978A on black background.


Color preview on white background

This text has color #80978A on white background.



Black color preview on #80978A background

This text has black color on #80978A background.


White color preview on #80978A background

This text has white color on #80978A background.