COLOR #80949E

HEX: #80949E RGB: (128,148,158)

Color info

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

RGB color model

#80949E color RGB value is (128,148,158).

RGB: (128,148,158) (50%, 58%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 158 of 255 = 62%

128
148
158

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

Portions of RGB colors in percentages

R + G + B = 128 + 148 + 158 = 434 (100%)
R 128 of 434 ~ 29.49%
G 148 of 434 ~ 34.1%
B 158 of 434 ~ 36.41'%

%29.49
%34.1
%36.41

CMYK color model

#80949E color CMYK value is (19,6,0,38).

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

CMYK: (19,6,0,38)
C19M6Y0K38 (19%, 6%, 0%, 38%)
(0.19 / 0.06 / 0.00 / 0.38)

CMYK percentages

%18.99
%6.33
%0
%38.04

Codes

Color #80949E in popluar color models

80 94 9E
RGB 128 148 158
HSL 200° 13.39% 56.08%
HSB/HSV 200° 18.99% 61.96%
CMYK 18.99% 6.33% 0.00%
38.04%

Color #80949E in popluar number systems.

HEX 80 94 9E
Decimal 128 148 158
Binary 10000000 10010100 10011110
Octal 200 224 236

Shades and tints

Shades of #80949E

#80949E
(128,148,158)
#758790
(117,135,144)
#6A7A82
(106,122,130)
#5F6D74
(95,109,116)
#546066
(84,96,102)
#495358
(73,83,88)
#3E464A
(62,70,74)
#33393C
(51,57,60)
#282C2E
(40,44,46)
#1D1F20
(29,31,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #80949E

#80949E
(128,148,158)
#8B9DA6
(139,157,166)
#96A6AE
(150,166,174)
#A1AFB6
(161,175,182)
#ACB8BE
(172,184,190)
#B7C1C6
(183,193,198)
#C2CACE
(194,202,206)
#CDD3D6
(205,211,214)
#D8DCDE
(216,220,222)
#E3E5E6
(227,229,230)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80949E; }

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

This text font color is #80949E.

Background Color

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

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

This div background color is #80949E.

Border color

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

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

This div border color is #80949E.

Opacity

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

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

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

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

This text has shadow with #80949E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80949E.

Preview

Color preview on black background

This text has color #80949E on black background.


Color preview on white background

This text has color #80949E on white background.


Black color preview on #80949E background

This text has black color on #80949E background.


White color preview on #80949E background

This text has white color on #80949E background.


Related colors

Complementary color

Complementary color for #hex is #7F6B61.


I love getcolorcode.com

Triadic colors

1 #9E8094 and #949E80 with #80949E are triadic colors.

2 #9E9480 and #94809E with #80949E are triadic colors.