COLOR #80929D

HEX: #80929D
RGB: (128,146,157)

Color info

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

RGB color model

#80929D color RGB value is (128,146,157).

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

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 157 of 255 = 62%

128
146
157

R + G + B ~ 56%. #80929D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 157 = 431 (100%)
R 128 of 431 ~ 29.7%
G 146 of 431 ~ 33.87%
B 157 of 431 ~ 36.43%

%29.7
%33.87
%36.43

CMYK color model

#80929D color CMYK value is (18,7,0,38).

  • cyan value is 18.47%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,7,0,38)
C18M7Y0K38 
(18%,7%,0%,38%)
(0.18/0.07/0.00/0.38)	

CMYK percentages

%18.47
%7.01
%0
%38.43

Codes

Color #80929D in popluar color models

80929D
RGB128146157
HSL203°12.89%55.88%
HSB/HSV203°18.47%61.57%
CMYK18.47%7.01%0.00%
38.43%

Color #80929D in popluar number systems.

HEX80929D
Decimal128146157
Binary100000001001001010011101
Octal200222235

Shades and tints

Shades of #80929D

#80929D
(128,146,157)
#75858F
(117,133,143)
#6A7881
(106,120,129)
#5F6B73
(95,107,115)
#545E65
(84,94,101)
#495157
(73,81,87)
#3E4449
(62,68,73)
#33373B
(51,55,59)
#282A2D
(40,42,45)
#1D1D1F
(29,29,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #80929D

#80929D
(128,146,157)
#8B9BA5
(139,155,165)
#96A4AD
(150,164,173)
#A1ADB5
(161,173,181)
#ACB6BD
(172,182,189)
#B7BFC5
(183,191,197)
#C2C8CD
(194,200,205)
#CDD1D5
(205,209,213)
#D8DADD
(216,218,221)
#E3E3E5
(227,227,229)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80929D color. Also use rgb(128,146,157) instead hex code.

Text Font Color

.myTextColor { color: #80929D; }

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

This text font color is #80929D.


Background Color

.myBgColor { background-color: #80929D; }

<div style="background-color:#80929D">Inner text</div>

This div background color is #80929D.


Border color

.myBorderColor { border: 1px solid #80929D; }

<div style="border:3px solid #80929D">Div</div>

This div border color is #80929D.


Opacity

.myOpacity80 { color: #80929D; opacity: 0.8; }

<p style="color:#80929D;opacity:0.8;">80%</p>

Text with #80929D 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 #80929D;}

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

This text has shadow with #80929D color.

.textShadow {text-shadow: 3px 3px 1px #80929D, 3px 3px 1px red;}

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

This text has shadow with #80929D primary color and red secondary color.


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

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

This text has shadow with #80929D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80929D on black background.


Color preview on white background

This text has color #80929D on white background.



Black color preview on #80929D background

This text has black color on #80929D background.


White color preview on #80929D background

This text has white color on #80929D background.