COLOR #80808E

HEX: #80808E RGB: (128,128,142)

Color info

#80808E contains red, green and blue colors in about the same proportion. Web safe color of #80808E is #666699 (or #669).

RGB color model

#80808E color RGB value is (128,128,142).

RGB: (128,128,142) (50%, 50%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 142 of 255 = 56%

128
128
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 128 + 142 = 398 (100%)
R 128 of 398 ~ 32.16%
G 128 of 398 ~ 32.16%
B 142 of 398 ~ 35.68'%

%32.16
%32.16
%35.68

CMYK color model

#80808E color CMYK value is (10,10,0,44).

  • cyan value is 9.86%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (10,10,0,44)
C10M10Y0K44 (10%, 10%, 0%, 44%)
(0.10 / 0.10 / 0.00 / 0.44)

CMYK percentages

%9.86
%9.86
%0
%44.31

Codes

Color #80808E in popluar color models

80 80 8E
RGB 128 128 142
HSL 240° 5.83% 52.94%
HSB/HSV 240° 9.86% 55.69%
CMYK 9.86% 9.86% 0.00%
44.31%

Color #80808E in popluar number systems.

HEX 80 80 8E
Decimal 128 128 142
Binary 10000000 10000000 10001110
Octal 200 200 216

Shades and tints

Shades of #80808E

#80808E
(128,128,142)
#757582
(117,117,130)
#6A6A76
(106,106,118)
#5F5F6A
(95,95,106)
#54545E
(84,84,94)
#494952
(73,73,82)
#3E3E46
(62,62,70)
#33333A
(51,51,58)
#28282E
(40,40,46)
#1D1D22
(29,29,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #80808E

#80808E
(128,128,142)
#8B8B98
(139,139,152)
#9696A2
(150,150,162)
#A1A1AC
(161,161,172)
#ACACB6
(172,172,182)
#B7B7C0
(183,183,192)
#C2C2CA
(194,194,202)
#CDCDD4
(205,205,212)
#D8D8DE
(216,216,222)
#E3E3E8
(227,227,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80808E; }

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

This text font color is #80808E.

Background Color

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

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

This div background color is #80808E.

Border color

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

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

This div border color is #80808E.

Opacity

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

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

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

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

This text has shadow with #80808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80808E.

Preview

Color preview on black background

This text has color #80808E on black background.


Color preview on white background

This text has color #80808E on white background.


Black color preview on #80808E background

This text has black color on #80808E background.


White color preview on #80808E background

This text has white color on #80808E background.


Related colors

Complementary color

Complementary color for #hex is #7F7F71.


I love getcolorcode.com