COLOR #80968A

HEX: #80968A RGB: (128,150,138)

Color info

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

RGB color model

#80968A color RGB value is (128,150,138).

RGB: (128,150,138) (50%, 59%, 54%)

RGB channels and saturation

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

128
150
138

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

Portions of RGB colors in percentages

R + G + B = 128 + 150 + 138 = 416 (100%)
R 128 of 416 ~ 30.77%
G 150 of 416 ~ 36.06%
B 138 of 416 ~ 33.17'%

%30.77
%36.06
%33.17

CMYK color model

#80968A color CMYK value is (15,0,8,41).

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

CMYK: (15,0,8,41)
C15M0Y8K41 (15%, 0%, 8%, 41%)
(0.15 / 0.00 / 0.08 / 0.41)

CMYK percentages

%14.67
%0
%8
%41.18

Codes

Color #80968A in popluar color models

80 96 8A
RGB 128 150 138
HSL 147° 9.48% 54.51%
HSB/HSV 147° 14.67% 58.82%
CMYK 14.67% 0.00% 8.00%
41.18%

Color #80968A in popluar number systems.

HEX 80 96 8A
Decimal 128 150 138
Binary 10000000 10010110 10001010
Octal 200 226 212

Shades and tints

Shades of #80968A

#80968A
(128,150,138)
#75897E
(117,137,126)
#6A7C72
(106,124,114)
#5F6F66
(95,111,102)
#54625A
(84,98,90)
#49554E
(73,85,78)
#3E4842
(62,72,66)
#333B36
(51,59,54)
#282E2A
(40,46,42)
#1D211E
(29,33,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #80968A

#80968A
(128,150,138)
#8B9F94
(139,159,148)
#96A89E
(150,168,158)
#A1B1A8
(161,177,168)
#ACBAB2
(172,186,178)
#B7C3BC
(183,195,188)
#C2CCC6
(194,204,198)
#CDD5D0
(205,213,208)
#D8DEDA
(216,222,218)
#E3E7E4
(227,231,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80968A; }

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

This text font color is #80968A.

Background Color

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

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

This div background color is #80968A.

Border color

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

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

This div border color is #80968A.

Opacity

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

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

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

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

This text has shadow with #80968A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80968A.

Preview

Color preview on black background

This text has color #80968A on black background.


Color preview on white background

This text has color #80968A on white background.


Black color preview on #80968A background

This text has black color on #80968A background.


White color preview on #80968A background

This text has white color on #80968A background.


Related colors

Complementary color

Complementary color for #hex is #7F6975.


I love getcolorcode.com

Triadic colors

1 #8A8096 and #968A80 with #80968A are triadic colors.

2 #8A9680 and #96808A with #80968A are triadic colors.