COLOR #80978D

HEX: #80978D
RGB: (128,151,141)

Color info

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

RGB color model

#80978D color RGB value is (128,151,141).

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

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 141 of 255 = 55%

128
151
141

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 141 = 420 (100%)
R 128 of 420 ~ 30.48%
G 151 of 420 ~ 35.95%
B 141 of 420 ~ 33.57%

%30.48
%35.95
%33.57

CMYK color model

#80978D color CMYK value is (15,0,7,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(15,0,7,41)
C15M0Y7K41 
(15%,0%,7%,41%)
(0.15/0.00/0.07/0.41)	

CMYK percentages

%15.23
%0
%6.62
%40.78

Codes

Color #80978D in popluar color models

80978D
RGB128151141
HSL154°9.96%54.71%
HSB/HSV154°15.23%59.22%
CMYK15.23%0.00%6.62%
40.78%

Color #80978D in popluar number systems.

HEX80978D
Decimal128151141
Binary100000001001011110001101
Octal200227215

Shades and tints

Shades of #80978D

#80978D
(128,151,141)
#758A81
(117,138,129)
#6A7D75
(106,125,117)
#5F7069
(95,112,105)
#54635D
(84,99,93)
#495651
(73,86,81)
#3E4945
(62,73,69)
#333C39
(51,60,57)
#282F2D
(40,47,45)
#1D2221
(29,34,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80978D

#80978D
(128,151,141)
#8BA097
(139,160,151)
#96A9A1
(150,169,161)
#A1B2AB
(161,178,171)
#ACBBB5
(172,187,181)
#B7C4BF
(183,196,191)
#C2CDC9
(194,205,201)
#CDD6D3
(205,214,211)
#D8DFDD
(216,223,221)
#E3E8E7
(227,232,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80978D; }

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

This text font color is #80978D.


Background Color

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

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

This div background color is #80978D.


Border color

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

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

This div border color is #80978D.


Opacity

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

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

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

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

This text has shadow with #80978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80978D on black background.


Color preview on white background

This text has color #80978D on white background.



Black color preview on #80978D background

This text has black color on #80978D background.


White color preview on #80978D background

This text has white color on #80978D background.