COLOR #80878E

HEX: #80878E
RGB: (128,135,142)

Color info

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

RGB color model

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

  • red value is 128;
  • green value is 135;
  • blue value is 142.
RGB:
(128,135,142)
(50%,53%,56%)

RGB channels and saturation

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

128
135
142

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 142 = 405 (100%)
R 128 of 405 ~ 31.6%
G 135 of 405 ~ 33.33%
B 142 of 405 ~ 35.06%

%31.6
%33.33
%35.06

CMYK color model

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

  • cyan value is 9.86%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(10,5,0,44)
C10M5Y0K44 
(10%,5%,0%,44%)
(0.10/0.05/0.00/0.44)	

CMYK percentages

%9.86
%4.93
%0
%44.31

Codes

Color #80878E in popluar color models

80878E
RGB128135142
HSL210°5.83%52.94%
HSB/HSV210°9.86%55.69%
CMYK9.86%4.93%0.00%
44.31%

Color #80878E in popluar number systems.

HEX80878E
Decimal128135142
Binary100000001000011110001110
Octal200207216

Shades and tints

Shades of #80878E

#80878E
(128,135,142)
#757B82
(117,123,130)
#6A6F76
(106,111,118)
#5F636A
(95,99,106)
#54575E
(84,87,94)
#494B52
(73,75,82)
#3E3F46
(62,63,70)
#33333A
(51,51,58)
#28272E
(40,39,46)
#1D1B22
(29,27,34)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #80878E

#80878E
(128,135,142)
#8B9198
(139,145,152)
#969BA2
(150,155,162)
#A1A5AC
(161,165,172)
#ACAFB6
(172,175,182)
#B7B9C0
(183,185,192)
#C2C3CA
(194,195,202)
#CDCDD4
(205,205,212)
#D8D7DE
(216,215,222)
#E3E1E8
(227,225,232)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80878E; }

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

This text font color is #80878E.


Background Color

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

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

This div background color is #80878E.


Border color

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

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

This div border color is #80878E.


Opacity

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

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

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

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

This text has shadow with #80878E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80878E on black background.


Color preview on white background

This text has color #80878E on white background.



Black color preview on #80878E background

This text has black color on #80878E background.


White color preview on #80878E background

This text has white color on #80878E background.