COLOR #809E93

HEX: #809E93 RGB: (128,158,147)

Color info

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

RGB color model

#809E93 color RGB value is (128,158,147).

RGB: (128,158,147) (50%, 62%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 147 of 255 = 58%

128
158
147

R + G + B ~ 57%. #809E93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 158 + 147 = 433 (100%)
R 128 of 433 ~ 29.56%
G 158 of 433 ~ 36.49%
B 147 of 433 ~ 33.95'%

%29.56
%36.49
%33.95

CMYK color model

#809E93 color CMYK value is (19,0,7,38).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%

CMYK: (19,0,7,38)
C19M0Y7K38 (19%, 0%, 7%, 38%)
(0.19 / 0.00 / 0.07 / 0.38)

CMYK percentages

%18.99
%0
%6.96
%38.04

Codes

Color #809E93 in popluar color models

80 9E 93
RGB 128 158 147
HSL 158° 13.39% 56.08%
HSB/HSV 158° 18.99% 61.96%
CMYK 18.99% 0.00% 6.96%
38.04%

Color #809E93 in popluar number systems.

HEX 80 9E 93
Decimal 128 158 147
Binary 10000000 10011110 10010011
Octal 200 236 223

Shades and tints

Shades of #809E93

#809E93
(128,158,147)
#759086
(117,144,134)
#6A8279
(106,130,121)
#5F746C
(95,116,108)
#54665F
(84,102,95)
#495852
(73,88,82)
#3E4A45
(62,74,69)
#333C38
(51,60,56)
#282E2B
(40,46,43)
#1D201E
(29,32,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #809E93

#809E93
(128,158,147)
#8BA69C
(139,166,156)
#96AEA5
(150,174,165)
#A1B6AE
(161,182,174)
#ACBEB7
(172,190,183)
#B7C6C0
(183,198,192)
#C2CEC9
(194,206,201)
#CDD6D2
(205,214,210)
#D8DEDB
(216,222,219)
#E3E6E4
(227,230,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E93; }

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

This text font color is #809E93.

Background Color

.myBgColor { background-color: #809E93; }

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

This div background color is #809E93.

Border color

.myBorderColor { border: 1px solid #809E93; }

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

This div border color is #809E93.

Opacity

.myOpacity80 { color: #809E93; opacity: 0.8; }

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

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

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

This text has shadow with #809E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809E93.

Preview

Color preview on black background

This text has color #809E93 on black background.


Color preview on white background

This text has color #809E93 on white background.


Black color preview on #809E93 background

This text has black color on #809E93 background.


White color preview on #809E93 background

This text has white color on #809E93 background.


Related colors

Complementary color

Complementary color for #hex is #7F616C.


I love getcolorcode.com

Triadic colors

1 #93809E and #9E9380 with #809E93 are triadic colors.

2 #939E80 and #9E8093 with #809E93 are triadic colors.