COLOR #809F8B

HEX: #809F8B
RGB: (128,159,139)

Color info

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

RGB color model

#809F8B color RGB value is (128,159,139).

  • red value is 128;
  • green value is 159;
  • blue value is 139.
RGB:
(128,159,139)
(50%,62%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 139 of 255 = 55%

128
159
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 139 = 426 (100%)
R 128 of 426 ~ 30.05%
G 159 of 426 ~ 37.32%
B 139 of 426 ~ 32.63%

%30.05
%37.32
%32.63

CMYK color model

#809F8B color CMYK value is (19,0,13,38).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(19,0,13,38)
C19M0Y13K38 
(19%,0%,13%,38%)
(0.19/0.00/0.13/0.38)	

CMYK percentages

%19.5
%0
%12.58
%37.65

Codes

Color #809F8B in popluar color models

809F8B
RGB128159139
HSL141°13.90%56.27%
HSB/HSV141°19.50%62.35%
CMYK19.50%0.00%12.58%
37.65%

Color #809F8B in popluar number systems.

HEX809F8B
Decimal128159139
Binary100000001001111110001011
Octal200237213

Shades and tints

Shades of #809F8B

#809F8B
(128,159,139)
#75917F
(117,145,127)
#6A8373
(106,131,115)
#5F7567
(95,117,103)
#54675B
(84,103,91)
#49594F
(73,89,79)
#3E4B43
(62,75,67)
#333D37
(51,61,55)
#282F2B
(40,47,43)
#1D211F
(29,33,31)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #809F8B

#809F8B
(128,159,139)
#8BA795
(139,167,149)
#96AF9F
(150,175,159)
#A1B7A9
(161,183,169)
#ACBFB3
(172,191,179)
#B7C7BD
(183,199,189)
#C2CFC7
(194,207,199)
#CDD7D1
(205,215,209)
#D8DFDB
(216,223,219)
#E3E7E5
(227,231,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809F8B color. Also use rgb(128,159,139) instead hex code.

Text Font Color

.myTextColor { color: #809F8B; }

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

This text font color is #809F8B.


Background Color

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

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

This div background color is #809F8B.


Border color

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

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

This div border color is #809F8B.


Opacity

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

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

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

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

This text has shadow with #809F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809F8B on black background.


Color preview on white background

This text has color #809F8B on white background.



Black color preview on #809F8B background

This text has black color on #809F8B background.


White color preview on #809F8B background

This text has white color on #809F8B background.