COLOR #809E97

HEX: #809E97 RGB: (128,158,151)

Color info

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

RGB color model

#809E97 color RGB value is (128,158,151).

RGB: (128,158,151) (50%, 62%, 59%)

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 151 of 255 = 59%

128
158
151

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

Portions of RGB colors in percentages

R + G + B = 128 + 158 + 151 = 437 (100%)
R 128 of 437 ~ 29.29%
G 158 of 437 ~ 36.16%
B 151 of 437 ~ 34.55'%

%29.29
%36.16
%34.55

CMYK color model

#809E97 color CMYK value is (19,0,4,38).

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

CMYK: (19,0,4,38)
C19M0Y4K38 (19%, 0%, 4%, 38%)
(0.19 / 0.00 / 0.04 / 0.38)

CMYK percentages

%18.99
%0
%4.43
%38.04

Codes

Color #809E97 in popluar color models

80 9E 97
RGB 128 158 151
HSL 166° 13.39% 56.08%
HSB/HSV 166° 18.99% 61.96%
CMYK 18.99% 0.00% 4.43%
38.04%

Color #809E97 in popluar number systems.

HEX 80 9E 97
Decimal 128 158 151
Binary 10000000 10011110 10010111
Octal 200 236 227

Shades and tints

Shades of #809E97

#809E97
(128,158,151)
#75908A
(117,144,138)
#6A827D
(106,130,125)
#5F7470
(95,116,112)
#546663
(84,102,99)
#495856
(73,88,86)
#3E4A49
(62,74,73)
#333C3C
(51,60,60)
#282E2F
(40,46,47)
#1D2022
(29,32,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #809E97

#809E97
(128,158,151)
#8BA6A0
(139,166,160)
#96AEA9
(150,174,169)
#A1B6B2
(161,182,178)
#ACBEBB
(172,190,187)
#B7C6C4
(183,198,196)
#C2CECD
(194,206,205)
#CDD6D6
(205,214,214)
#D8DEDF
(216,222,223)
#E3E6E8
(227,230,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809E97; }

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

This text font color is #809E97.

Background Color

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

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

This div background color is #809E97.

Border color

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

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

This div border color is #809E97.

Opacity

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

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

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

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

This text has shadow with #809E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809E97.

Preview

Color preview on black background

This text has color #809E97 on black background.


Color preview on white background

This text has color #809E97 on white background.


Black color preview on #809E97 background

This text has black color on #809E97 background.


White color preview on #809E97 background

This text has white color on #809E97 background.


Related colors

Complementary color

Complementary color for #hex is #7F6168.


I love getcolorcode.com

Triadic colors

1 #97809E and #9E9780 with #809E97 are triadic colors.

2 #979E80 and #9E8097 with #809E97 are triadic colors.