COLOR #809D8F

HEX: #809D8F RGB: (128,157,143)

Color info

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

RGB color model

#809D8F color RGB value is (128,157,143).

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

RGB channels and saturation

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

128
157
143

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

Portions of RGB colors in percentages

R + G + B = 128 + 157 + 143 = 428 (100%)
R 128 of 428 ~ 29.91%
G 157 of 428 ~ 36.68%
B 143 of 428 ~ 33.41'%

%29.91
%36.68
%33.41

CMYK color model

#809D8F color CMYK value is (18,0,9,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%

CMYK: (18,0,9,38)
C18M0Y9K38 (18%, 0%, 9%, 38%)
(0.18 / 0.00 / 0.09 / 0.38)

CMYK percentages

%18.47
%0
%8.92
%38.43

Codes

Color #809D8F in popluar color models

80 9D 8F
RGB 128 157 143
HSL 151° 12.89% 55.88%
HSB/HSV 151° 18.47% 61.57%
CMYK 18.47% 0.00% 8.92%
38.43%

Color #809D8F in popluar number systems.

HEX 80 9D 8F
Decimal 128 157 143
Binary 10000000 10011101 10001111
Octal 200 235 217

Shades and tints

Shades of #809D8F

#809D8F
(128,157,143)
#758F82
(117,143,130)
#6A8175
(106,129,117)
#5F7368
(95,115,104)
#54655B
(84,101,91)
#49574E
(73,87,78)
#3E4941
(62,73,65)
#333B34
(51,59,52)
#282D27
(40,45,39)
#1D1F1A
(29,31,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #809D8F

#809D8F
(128,157,143)
#8BA599
(139,165,153)
#96ADA3
(150,173,163)
#A1B5AD
(161,181,173)
#ACBDB7
(172,189,183)
#B7C5C1
(183,197,193)
#C2CDCB
(194,205,203)
#CDD5D5
(205,213,213)
#D8DDDF
(216,221,223)
#E3E5E9
(227,229,233)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809D8F; }

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

This text font color is #809D8F.

Background Color

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

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

This div background color is #809D8F.

Border color

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

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

This div border color is #809D8F.

Opacity

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

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

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

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

This text has shadow with #809D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809D8F.

Preview

Color preview on black background

This text has color #809D8F on black background.


Color preview on white background

This text has color #809D8F on white background.


Black color preview on #809D8F background

This text has black color on #809D8F background.


White color preview on #809D8F background

This text has white color on #809D8F background.


Related colors

Complementary color

Complementary color for #hex is #7F6270.


I love getcolorcode.com

Triadic colors

1 #8F809D and #9D8F80 with #809D8F are triadic colors.

2 #8F9D80 and #9D808F with #809D8F are triadic colors.