COLOR #80968F

HEX: #80968F RGB: (128,150,143)

Color info

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

RGB color model

#80968F color RGB value is (128,150,143).

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

RGB channels and saturation

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

128
150
143

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

Portions of RGB colors in percentages

R + G + B = 128 + 150 + 143 = 421 (100%)
R 128 of 421 ~ 30.4%
G 150 of 421 ~ 35.63%
B 143 of 421 ~ 33.97'%

%30.4
%35.63
%33.97

CMYK color model

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

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • 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
%4.67
%41.18

Codes

Color #80968F in popluar color models

80 96 8F
RGB 128 150 143
HSL 161° 9.48% 54.51%
HSB/HSV 161° 14.67% 58.82%
CMYK 14.67% 0.00% 4.67%
41.18%

Color #80968F in popluar number systems.

HEX 80 96 8F
Decimal 128 150 143
Binary 10000000 10010110 10001111
Octal 200 226 217

Shades and tints

Shades of #80968F

#80968F
(128,150,143)
#758982
(117,137,130)
#6A7C75
(106,124,117)
#5F6F68
(95,111,104)
#54625B
(84,98,91)
#49554E
(73,85,78)
#3E4841
(62,72,65)
#333B34
(51,59,52)
#282E27
(40,46,39)
#1D211A
(29,33,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #80968F

#80968F
(128,150,143)
#8B9F99
(139,159,153)
#96A8A3
(150,168,163)
#A1B1AD
(161,177,173)
#ACBAB7
(172,186,183)
#B7C3C1
(183,195,193)
#C2CCCB
(194,204,203)
#CDD5D5
(205,213,213)
#D8DEDF
(216,222,223)
#E3E7E9
(227,231,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80968F; }

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

This text font color is #80968F.

Background Color

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

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

This div background color is #80968F.

Border color

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

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

This div border color is #80968F.

Opacity

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

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

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

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

This text has shadow with #80968F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80968F.

Preview

Color preview on black background

This text has color #80968F on black background.


Color preview on white background

This text has color #80968F on white background.


Black color preview on #80968F background

This text has black color on #80968F background.


White color preview on #80968F background

This text has white color on #80968F background.


Related colors

Complementary color

Complementary color for #hex is #7F6970.


I love getcolorcode.com

Triadic colors

1 #8F8096 and #968F80 with #80968F are triadic colors.

2 #8F9680 and #96808F with #80968F are triadic colors.