COLOR #80968E

HEX: #80968E RGB: (128,150,142)

Color info

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

RGB color model

#80968E color RGB value is (128,150,142).

RGB: (128,150,142) (50%, 59%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 142 of 255 = 56%

128
150
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 150 + 142 = 420 (100%)
R 128 of 420 ~ 30.48%
G 150 of 420 ~ 35.71%
B 142 of 420 ~ 33.81'%

%30.48
%35.71
%33.81

CMYK color model

#80968E color CMYK value is (15,0,5,41).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%

CMYK: (15,0,5,41)
C15M0Y5K41 (15%, 0%, 5%, 41%)
(0.15 / 0.00 / 0.05 / 0.41)

CMYK percentages

%14.67
%0
%5.33
%41.18

Codes

Color #80968E in popluar color models

80 96 8E
RGB 128 150 142
HSL 158° 9.48% 54.51%
HSB/HSV 158° 14.67% 58.82%
CMYK 14.67% 0.00% 5.33%
41.18%

Color #80968E in popluar number systems.

HEX 80 96 8E
Decimal 128 150 142
Binary 10000000 10010110 10001110
Octal 200 226 216

Shades and tints

Shades of #80968E

#80968E
(128,150,142)
#758982
(117,137,130)
#6A7C76
(106,124,118)
#5F6F6A
(95,111,106)
#54625E
(84,98,94)
#495552
(73,85,82)
#3E4846
(62,72,70)
#333B3A
(51,59,58)
#282E2E
(40,46,46)
#1D2122
(29,33,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #80968E

#80968E
(128,150,142)
#8B9F98
(139,159,152)
#96A8A2
(150,168,162)
#A1B1AC
(161,177,172)
#ACBAB6
(172,186,182)
#B7C3C0
(183,195,192)
#C2CCCA
(194,204,202)
#CDD5D4
(205,213,212)
#D8DEDE
(216,222,222)
#E3E7E8
(227,231,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80968E color. Also use rgb(128,150,142) instead hex code.

Text Font Color

.myTextColor { color: #80968E; }

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

This text font color is #80968E.

Background Color

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

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

This div background color is #80968E.

Border color

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

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

This div border color is #80968E.

Opacity

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

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

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

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

This text has shadow with #80968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80968E.

Preview

Color preview on black background

This text has color #80968E on black background.


Color preview on white background

This text has color #80968E on white background.


Black color preview on #80968E background

This text has black color on #80968E background.


White color preview on #80968E background

This text has white color on #80968E background.


Related colors

Complementary color

Complementary color for #hex is #7F6971.


I love getcolorcode.com

Triadic colors

1 #8E8096 and #968E80 with #80968E are triadic colors.

2 #8E9680 and #96808E with #80968E are triadic colors.