COLOR #80929A

HEX: #80929A
RGB: (128,146,154)

Color info

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

RGB color model

#80929A color RGB value is (128,146,154).

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

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 154 of 255 = 60%

128
146
154

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

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 154 = 428 (100%)
R 128 of 428 ~ 29.91%
G 146 of 428 ~ 34.11%
B 154 of 428 ~ 35.98%

%29.91
%34.11
%35.98

CMYK color model

#80929A color CMYK value is (17,5,0,40).

  • cyan value is 16.88%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(17,5,0,40)
C17M5Y0K40 
(17%,5%,0%,40%)
(0.17/0.05/0.00/0.40)	

CMYK percentages

%16.88
%5.19
%0
%39.61

Codes

Color #80929A in popluar color models

80929A
RGB128146154
HSL198°11.40%55.29%
HSB/HSV198°16.88%60.39%
CMYK16.88%5.19%0.00%
39.61%

Color #80929A in popluar number systems.

HEX80929A
Decimal128146154
Binary100000001001001010011010
Octal200222232

Shades and tints

Shades of #80929A

#80929A
(128,146,154)
#75858C
(117,133,140)
#6A787E
(106,120,126)
#5F6B70
(95,107,112)
#545E62
(84,94,98)
#495154
(73,81,84)
#3E4446
(62,68,70)
#333738
(51,55,56)
#282A2A
(40,42,42)
#1D1D1C
(29,29,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #80929A

#80929A
(128,146,154)
#8B9BA3
(139,155,163)
#96A4AC
(150,164,172)
#A1ADB5
(161,173,181)
#ACB6BE
(172,182,190)
#B7BFC7
(183,191,199)
#C2C8D0
(194,200,208)
#CDD1D9
(205,209,217)
#D8DAE2
(216,218,226)
#E3E3EB
(227,227,235)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80929A; }

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

This text font color is #80929A.


Background Color

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

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

This div background color is #80929A.


Border color

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

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

This div border color is #80929A.


Opacity

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

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

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

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

This text has shadow with #80929A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80929A on black background.


Color preview on white background

This text has color #80929A on white background.



Black color preview on #80929A background

This text has black color on #80929A background.


White color preview on #80929A background

This text has white color on #80929A background.