COLOR #80909C

HEX: #80909C
RGB: (128,144,156)

Color info

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

RGB color model

#80909C color RGB value is (128,144,156).

  • red value is 128;
  • green value is 144;
  • blue value is 156.
RGB:
(128,144,156)
(50%,56%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 156 of 255 = 61%

128
144
156

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

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 156 = 428 (100%)
R 128 of 428 ~ 29.91%
G 144 of 428 ~ 33.64%
B 156 of 428 ~ 36.45%

%29.91
%33.64
%36.45

CMYK color model

#80909C color CMYK value is (18,8,0,39).

  • cyan value is 17.95%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(18,8,0,39)
C18M8Y0K39 
(18%,8%,0%,39%)
(0.18/0.08/0.00/0.39)	

CMYK percentages

%17.95
%7.69
%0
%38.82

Codes

Color #80909C in popluar color models

80909C
RGB128144156
HSL206°12.39%55.69%
HSB/HSV206°17.95%61.18%
CMYK17.95%7.69%0.00%
38.82%

Color #80909C in popluar number systems.

HEX80909C
Decimal128144156
Binary100000001001000010011100
Octal200220234

Shades and tints

Shades of #80909C

#80909C
(128,144,156)
#75838E
(117,131,142)
#6A7680
(106,118,128)
#5F6972
(95,105,114)
#545C64
(84,92,100)
#494F56
(73,79,86)
#3E4248
(62,66,72)
#33353A
(51,53,58)
#28282C
(40,40,44)
#1D1B1E
(29,27,30)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #80909C

#80909C
(128,144,156)
#8B9AA5
(139,154,165)
#96A4AE
(150,164,174)
#A1AEB7
(161,174,183)
#ACB8C0
(172,184,192)
#B7C2C9
(183,194,201)
#C2CCD2
(194,204,210)
#CDD6DB
(205,214,219)
#D8E0E4
(216,224,228)
#E3EAED
(227,234,237)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80909C color. Also use rgb(128,144,156) instead hex code.

Text Font Color

.myTextColor { color: #80909C; }

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

This text font color is #80909C.


Background Color

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

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

This div background color is #80909C.


Border color

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

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

This div border color is #80909C.


Opacity

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

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

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

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

This text has shadow with #80909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80909C on black background.


Color preview on white background

This text has color #80909C on white background.



Black color preview on #80909C background

This text has black color on #80909C background.


White color preview on #80909C background

This text has white color on #80909C background.