COLOR #809C9E

HEX: #809C9E
RGB: (128,156,158)

Color info

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

RGB color model

#809C9E color RGB value is (128,156,158).

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

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 158 of 255 = 62%

128
156
158

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

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 158 = 442 (100%)
R 128 of 442 ~ 28.96%
G 156 of 442 ~ 35.29%
B 158 of 442 ~ 35.75%

%28.96
%35.29
%35.75

CMYK color model

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

  • cyan value is 18.99%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(19,1,0,38)
C19M1Y0K38 
(19%,1%,0%,38%)
(0.19/0.01/0.00/0.38)	

CMYK percentages

%18.99
%1.27
%0
%38.04

Codes

Color #809C9E in popluar color models

809C9E
RGB128156158
HSL184°13.39%56.08%
HSB/HSV184°18.99%61.96%
CMYK18.99%1.27%0.00%
38.04%

Color #809C9E in popluar number systems.

HEX809C9E
Decimal128156158
Binary100000001001110010011110
Octal200234236

Shades and tints

Shades of #809C9E

#809C9E
(128,156,158)
#758E90
(117,142,144)
#6A8082
(106,128,130)
#5F7274
(95,114,116)
#546466
(84,100,102)
#495658
(73,86,88)
#3E484A
(62,72,74)
#333A3C
(51,58,60)
#282C2E
(40,44,46)
#1D1E20
(29,30,32)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #809C9E

#809C9E
(128,156,158)
#8BA5A6
(139,165,166)
#96AEAE
(150,174,174)
#A1B7B6
(161,183,182)
#ACC0BE
(172,192,190)
#B7C9C6
(183,201,198)
#C2D2CE
(194,210,206)
#CDDBD6
(205,219,214)
#D8E4DE
(216,228,222)
#E3EDE6
(227,237,230)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809C9E; }

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

This text font color is #809C9E.


Background Color

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

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

This div background color is #809C9E.


Border color

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

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

This div border color is #809C9E.


Opacity

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

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

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

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

This text has shadow with #809C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809C9E on black background.


Color preview on white background

This text has color #809C9E on white background.



Black color preview on #809C9E background

This text has black color on #809C9E background.


White color preview on #809C9E background

This text has white color on #809C9E background.