COLOR #80AD97

HEX: #80AD97 RGB: (128,173,151)

Color info

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

RGB color model

#80AD97 color RGB value is (128,173,151).

RGB: (128,173,151) (50%, 68%, 59%)

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 151 of 255 = 59%

128
173
151

R + G + B ~ 59%. #80AD97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 151 = 452 (100%)
R 128 of 452 ~ 28.32%
G 173 of 452 ~ 38.27%
B 151 of 452 ~ 33.41'%

%28.32
%38.27
%33.41

CMYK color model

#80AD97 color CMYK value is (26,0,13,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 12.72%
  • key color value is 32.16%

CMYK: (26,0,13,32)
C26M0Y13K32 (26%, 0%, 13%, 32%)
(0.26 / 0.00 / 0.13 / 0.32)

CMYK percentages

%26.01
%0
%12.72
%32.16

Codes

Color #80AD97 in popluar color models

80 AD 97
RGB 128 173 151
HSL 151° 21.53% 59.02%
HSB/HSV 151° 26.01% 67.84%
CMYK 26.01% 0.00% 12.72%
32.16%

Color #80AD97 in popluar number systems.

HEX 80 AD 97
Decimal 128 173 151
Binary 10000000 10101101 10010111
Octal 200 255 227

Shades and tints

Shades of #80AD97

#80AD97
(128,173,151)
#759E8A
(117,158,138)
#6A8F7D
(106,143,125)
#5F8070
(95,128,112)
#547163
(84,113,99)
#496256
(73,98,86)
#3E5349
(62,83,73)
#33443C
(51,68,60)
#28352F
(40,53,47)
#1D2622
(29,38,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #80AD97

#80AD97
(128,173,151)
#8BB4A0
(139,180,160)
#96BBA9
(150,187,169)
#A1C2B2
(161,194,178)
#ACC9BB
(172,201,187)
#B7D0C4
(183,208,196)
#C2D7CD
(194,215,205)
#CDDED6
(205,222,214)
#D8E5DF
(216,229,223)
#E3ECE8
(227,236,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AD97 color. Also use rgb(128,173,151) instead hex code.

Text Font Color

.myTextColor { color: #80AD97; }

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

This text font color is #80AD97.

Background Color

.myBgColor { background-color: #80AD97; }

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

This div background color is #80AD97.

Border color

.myBorderColor { border: 1px solid #80AD97; }

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

This div border color is #80AD97.

Opacity

.myOpacity80 { color: #80AD97; opacity: 0.8; }

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

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

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

This text has shadow with #80AD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AD97.

Preview

Color preview on black background

This text has color #80AD97 on black background.


Color preview on white background

This text has color #80AD97 on white background.


Black color preview on #80AD97 background

This text has black color on #80AD97 background.


White color preview on #80AD97 background

This text has white color on #80AD97 background.


Related colors

Complementary color

Complementary color for #hex is #7F5268.


I love getcolorcode.com

Triadic colors

1 #9780AD and #AD9780 with #80AD97 are triadic colors.

2 #97AD80 and #AD8097 with #80AD97 are triadic colors.