COLOR #809E96

HEX: #809E96
RGB: (128,158,150)

Color info

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

RGB color model

#809E96 color RGB value is (128,158,150).

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

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 150 of 255 = 59%

128
158
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 158 + 150 = 436 (100%)
R 128 of 436 ~ 29.36%
G 158 of 436 ~ 36.24%
B 150 of 436 ~ 34.4%

%29.36
%36.24
%34.4

CMYK color model

#809E96 color CMYK value is (19,0,5,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 38.04%
CMYK:
(19,0,5,38)
C19M0Y5K38 
(19%,0%,5%,38%)
(0.19/0.00/0.05/0.38)	

CMYK percentages

%18.99
%0
%5.06
%38.04

Codes

Color #809E96 in popluar color models

809E96
RGB128158150
HSL164°13.39%56.08%
HSB/HSV164°18.99%61.96%
CMYK18.99%0.00%5.06%
38.04%

Color #809E96 in popluar number systems.

HEX809E96
Decimal128158150
Binary100000001001111010010110
Octal200236226

Shades and tints

Shades of #809E96

#809E96
(128,158,150)
#759089
(117,144,137)
#6A827C
(106,130,124)
#5F746F
(95,116,111)
#546662
(84,102,98)
#495855
(73,88,85)
#3E4A48
(62,74,72)
#333C3B
(51,60,59)
#282E2E
(40,46,46)
#1D2021
(29,32,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #809E96

#809E96
(128,158,150)
#8BA69F
(139,166,159)
#96AEA8
(150,174,168)
#A1B6B1
(161,182,177)
#ACBEBA
(172,190,186)
#B7C6C3
(183,198,195)
#C2CECC
(194,206,204)
#CDD6D5
(205,214,213)
#D8DEDE
(216,222,222)
#E3E6E7
(227,230,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E96; }

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

This text font color is #809E96.


Background Color

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

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

This div background color is #809E96.


Border color

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

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

This div border color is #809E96.


Opacity

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

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

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

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

This text has shadow with #809E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809E96 on black background.


Color preview on white background

This text has color #809E96 on white background.



Black color preview on #809E96 background

This text has black color on #809E96 background.


White color preview on #809E96 background

This text has white color on #809E96 background.