COLOR #808898

HEX: #808898 RGB: (128,136,152)

Color info

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

RGB color model

#808898 color RGB value is (128,136,152).

RGB: (128,136,152) (50%, 53%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 152 of 255 = 60%

128
136
152

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

Portions of RGB colors in percentages

R + G + B = 128 + 136 + 152 = 416 (100%)
R 128 of 416 ~ 30.77%
G 136 of 416 ~ 32.69%
B 152 of 416 ~ 36.54'%

%30.77
%32.69
%36.54

CMYK color model

#808898 color CMYK value is (16,11,0,40).

  • cyan value is 15.79%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (16,11,0,40)
C16M11Y0K40 (16%, 11%, 0%, 40%)
(0.16 / 0.11 / 0.00 / 0.40)

CMYK percentages

%15.79
%10.53
%0
%40.39

Codes

Color #808898 in popluar color models

80 88 98
RGB 128 136 152
HSL 220° 10.43% 54.90%
HSB/HSV 220° 15.79% 59.61%
CMYK 15.79% 10.53% 0.00%
40.39%

Color #808898 in popluar number systems.

HEX 80 88 98
Decimal 128 136 152
Binary 10000000 10001000 10011000
Octal 200 210 230

Shades and tints

Shades of #808898

#808898
(128,136,152)
#757C8B
(117,124,139)
#6A707E
(106,112,126)
#5F6471
(95,100,113)
#545864
(84,88,100)
#494C57
(73,76,87)
#3E404A
(62,64,74)
#33343D
(51,52,61)
#282830
(40,40,48)
#1D1C23
(29,28,35)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #808898

#808898
(128,136,152)
#8B92A1
(139,146,161)
#969CAA
(150,156,170)
#A1A6B3
(161,166,179)
#ACB0BC
(172,176,188)
#B7BAC5
(183,186,197)
#C2C4CE
(194,196,206)
#CDCED7
(205,206,215)
#D8D8E0
(216,216,224)
#E3E2E9
(227,226,233)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808898; }

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

This text font color is #808898.

Background Color

.myBgColor { background-color: #808898; }

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

This div background color is #808898.

Border color

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

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

This div border color is #808898.

Opacity

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

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

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

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

This text has shadow with #808898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808898.

Preview

Color preview on black background

This text has color #808898 on black background.


Color preview on white background

This text has color #808898 on white background.


Black color preview on #808898 background

This text has black color on #808898 background.


White color preview on #808898 background

This text has white color on #808898 background.


Related colors

Complementary color

Complementary color for #hex is #7F7767.


I love getcolorcode.com

Triadic colors

1 #988088 and #889880 with #808898 are triadic colors.

2 #988880 and #888098 with #808898 are triadic colors.