COLOR #80868C

HEX: #80868C
RGB: (128,134,140)

Color info

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

RGB color model

#80868C color RGB value is (128,134,140).

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

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 140 of 255 = 55%

128
134
140

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 140 = 402 (100%)
R 128 of 402 ~ 31.84%
G 134 of 402 ~ 33.33%
B 140 of 402 ~ 34.83%

%31.84
%33.33
%34.83

CMYK color model

#80868C color CMYK value is (9,4,0,45).

  • cyan value is 8.57%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,4,0,45)
C9M4Y0K45 
(9%,4%,0%,45%)
(0.09/0.04/0.00/0.45)	

CMYK percentages

%8.57
%4.29
%0
%45.1

Codes

Color #80868C in popluar color models

80868C
RGB128134140
HSL210°4.96%52.55%
HSB/HSV210°8.57%54.90%
CMYK8.57%4.29%0.00%
45.10%

Color #80868C in popluar number systems.

HEX80868C
Decimal128134140
Binary100000001000011010001100
Octal200206214

Shades and tints

Shades of #80868C

#80868C
(128,134,140)
#757A80
(117,122,128)
#6A6E74
(106,110,116)
#5F6268
(95,98,104)
#54565C
(84,86,92)
#494A50
(73,74,80)
#3E3E44
(62,62,68)
#333238
(51,50,56)
#28262C
(40,38,44)
#1D1A20
(29,26,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #80868C

#80868C
(128,134,140)
#8B9196
(139,145,150)
#969CA0
(150,156,160)
#A1A7AA
(161,167,170)
#ACB2B4
(172,178,180)
#B7BDBE
(183,189,190)
#C2C8C8
(194,200,200)
#CDD3D2
(205,211,210)
#D8DEDC
(216,222,220)
#E3E9E6
(227,233,230)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80868C; }

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

This text font color is #80868C.


Background Color

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

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

This div background color is #80868C.


Border color

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

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

This div border color is #80868C.


Opacity

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

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

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

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

This text has shadow with #80868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80868C on black background.


Color preview on white background

This text has color #80868C on white background.



Black color preview on #80868C background

This text has black color on #80868C background.


White color preview on #80868C background

This text has white color on #80868C background.