COLOR #80868F

HEX: #80868F
RGB: (128,134,143)

Color info

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

RGB color model

#80868F color RGB value is (128,134,143).

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

RGB channels and saturation

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

128
134
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 143 = 405 (100%)
R 128 of 405 ~ 31.6%
G 134 of 405 ~ 33.09%
B 143 of 405 ~ 35.31%

%31.6
%33.09
%35.31

CMYK color model

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

  • cyan value is 10.49%
  • magenta value is 6.29%
  • 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
%6.29
%0
%43.92

Codes

Color #80868F in popluar color models

80868F
RGB128134143
HSL216°6.28%53.14%
HSB/HSV216°10.49%56.08%
CMYK10.49%6.29%0.00%
43.92%

Color #80868F in popluar number systems.

HEX80868F
Decimal128134143
Binary100000001000011010001111
Octal200206217

Shades and tints

Shades of #80868F

#80868F
(128,134,143)
#757A82
(117,122,130)
#6A6E75
(106,110,117)
#5F6268
(95,98,104)
#54565B
(84,86,91)
#494A4E
(73,74,78)
#3E3E41
(62,62,65)
#333234
(51,50,52)
#282627
(40,38,39)
#1D1A1A
(29,26,26)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #80868F

#80868F
(128,134,143)
#8B9199
(139,145,153)
#969CA3
(150,156,163)
#A1A7AD
(161,167,173)
#ACB2B7
(172,178,183)
#B7BDC1
(183,189,193)
#C2C8CB
(194,200,203)
#CDD3D5
(205,211,213)
#D8DEDF
(216,222,223)
#E3E9E9
(227,233,233)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80868F; }

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

This text font color is #80868F.


Background Color

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

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

This div background color is #80868F.


Border color

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

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

This div border color is #80868F.


Opacity

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

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

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

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

This text has shadow with #80868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80868F on black background.


Color preview on white background

This text has color #80868F on white background.



Black color preview on #80868F background

This text has black color on #80868F background.


White color preview on #80868F background

This text has white color on #80868F background.