COLOR #808B9A

HEX: #808B9A RGB: (128,139,154)

Color info

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

RGB color model

#808B9A color RGB value is (128,139,154).

RGB: (128,139,154) (50%, 55%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 154 of 255 = 60%

128
139
154

R + G + B ~ 55%. #808B9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 139 + 154 = 421 (100%)
R 128 of 421 ~ 30.4%
G 139 of 421 ~ 33.02%
B 154 of 421 ~ 36.58'%

%30.4
%33.02
%36.58

CMYK color model

#808B9A color CMYK value is (17,10,0,40).

  • cyan value is 16.88%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (17,10,0,40)
C17M10Y0K40 (17%, 10%, 0%, 40%)
(0.17 / 0.10 / 0.00 / 0.40)

CMYK percentages

%16.88
%9.74
%0
%39.61

Codes

Color #808B9A in popluar color models

80 8B 9A
RGB 128 139 154
HSL 215° 11.40% 55.29%
HSB/HSV 215° 16.88% 60.39%
CMYK 16.88% 9.74% 0.00%
39.61%

Color #808B9A in popluar number systems.

HEX 80 8B 9A
Decimal 128 139 154
Binary 10000000 10001011 10011010
Octal 200 213 232

Shades and tints

Shades of #808B9A

#808B9A
(128,139,154)
#757F8C
(117,127,140)
#6A737E
(106,115,126)
#5F6770
(95,103,112)
#545B62
(84,91,98)
#494F54
(73,79,84)
#3E4346
(62,67,70)
#333738
(51,55,56)
#282B2A
(40,43,42)
#1D1F1C
(29,31,28)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #808B9A

#808B9A
(128,139,154)
#8B95A3
(139,149,163)
#969FAC
(150,159,172)
#A1A9B5
(161,169,181)
#ACB3BE
(172,179,190)
#B7BDC7
(183,189,199)
#C2C7D0
(194,199,208)
#CDD1D9
(205,209,217)
#D8DBE2
(216,219,226)
#E3E5EB
(227,229,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808B9A color. Also use rgb(128,139,154) instead hex code.

Text Font Color

.myTextColor { color: #808B9A; }

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

This text font color is #808B9A.

Background Color

.myBgColor { background-color: #808B9A; }

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

This div background color is #808B9A.

Border color

.myBorderColor { border: 1px solid #808B9A; }

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

This div border color is #808B9A.

Opacity

.myOpacity80 { color: #808B9A; opacity: 0.8; }

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

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

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

This text has shadow with #808B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808B9A.

Preview

Color preview on black background

This text has color #808B9A on black background.


Color preview on white background

This text has color #808B9A on white background.


Black color preview on #808B9A background

This text has black color on #808B9A background.


White color preview on #808B9A background

This text has white color on #808B9A background.


Related colors

Complementary color

Complementary color for #hex is #7F7465.


I love getcolorcode.com

Triadic colors

1 #9A808B and #8B9A80 with #808B9A are triadic colors.

2 #9A8B80 and #8B809A with #808B9A are triadic colors.