COLOR #809998

HEX: #809998 RGB: (128,153,152)

Color info

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

RGB color model

#809998 color RGB value is (128,153,152).

RGB: (128,153,152) (50%, 60%, 60%)

RGB channels and saturation

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

128
153
152

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

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 152 = 433 (100%)
R 128 of 433 ~ 29.56%
G 153 of 433 ~ 35.33%
B 152 of 433 ~ 35.1'%

%29.56
%35.33
%35.1

CMYK color model

#809998 color CMYK value is (16,0,1,40).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 40.00%

CMYK: (16,0,1,40)
C16M0Y1K40 (16%, 0%, 1%, 40%)
(0.16 / 0.00 / 0.01 / 0.40)

CMYK percentages

%16.34
%0
%0.65
%40

Codes

Color #809998 in popluar color models

80 99 98
RGB 128 153 152
HSL 178° 10.92% 55.10%
HSB/HSV 178° 16.34% 60.00%
CMYK 16.34% 0.00% 0.65%
40.00%

Color #809998 in popluar number systems.

HEX 80 99 98
Decimal 128 153 152
Binary 10000000 10011001 10011000
Octal 200 231 230

Shades and tints

Shades of #809998

#809998
(128,153,152)
#758C8B
(117,140,139)
#6A7F7E
(106,127,126)
#5F7271
(95,114,113)
#546564
(84,101,100)
#495857
(73,88,87)
#3E4B4A
(62,75,74)
#333E3D
(51,62,61)
#283130
(40,49,48)
#1D2423
(29,36,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #809998

#809998
(128,153,152)
#8BA2A1
(139,162,161)
#96ABAA
(150,171,170)
#A1B4B3
(161,180,179)
#ACBDBC
(172,189,188)
#B7C6C5
(183,198,197)
#C2CFCE
(194,207,206)
#CDD8D7
(205,216,215)
#D8E1E0
(216,225,224)
#E3EAE9
(227,234,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809998; }

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

This text font color is #809998.

Background Color

.myBgColor { background-color: #809998; }

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

This div background color is #809998.

Border color

.myBorderColor { border: 1px solid #809998; }

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

This div border color is #809998.

Opacity

.myOpacity80 { color: #809998; opacity: 0.8; }

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

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

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

This text has shadow with #809998 color.


.textShadow {text-shadow: 3px 3px 1px #809998', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #809998; -webkit-box-shadow: 1px 1px 3px 2px #809998; box-shadow:1px 1px 3px 2px #809998;">
Div content here
</div>

This div box has shadow with color #809998.

Preview

Color preview on black background

This text has color #809998 on black background.


Color preview on white background

This text has color #809998 on white background.


Black color preview on #809998 background

This text has black color on #809998 background.


White color preview on #809998 background

This text has white color on #809998 background.


Related colors

Complementary color

Complementary color for #hex is #7F6667.


I love getcolorcode.com

Triadic colors

1 #988099 and #999880 with #809998 are triadic colors.

2 #989980 and #998098 with #809998 are triadic colors.