COLOR #80909E

HEX: #80909E RGB: (128,144,158)

Color info

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

RGB color model

#80909E color RGB value is (128,144,158).

RGB: (128,144,158) (50%, 56%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 158 of 255 = 62%

128
144
158

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

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 158 = 430 (100%)
R 128 of 430 ~ 29.77%
G 144 of 430 ~ 33.49%
B 158 of 430 ~ 36.74'%

%29.77
%33.49
%36.74

CMYK color model

#80909E color CMYK value is (19,9,0,38).

  • cyan value is 18.99%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (19,9,0,38)
C19M9Y0K38 (19%, 9%, 0%, 38%)
(0.19 / 0.09 / 0.00 / 0.38)

CMYK percentages

%18.99
%8.86
%0
%38.04

Codes

Color #80909E in popluar color models

80 90 9E
RGB 128 144 158
HSL 208° 13.39% 56.08%
HSB/HSV 208° 18.99% 61.96%
CMYK 18.99% 8.86% 0.00%
38.04%

Color #80909E in popluar number systems.

HEX 80 90 9E
Decimal 128 144 158
Binary 10000000 10010000 10011110
Octal 200 220 236

Shades and tints

Shades of #80909E

#80909E
(128,144,158)
#758390
(117,131,144)
#6A7682
(106,118,130)
#5F6974
(95,105,116)
#545C66
(84,92,102)
#494F58
(73,79,88)
#3E424A
(62,66,74)
#33353C
(51,53,60)
#28282E
(40,40,46)
#1D1B20
(29,27,32)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #80909E

#80909E
(128,144,158)
#8B9AA6
(139,154,166)
#96A4AE
(150,164,174)
#A1AEB6
(161,174,182)
#ACB8BE
(172,184,190)
#B7C2C6
(183,194,198)
#C2CCCE
(194,204,206)
#CDD6D6
(205,214,214)
#D8E0DE
(216,224,222)
#E3EAE6
(227,234,230)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80909E; }

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

This text font color is #80909E.

Background Color

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

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

This div background color is #80909E.

Border color

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

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

This div border color is #80909E.

Opacity

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

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

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

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

This text has shadow with #80909E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80909E.

Preview

Color preview on black background

This text has color #80909E on black background.


Color preview on white background

This text has color #80909E on white background.


Black color preview on #80909E background

This text has black color on #80909E background.


White color preview on #80909E background

This text has white color on #80909E background.


Related colors

Complementary color

Complementary color for #hex is #7F6F61.


I love getcolorcode.com

Triadic colors

1 #9E8090 and #909E80 with #80909E are triadic colors.

2 #9E9080 and #90809E with #80909E are triadic colors.