COLOR #80908E

HEX: #80908E
RGB: (128,144,142)

Color info

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

RGB color model

#80908E color RGB value is (128,144,142).

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

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 142 of 255 = 56%

128
144
142

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

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 142 = 414 (100%)
R 128 of 414 ~ 30.92%
G 144 of 414 ~ 34.78%
B 142 of 414 ~ 34.3%

%30.92
%34.78
%34.3

CMYK color model

#80908E color CMYK value is (11,0,1,44).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 43.53%
CMYK:
(11,0,1,44)
C11M0Y1K44 
(11%,0%,1%,44%)
(0.11/0.00/0.01/0.44)	

CMYK percentages

%11.11
%0
%1.39
%43.53

Codes

Color #80908E in popluar color models

80908E
RGB128144142
HSL173°6.72%53.33%
HSB/HSV173°11.11%56.47%
CMYK11.11%0.00%1.39%
43.53%

Color #80908E in popluar number systems.

HEX80908E
Decimal128144142
Binary100000001001000010001110
Octal200220216

Shades and tints

Shades of #80908E

#80908E
(128,144,142)
#758382
(117,131,130)
#6A7676
(106,118,118)
#5F696A
(95,105,106)
#545C5E
(84,92,94)
#494F52
(73,79,82)
#3E4246
(62,66,70)
#33353A
(51,53,58)
#28282E
(40,40,46)
#1D1B22
(29,27,34)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #80908E

#80908E
(128,144,142)
#8B9A98
(139,154,152)
#96A4A2
(150,164,162)
#A1AEAC
(161,174,172)
#ACB8B6
(172,184,182)
#B7C2C0
(183,194,192)
#C2CCCA
(194,204,202)
#CDD6D4
(205,214,212)
#D8E0DE
(216,224,222)
#E3EAE8
(227,234,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80908E; }

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

This text font color is #80908E.


Background Color

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

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

This div background color is #80908E.


Border color

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

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

This div border color is #80908E.


Opacity

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

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

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

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

This text has shadow with #80908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80908E on black background.


Color preview on white background

This text has color #80908E on white background.



Black color preview on #80908E background

This text has black color on #80908E background.


White color preview on #80908E background

This text has white color on #80908E background.