COLOR #80878F

HEX: #80878F
RGB: (128,135,143)

Color info

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

RGB color model

#80878F color RGB value is (128,135,143).

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

RGB channels and saturation

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

128
135
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 143 = 406 (100%)
R 128 of 406 ~ 31.53%
G 135 of 406 ~ 33.25%
B 143 of 406 ~ 35.22%

%31.53
%33.25
%35.22

CMYK color model

#80878F color CMYK value is (10,6,0,44).

  • cyan value is 10.49%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,6,0,44)
C10M6Y0K44 
(10%,6%,0%,44%)
(0.10/0.06/0.00/0.44)	

CMYK percentages

%10.49
%5.59
%0
%43.92

Codes

Color #80878F in popluar color models

80878F
RGB128135143
HSL212°6.28%53.14%
HSB/HSV212°10.49%56.08%
CMYK10.49%5.59%0.00%
43.92%

Color #80878F in popluar number systems.

HEX80878F
Decimal128135143
Binary100000001000011110001111
Octal200207217

Shades and tints

Shades of #80878F

#80878F
(128,135,143)
#757B82
(117,123,130)
#6A6F75
(106,111,117)
#5F6368
(95,99,104)
#54575B
(84,87,91)
#494B4E
(73,75,78)
#3E3F41
(62,63,65)
#333334
(51,51,52)
#282727
(40,39,39)
#1D1B1A
(29,27,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #80878F

#80878F
(128,135,143)
#8B9199
(139,145,153)
#969BA3
(150,155,163)
#A1A5AD
(161,165,173)
#ACAFB7
(172,175,183)
#B7B9C1
(183,185,193)
#C2C3CB
(194,195,203)
#CDCDD5
(205,205,213)
#D8D7DF
(216,215,223)
#E3E1E9
(227,225,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80878F; }

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

This text font color is #80878F.


Background Color

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

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

This div background color is #80878F.


Border color

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

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

This div border color is #80878F.


Opacity

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

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

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

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

This text has shadow with #80878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80878F on black background.


Color preview on white background

This text has color #80878F on white background.



Black color preview on #80878F background

This text has black color on #80878F background.


White color preview on #80878F background

This text has white color on #80878F background.