COLOR #808B93

HEX: #808B93 RGB: (128,139,147)

Color info

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

RGB color model

#808B93 color RGB value is (128,139,147).

RGB: (128,139,147) (50%, 55%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 147 of 255 = 58%

128
139
147

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

Portions of RGB colors in percentages

R + G + B = 128 + 139 + 147 = 414 (100%)
R 128 of 414 ~ 30.92%
G 139 of 414 ~ 33.57%
B 147 of 414 ~ 35.51'%

%30.92
%33.57
%35.51

CMYK color model

#808B93 color CMYK value is (13,5,0,42).

  • cyan value is 12.93%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (13,5,0,42) C13M5Y0K42 (13%,5%,0%,42%) (0.13/0.05/0.00/0.42) 

CMYK percentages

%12.93
%5.44
%0
%42.35

Codes

Color #808B93 in popluar color models

80 8B 93
RGB 128 139 147
HSL 205° 8.09% 53.92%
HSB/HSV 205° 12.93% 57.65%
CMYK 12.93% 5.44% 0.00%
42.35%

Color #808B93 in popluar number systems.

HEX 80 8B 93
Decimal 128 139 147
Binary 10000000 10001011 10010011
Octal 200 213 223

Shades and tints

Shades of #808B93

#808B93
(128,139,147)
#757F86
(117,127,134)
#6A7379
(106,115,121)
#5F676C
(95,103,108)
#545B5F
(84,91,95)
#494F52
(73,79,82)
#3E4345
(62,67,69)
#333738
(51,55,56)
#282B2B
(40,43,43)
#1D1F1E
(29,31,30)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #808B93

#808B93
(128,139,147)
#8B959C
(139,149,156)
#969FA5
(150,159,165)
#A1A9AE
(161,169,174)
#ACB3B7
(172,179,183)
#B7BDC0
(183,189,192)
#C2C7C9
(194,199,201)
#CDD1D2
(205,209,210)
#D8DBDB
(216,219,219)
#E3E5E4
(227,229,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808B93; }

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

This text font color is #808B93.

Background Color

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

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

This div background color is #808B93.

Border color

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

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

This div border color is #808B93.

Opacity

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

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

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

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

This text has shadow with #808B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808B93.

Preview

Color preview on black background

This text has color #808B93 on black background.


Color preview on white background

This text has color #808B93 on white background.


Black color preview on #808B93 background

This text has black color on #808B93 background.


White color preview on #808B93 background

This text has white color on #808B93 background.


Related colors

Complementary color

Complementary color for #hex is #7F746C.


I love getcolorcode.com

Triadic colors

1 #93808B and #8B9380 with #808B93 are triadic colors.

2 #938B80 and #8B8093 with #808B93 are triadic colors.