COLOR #80997E

HEX: #80997E RGB: (128,153,126)

Color info

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

RGB color model

#80997E color RGB value is (128,153,126).

RGB: (128,153,126) (50%, 60%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 126 of 255 = 49%

128
153
126

R + G + B ~ 53%. #80997E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 126 = 407 (100%)
R 128 of 407 ~ 31.45%
G 153 of 407 ~ 37.59%
B 126 of 407 ~ 30.96'%

%31.45
%37.59
%30.96

CMYK color model

#80997E color CMYK value is (16,0,18,40).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (16,0,18,40)
C16M0Y18K40 (16%, 0%, 18%, 40%)
(0.16 / 0.00 / 0.18 / 0.40)

CMYK percentages

%16.34
%0
%17.65
%40

Codes

Color #80997E in popluar color models

80 99 7E
RGB 128 153 126
HSL 116° 11.69% 54.71%
HSB/HSV 116° 17.65% 60.00%
CMYK 16.34% 0.00% 17.65%
40.00%

Color #80997E in popluar number systems.

HEX 80 99 7E
Decimal 128 153 126
Binary 10000000 10011001 1111110
Octal 200 231 176

Shades and tints

Shades of #80997E

#80997E
(128,153,126)
#758C73
(117,140,115)
#6A7F68
(106,127,104)
#5F725D
(95,114,93)
#546552
(84,101,82)
#495847
(73,88,71)
#3E4B3C
(62,75,60)
#333E31
(51,62,49)
#283126
(40,49,38)
#1D241B
(29,36,27)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #80997E

#80997E
(128,153,126)
#8BA289
(139,162,137)
#96AB94
(150,171,148)
#A1B49F
(161,180,159)
#ACBDAA
(172,189,170)
#B7C6B5
(183,198,181)
#C2CFC0
(194,207,192)
#CDD8CB
(205,216,203)
#D8E1D6
(216,225,214)
#E3EAE1
(227,234,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80997E color. Also use rgb(128,153,126) instead hex code.

Text Font Color

.myTextColor { color: #80997E; }

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

This text font color is #80997E.

Background Color

.myBgColor { background-color: #80997E; }

<div style="background-color:#80997E">Inner text</div>

This div background color is #80997E.

Border color

.myBorderColor { border: 1px solid #80997E; }

<div style="border:3px solid #80997E">Div</div>

This div border color is #80997E.

Opacity

.myOpacity80 { color: #80997E; opacity: 0.8; }

<p style="color:#80997E;opacity:0.8;">80%</p>

Text with #80997E 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 #80997E;}

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

This text has shadow with #80997E color.


.textShadow {text-shadow: 3px 3px 1px #80997E', 3px 3px 1px red;}

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

This text has shadow with #80997E primary color and red secondary color.


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

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

This text has shadow with #80997E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80997E; -webkit-box-shadow: 1px 1px 3px 2px #80997E; box-shadow:1px 1px 3px 2px #80997E;">
Div content here
</div>

This div box has shadow with color #80997E.

Preview

Color preview on black background

This text has color #80997E on black background.


Color preview on white background

This text has color #80997E on white background.


Black color preview on #80997E background

This text has black color on #80997E background.


White color preview on #80997E background

This text has white color on #80997E background.


Related colors

Complementary color

Complementary color for #hex is #7F6681.


I love getcolorcode.com

Triadic colors

1 #7E8099 and #997E80 with #80997E are triadic colors.

2 #7E9980 and #99807E with #80997E are triadic colors.