COLOR #809D8E

HEX: #809D8E RGB: (128,157,142)

Color info

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

RGB color model

#809D8E color RGB value is (128,157,142).

RGB: (128,157,142) (50%, 62%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 142 of 255 = 56%

128
157
142

R + G + B ~ 56%. #809D8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 157 + 142 = 427 (100%)
R 128 of 427 ~ 29.98%
G 157 of 427 ~ 36.77%
B 142 of 427 ~ 33.26'%

%29.98
%36.77
%33.26

CMYK color model

#809D8E color CMYK value is (18,0,10,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 38.43%
CMYK: (18,0,10,38) C18M0Y10K38 (18%,0%,10%,38%) (0.18/0.00/0.10/0.38) 

CMYK percentages

%18.47
%0
%9.55
%38.43

Codes

Color #809D8E in popluar color models

80 9D 8E
RGB 128 157 142
HSL 149° 12.89% 55.88%
HSB/HSV 149° 18.47% 61.57%
CMYK 18.47% 0.00% 9.55%
38.43%

Color #809D8E in popluar number systems.

HEX 80 9D 8E
Decimal 128 157 142
Binary 10000000 10011101 10001110
Octal 200 235 216

Shades and tints

Shades of #809D8E

#809D8E
(128,157,142)
#758F82
(117,143,130)
#6A8176
(106,129,118)
#5F736A
(95,115,106)
#54655E
(84,101,94)
#495752
(73,87,82)
#3E4946
(62,73,70)
#333B3A
(51,59,58)
#282D2E
(40,45,46)
#1D1F22
(29,31,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #809D8E

#809D8E
(128,157,142)
#8BA598
(139,165,152)
#96ADA2
(150,173,162)
#A1B5AC
(161,181,172)
#ACBDB6
(172,189,182)
#B7C5C0
(183,197,192)
#C2CDCA
(194,205,202)
#CDD5D4
(205,213,212)
#D8DDDE
(216,221,222)
#E3E5E8
(227,229,232)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809D8E color. Also use rgb(128,157,142) instead hex code.

Text Font Color

.myTextColor { color: #809D8E; }

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

This text font color is #809D8E.

Background Color

.myBgColor { background-color: #809D8E; }

<div style="background-color:#809D8E">Inner text</div>

This div background color is #809D8E.

Border color

.myBorderColor { border: 1px solid #809D8E; }

<div style="border:3px solid #809D8E">Div</div>

This div border color is #809D8E.

Opacity

.myOpacity80 { color: #809D8E; opacity: 0.8; }

<p style="color:#809D8E;opacity:0.8;">80%</p>

Text with #809D8E 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 #809D8E;}

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

This text has shadow with #809D8E color.


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

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

This text has shadow with #809D8E primary color and red secondary color.


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

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

This text has shadow with #809D8E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #809D8E.

Preview

Color preview on black background

This text has color #809D8E on black background.


Color preview on white background

This text has color #809D8E on white background.


Black color preview on #809D8E background

This text has black color on #809D8E background.


White color preview on #809D8E background

This text has white color on #809D8E background.


Related colors

Complementary color

Complementary color for #hex is #7F6271.


I love getcolorcode.com

Triadic colors

1 #8E809D and #9D8E80 with #809D8E are triadic colors.

2 #8E9D80 and #9D808E with #809D8E are triadic colors.