COLOR #80888E

HEX: #80888E
RGB: (128,136,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
136
142

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 142 = 406 (100%)
R 128 of 406 ~ 31.53%
G 136 of 406 ~ 33.5%
B 142 of 406 ~ 34.98%

%31.53
%33.5
%34.98

CMYK color model

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

  • cyan value is 9.86%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(10,4,0,44)
C10M4Y0K44 
(10%,4%,0%,44%)
(0.10/0.04/0.00/0.44)	

CMYK percentages

%9.86
%4.23
%0
%44.31

Codes

Color #80888E in popluar color models

80888E
RGB128136142
HSL206°5.83%52.94%
HSB/HSV206°9.86%55.69%
CMYK9.86%4.23%0.00%
44.31%

Color #80888E in popluar number systems.

HEX80888E
Decimal128136142
Binary100000001000100010001110
Octal200210216

Shades and tints

Shades of #80888E

#80888E
(128,136,142)
#757C82
(117,124,130)
#6A7076
(106,112,118)
#5F646A
(95,100,106)
#54585E
(84,88,94)
#494C52
(73,76,82)
#3E4046
(62,64,70)
#33343A
(51,52,58)
#28282E
(40,40,46)
#1D1C22
(29,28,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #80888E

#80888E
(128,136,142)
#8B9298
(139,146,152)
#969CA2
(150,156,162)
#A1A6AC
(161,166,172)
#ACB0B6
(172,176,182)
#B7BAC0
(183,186,192)
#C2C4CA
(194,196,202)
#CDCED4
(205,206,212)
#D8D8DE
(216,216,222)
#E3E2E8
(227,226,232)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80888E; }

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

This text font color is #80888E.


Background Color

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

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

This div background color is #80888E.


Border color

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

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

This div border color is #80888E.


Opacity

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

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

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

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

This text has shadow with #80888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80888E on black background.


Color preview on white background

This text has color #80888E on white background.



Black color preview on #80888E background

This text has black color on #80888E background.


White color preview on #80888E background

This text has white color on #80888E background.