COLOR #80858E

HEX: #80858E RGB: (128,133,142)

Color info

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

RGB color model

#80858E color RGB value is (128,133,142).

RGB: (128,133,142) (50%, 52%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 142 of 255 = 56%

128
133
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 133 + 142 = 403 (100%)
R 128 of 403 ~ 31.76%
G 133 of 403 ~ 33%
B 142 of 403 ~ 35.24'%

%31.76
%33
%35.24

CMYK color model

#80858E color CMYK value is (10,6,0,44).

  • cyan value is 9.86%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (10,6,0,44) C10M6Y0K44 (10%,6%,0%,44%) (0.10/0.06/0.00/0.44) 

CMYK percentages

%9.86
%6.34
%0
%44.31

Codes

Color #80858E in popluar color models

80 85 8E
RGB 128 133 142
HSL 219° 5.83% 52.94%
HSB/HSV 219° 9.86% 55.69%
CMYK 9.86% 6.34% 0.00%
44.31%

Color #80858E in popluar number systems.

HEX 80 85 8E
Decimal 128 133 142
Binary 10000000 10000101 10001110
Octal 200 205 216

Shades and tints

Shades of #80858E

#80858E
(128,133,142)
#757982
(117,121,130)
#6A6D76
(106,109,118)
#5F616A
(95,97,106)
#54555E
(84,85,94)
#494952
(73,73,82)
#3E3D46
(62,61,70)
#33313A
(51,49,58)
#28252E
(40,37,46)
#1D1922
(29,25,34)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #80858E

#80858E
(128,133,142)
#8B9098
(139,144,152)
#969BA2
(150,155,162)
#A1A6AC
(161,166,172)
#ACB1B6
(172,177,182)
#B7BCC0
(183,188,192)
#C2C7CA
(194,199,202)
#CDD2D4
(205,210,212)
#D8DDDE
(216,221,222)
#E3E8E8
(227,232,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80858E; }

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

This text font color is #80858E.

Background Color

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

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

This div background color is #80858E.

Border color

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

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

This div border color is #80858E.

Opacity

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

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

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

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

This text has shadow with #80858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80858E.

Preview

Color preview on black background

This text has color #80858E on black background.


Color preview on white background

This text has color #80858E on white background.


Black color preview on #80858E background

This text has black color on #80858E background.


White color preview on #80858E background

This text has white color on #80858E background.


Related colors

Complementary color

Complementary color for #hex is #7F7A71.


I love getcolorcode.com

Triadic colors

1 #8E8085 and #858E80 with #80858E are triadic colors.

2 #8E8580 and #85808E with #80858E are triadic colors.