COLOR #80879E

HEX: #80879E
RGB: (128,135,158)

Color info

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

RGB color model

#80879E color RGB value is (128,135,158).

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

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 158 of 255 = 62%

128
135
158

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 158 = 421 (100%)
R 128 of 421 ~ 30.4%
G 135 of 421 ~ 32.07%
B 158 of 421 ~ 37.53%

%30.4
%32.07
%37.53

CMYK color model

#80879E color CMYK value is (19,15,0,38).

  • cyan value is 18.99%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(19,15,0,38)
C19M15Y0K38 
(19%,15%,0%,38%)
(0.19/0.15/0.00/0.38)	

CMYK percentages

%18.99
%14.56
%0
%38.04

Codes

Color #80879E in popluar color models

80879E
RGB128135158
HSL226°13.39%56.08%
HSB/HSV226°18.99%61.96%
CMYK18.99%14.56%0.00%
38.04%

Color #80879E in popluar number systems.

HEX80879E
Decimal128135158
Binary100000001000011110011110
Octal200207236

Shades and tints

Shades of #80879E

#80879E
(128,135,158)
#757B90
(117,123,144)
#6A6F82
(106,111,130)
#5F6374
(95,99,116)
#545766
(84,87,102)
#494B58
(73,75,88)
#3E3F4A
(62,63,74)
#33333C
(51,51,60)
#28272E
(40,39,46)
#1D1B20
(29,27,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #80879E

#80879E
(128,135,158)
#8B91A6
(139,145,166)
#969BAE
(150,155,174)
#A1A5B6
(161,165,182)
#ACAFBE
(172,175,190)
#B7B9C6
(183,185,198)
#C2C3CE
(194,195,206)
#CDCDD6
(205,205,214)
#D8D7DE
(216,215,222)
#E3E1E6
(227,225,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80879E color. Also use rgb(128,135,158) instead hex code.

Text Font Color

.myTextColor { color: #80879E; }

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

This text font color is #80879E.


Background Color

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

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

This div background color is #80879E.


Border color

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

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

This div border color is #80879E.


Opacity

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

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

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

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

This text has shadow with #80879E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80879E on black background.


Color preview on white background

This text has color #80879E on white background.



Black color preview on #80879E background

This text has black color on #80879E background.


White color preview on #80879E background

This text has white color on #80879E background.