COLOR #809193

HEX: #809193 RGB: (128,145,147)

Color info

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

RGB color model

#809193 color RGB value is (128,145,147).

RGB: (128,145,147) (50%, 57%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 145 of 255 = 57%
B 147 of 255 = 58%

128
145
147

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

Portions of RGB colors in percentages

R + G + B = 128 + 145 + 147 = 420 (100%)
R 128 of 420 ~ 30.48%
G 145 of 420 ~ 34.52%
B 147 of 420 ~ 35'%

%30.48
%34.52
%35

CMYK color model

#809193 color CMYK value is (13,1,0,42).

  • cyan value is 12.93%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (13,1,0,42)
C13M1Y0K42 (13%, 1%, 0%, 42%)
(0.13 / 0.01 / 0.00 / 0.42)

CMYK percentages

%12.93
%1.36
%0
%42.35

Codes

Color #809193 in popluar color models

80 91 93
RGB 128 145 147
HSL 186° 8.09% 53.92%
HSB/HSV 186° 12.93% 57.65%
CMYK 12.93% 1.36% 0.00%
42.35%

Color #809193 in popluar number systems.

HEX 80 91 93
Decimal 128 145 147
Binary 10000000 10010001 10010011
Octal 200 221 223

Shades and tints

Shades of #809193

#809193
(128,145,147)
#758486
(117,132,134)
#6A7779
(106,119,121)
#5F6A6C
(95,106,108)
#545D5F
(84,93,95)
#495052
(73,80,82)
#3E4345
(62,67,69)
#333638
(51,54,56)
#28292B
(40,41,43)
#1D1C1E
(29,28,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #809193

#809193
(128,145,147)
#8B9B9C
(139,155,156)
#96A5A5
(150,165,165)
#A1AFAE
(161,175,174)
#ACB9B7
(172,185,183)
#B7C3C0
(183,195,192)
#C2CDC9
(194,205,201)
#CDD7D2
(205,215,210)
#D8E1DB
(216,225,219)
#E3EBE4
(227,235,228)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809193; }

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

This text font color is #809193.

Background Color

.myBgColor { background-color: #809193; }

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

This div background color is #809193.

Border color

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

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

This div border color is #809193.

Opacity

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

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

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

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

This text has shadow with #809193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809193.

Preview

Color preview on black background

This text has color #809193 on black background.


Color preview on white background

This text has color #809193 on white background.


Black color preview on #809193 background

This text has black color on #809193 background.


White color preview on #809193 background

This text has white color on #809193 background.


Related colors

Complementary color

Complementary color for #hex is #7F6E6C.


I love getcolorcode.com

Triadic colors

1 #938091 and #919380 with #809193 are triadic colors.

2 #939180 and #918093 with #809193 are triadic colors.