COLOR #80928C

HEX: #80928C
RGB: (128,146,140)

Color info

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

RGB color model

#80928C color RGB value is (128,146,140).

  • red value is 128;
  • green value is 146;
  • blue value is 140.
RGB:
(128,146,140)
(50%,57%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 140 of 255 = 55%

128
146
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 140 = 414 (100%)
R 128 of 414 ~ 30.92%
G 146 of 414 ~ 35.27%
B 140 of 414 ~ 33.82%

%30.92
%35.27
%33.82

CMYK color model

#80928C color CMYK value is (12,0,4,43).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 42.75%
CMYK:
(12,0,4,43)
C12M0Y4K43 
(12%,0%,4%,43%)
(0.12/0.00/0.04/0.43)	

CMYK percentages

%12.33
%0
%4.11
%42.75

Codes

Color #80928C in popluar color models

80928C
RGB128146140
HSL160°7.63%53.73%
HSB/HSV160°12.33%57.25%
CMYK12.33%0.00%4.11%
42.75%

Color #80928C in popluar number systems.

HEX80928C
Decimal128146140
Binary100000001001001010001100
Octal200222214

Shades and tints

Shades of #80928C

#80928C
(128,146,140)
#758580
(117,133,128)
#6A7874
(106,120,116)
#5F6B68
(95,107,104)
#545E5C
(84,94,92)
#495150
(73,81,80)
#3E4444
(62,68,68)
#333738
(51,55,56)
#282A2C
(40,42,44)
#1D1D20
(29,29,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #80928C

#80928C
(128,146,140)
#8B9B96
(139,155,150)
#96A4A0
(150,164,160)
#A1ADAA
(161,173,170)
#ACB6B4
(172,182,180)
#B7BFBE
(183,191,190)
#C2C8C8
(194,200,200)
#CDD1D2
(205,209,210)
#D8DADC
(216,218,220)
#E3E3E6
(227,227,230)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80928C color. Also use rgb(128,146,140) instead hex code.

Text Font Color

.myTextColor { color: #80928C; }

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

This text font color is #80928C.


Background Color

.myBgColor { background-color: #80928C; }

<div style="background-color:#80928C">Inner text</div>

This div background color is #80928C.


Border color

.myBorderColor { border: 1px solid #80928C; }

<div style="border:3px solid #80928C">Div</div>

This div border color is #80928C.


Opacity

.myOpacity80 { color: #80928C; opacity: 0.8; }

<p style="color:#80928C;opacity:0.8;">80%</p>

Text with #80928C 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 #80928C;}

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

This text has shadow with #80928C color.

.textShadow {text-shadow: 3px 3px 1px #80928C, 3px 3px 1px red;}

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

This text has shadow with #80928C primary color and red secondary color.


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

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

This text has shadow with #80928C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80928C on black background.


Color preview on white background

This text has color #80928C on white background.



Black color preview on #80928C background

This text has black color on #80928C background.


White color preview on #80928C background

This text has white color on #80928C background.