COLOR #809F9E

HEX: #809F9E
RGB: (128,159,158)

Color info

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

RGB color model

#809F9E color RGB value is (128,159,158).

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

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 158 of 255 = 62%

128
159
158

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

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 158 = 445 (100%)
R 128 of 445 ~ 28.76%
G 159 of 445 ~ 35.73%
B 158 of 445 ~ 35.51%

%28.76
%35.73
%35.51

CMYK color model

#809F9E color CMYK value is (19,0,1,38).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 0.63%
  • key color value is 37.65%
CMYK:
(19,0,1,38)
C19M0Y1K38 
(19%,0%,1%,38%)
(0.19/0.00/0.01/0.38)	

CMYK percentages

%19.5
%0
%0.63
%37.65

Codes

Color #809F9E in popluar color models

809F9E
RGB128159158
HSL178°13.90%56.27%
HSB/HSV178°19.50%62.35%
CMYK19.50%0.00%0.63%
37.65%

Color #809F9E in popluar number systems.

HEX809F9E
Decimal128159158
Binary100000001001111110011110
Octal200237236

Shades and tints

Shades of #809F9E

#809F9E
(128,159,158)
#759190
(117,145,144)
#6A8382
(106,131,130)
#5F7574
(95,117,116)
#546766
(84,103,102)
#495958
(73,89,88)
#3E4B4A
(62,75,74)
#333D3C
(51,61,60)
#282F2E
(40,47,46)
#1D2120
(29,33,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #809F9E

#809F9E
(128,159,158)
#8BA7A6
(139,167,166)
#96AFAE
(150,175,174)
#A1B7B6
(161,183,182)
#ACBFBE
(172,191,190)
#B7C7C6
(183,199,198)
#C2CFCE
(194,207,206)
#CDD7D6
(205,215,214)
#D8DFDE
(216,223,222)
#E3E7E6
(227,231,230)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809F9E; }

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

This text font color is #809F9E.


Background Color

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

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

This div background color is #809F9E.


Border color

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

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

This div border color is #809F9E.


Opacity

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

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

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

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

This text has shadow with #809F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809F9E on black background.


Color preview on white background

This text has color #809F9E on white background.



Black color preview on #809F9E background

This text has black color on #809F9E background.


White color preview on #809F9E background

This text has white color on #809F9E background.