COLOR #809A99

HEX: #809A99
RGB: (128,154,153)

Color info

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

RGB color model

#809A99 color RGB value is (128,154,153).

  • red value is 128;
  • green value is 154;
  • blue value is 153.
RGB:
(128,154,153)
(50%,60%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 153 of 255 = 60%

128
154
153

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 153 = 435 (100%)
R 128 of 435 ~ 29.43%
G 154 of 435 ~ 35.4%
B 153 of 435 ~ 35.17%

%29.43
%35.4
%35.17

CMYK color model

#809A99 color CMYK value is (17,0,1,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK:
(17,0,1,40)
C17M0Y1K40 
(17%,0%,1%,40%)
(0.17/0.00/0.01/0.40)	

CMYK percentages

%16.88
%0
%0.65
%39.61

Codes

Color #809A99 in popluar color models

809A99
RGB128154153
HSL178°11.40%55.29%
HSB/HSV178°16.88%60.39%
CMYK16.88%0.00%0.65%
39.61%

Color #809A99 in popluar number systems.

HEX809A99
Decimal128154153
Binary100000001001101010011001
Octal200232231

Shades and tints

Shades of #809A99

#809A99
(128,154,153)
#758C8C
(117,140,140)
#6A7E7F
(106,126,127)
#5F7072
(95,112,114)
#546265
(84,98,101)
#495458
(73,84,88)
#3E464B
(62,70,75)
#33383E
(51,56,62)
#282A31
(40,42,49)
#1D1C24
(29,28,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #809A99

#809A99
(128,154,153)
#8BA3A2
(139,163,162)
#96ACAB
(150,172,171)
#A1B5B4
(161,181,180)
#ACBEBD
(172,190,189)
#B7C7C6
(183,199,198)
#C2D0CF
(194,208,207)
#CDD9D8
(205,217,216)
#D8E2E1
(216,226,225)
#E3EBEA
(227,235,234)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809A99 color. Also use rgb(128,154,153) instead hex code.

Text Font Color

.myTextColor { color: #809A99; }

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

This text font color is #809A99.


Background Color

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

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

This div background color is #809A99.


Border color

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

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

This div border color is #809A99.


Opacity

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

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

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

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

This text has shadow with #809A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A99 on black background.


Color preview on white background

This text has color #809A99 on white background.



Black color preview on #809A99 background

This text has black color on #809A99 background.


White color preview on #809A99 background

This text has white color on #809A99 background.