COLOR #80AD96

HEX: #80AD96 RGB: (128,173,150)

Color info

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

RGB color model

#80AD96 color RGB value is (128,173,150).

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

RGB channels and saturation

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

128
173
150

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

Portions of RGB colors in percentages

R + G + B = 128 + 173 + 150 = 451 (100%)
R 128 of 451 ~ 28.38%
G 173 of 451 ~ 38.36%
B 150 of 451 ~ 33.26'%

%28.38
%38.36
%33.26

CMYK color model

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

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • 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
%13.29
%32.16

Codes

Color #80AD96 in popluar color models

80 AD 96
RGB 128 173 150
HSL 149° 21.53% 59.02%
HSB/HSV 149° 26.01% 67.84%
CMYK 26.01% 0.00% 13.29%
32.16%

Color #80AD96 in popluar number systems.

HEX 80 AD 96
Decimal 128 173 150
Binary 10000000 10101101 10010110
Octal 200 255 226

Shades and tints

Shades of #80AD96

#80AD96
(128,173,150)
#759E89
(117,158,137)
#6A8F7C
(106,143,124)
#5F806F
(95,128,111)
#547162
(84,113,98)
#496255
(73,98,85)
#3E5348
(62,83,72)
#33443B
(51,68,59)
#28352E
(40,53,46)
#1D2621
(29,38,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #80AD96

#80AD96
(128,173,150)
#8BB49F
(139,180,159)
#96BBA8
(150,187,168)
#A1C2B1
(161,194,177)
#ACC9BA
(172,201,186)
#B7D0C3
(183,208,195)
#C2D7CC
(194,215,204)
#CDDED5
(205,222,213)
#D8E5DE
(216,229,222)
#E3ECE7
(227,236,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AD96; }

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

This text font color is #80AD96.

Background Color

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

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

This div background color is #80AD96.

Border color

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

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

This div border color is #80AD96.

Opacity

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

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

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

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

This text has shadow with #80AD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AD96.

Preview

Color preview on black background

This text has color #80AD96 on black background.


Color preview on white background

This text has color #80AD96 on white background.


Black color preview on #80AD96 background

This text has black color on #80AD96 background.


White color preview on #80AD96 background

This text has white color on #80AD96 background.


Related colors

Complementary color

Complementary color for #hex is #7F5269.


I love getcolorcode.com

Triadic colors

1 #9680AD and #AD9680 with #80AD96 are triadic colors.

2 #96AD80 and #AD8096 with #80AD96 are triadic colors.