COLOR #809993

HEX: #809993 RGB: (128,153,147)

Color info

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

RGB color model

#809993 color RGB value is (128,153,147).

RGB: (128,153,147) (50%, 60%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 147 of 255 = 58%

128
153
147

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

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 147 = 428 (100%)
R 128 of 428 ~ 29.91%
G 153 of 428 ~ 35.75%
B 147 of 428 ~ 34.35'%

%29.91
%35.75
%34.35

CMYK color model

#809993 color CMYK value is (16,0,4,40).

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

CMYK: (16,0,4,40)
C16M0Y4K40 (16%, 0%, 4%, 40%)
(0.16 / 0.00 / 0.04 / 0.40)

CMYK percentages

%16.34
%0
%3.92
%40

Codes

Color #809993 in popluar color models

80 99 93
RGB 128 153 147
HSL 166° 10.92% 55.10%
HSB/HSV 166° 16.34% 60.00%
CMYK 16.34% 0.00% 3.92%
40.00%

Color #809993 in popluar number systems.

HEX 80 99 93
Decimal 128 153 147
Binary 10000000 10011001 10010011
Octal 200 231 223

Shades and tints

Shades of #809993

#809993
(128,153,147)
#758C86
(117,140,134)
#6A7F79
(106,127,121)
#5F726C
(95,114,108)
#54655F
(84,101,95)
#495852
(73,88,82)
#3E4B45
(62,75,69)
#333E38
(51,62,56)
#28312B
(40,49,43)
#1D241E
(29,36,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #809993

#809993
(128,153,147)
#8BA29C
(139,162,156)
#96ABA5
(150,171,165)
#A1B4AE
(161,180,174)
#ACBDB7
(172,189,183)
#B7C6C0
(183,198,192)
#C2CFC9
(194,207,201)
#CDD8D2
(205,216,210)
#D8E1DB
(216,225,219)
#E3EAE4
(227,234,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809993; }

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

This text font color is #809993.

Background Color

.myBgColor { background-color: #809993; }

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

This div background color is #809993.

Border color

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

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

This div border color is #809993.

Opacity

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

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

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

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

This text has shadow with #809993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809993.

Preview

Color preview on black background

This text has color #809993 on black background.


Color preview on white background

This text has color #809993 on white background.


Black color preview on #809993 background

This text has black color on #809993 background.


White color preview on #809993 background

This text has white color on #809993 background.


Related colors

Complementary color

Complementary color for #hex is #7F666C.


I love getcolorcode.com

Triadic colors

1 #938099 and #999380 with #809993 are triadic colors.

2 #939980 and #998093 with #809993 are triadic colors.