COLOR #80939C

HEX: #80939C RGB: (128,147,156)

Color info

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

RGB color model

#80939C color RGB value is (128,147,156).

RGB: (128,147,156) (50%, 58%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 156 of 255 = 61%

128
147
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 147 + 156 = 431 (100%)
R 128 of 431 ~ 29.7%
G 147 of 431 ~ 34.11%
B 156 of 431 ~ 36.19'%

%29.7
%34.11
%36.19

CMYK color model

#80939C color CMYK value is (18,6,0,39).

  • cyan value is 17.95%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (18,6,0,39)
C18M6Y0K39 (18%, 6%, 0%, 39%)
(0.18 / 0.06 / 0.00 / 0.39)

CMYK percentages

%17.95
%5.77
%0
%38.82

Codes

Color #80939C in popluar color models

80 93 9C
RGB 128 147 156
HSL 199° 12.39% 55.69%
HSB/HSV 199° 17.95% 61.18%
CMYK 17.95% 5.77% 0.00%
38.82%

Color #80939C in popluar number systems.

HEX 80 93 9C
Decimal 128 147 156
Binary 10000000 10010011 10011100
Octal 200 223 234

Shades and tints

Shades of #80939C

#80939C
(128,147,156)
#75868E
(117,134,142)
#6A7980
(106,121,128)
#5F6C72
(95,108,114)
#545F64
(84,95,100)
#495256
(73,82,86)
#3E4548
(62,69,72)
#33383A
(51,56,58)
#282B2C
(40,43,44)
#1D1E1E
(29,30,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #80939C

#80939C
(128,147,156)
#8B9CA5
(139,156,165)
#96A5AE
(150,165,174)
#A1AEB7
(161,174,183)
#ACB7C0
(172,183,192)
#B7C0C9
(183,192,201)
#C2C9D2
(194,201,210)
#CDD2DB
(205,210,219)
#D8DBE4
(216,219,228)
#E3E4ED
(227,228,237)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80939C; }

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

This text font color is #80939C.

Background Color

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

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

This div background color is #80939C.

Border color

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

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

This div border color is #80939C.

Opacity

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

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

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

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

This text has shadow with #80939C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80939C.

Preview

Color preview on black background

This text has color #80939C on black background.


Color preview on white background

This text has color #80939C on white background.


Black color preview on #80939C background

This text has black color on #80939C background.


White color preview on #80939C background

This text has white color on #80939C background.


Related colors

Complementary color

Complementary color for #hex is #7F6C63.


I love getcolorcode.com

Triadic colors

1 #9C8093 and #939C80 with #80939C are triadic colors.

2 #9C9380 and #93809C with #80939C are triadic colors.