COLOR #80AE96

HEX: #80AE96 RGB: (128,174,150)

Color info

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

RGB color model

#80AE96 color RGB value is (128,174,150).

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

RGB channels and saturation

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

128
174
150

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

Portions of RGB colors in percentages

R + G + B = 128 + 174 + 150 = 452 (100%)
R 128 of 452 ~ 28.32%
G 174 of 452 ~ 38.5%
B 150 of 452 ~ 33.19'%

%28.32
%38.5
%33.19

CMYK color model

#80AE96 color CMYK value is (26,0,14,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK: (26,0,14,32) C26M0Y14K32 (26%,0%,14%,32%) (0.26/0.00/0.14/0.32) 

CMYK percentages

%26.44
%0
%13.79
%31.76

Codes

Color #80AE96 in popluar color models

80 AE 96
RGB 128 174 150
HSL 149° 22.12% 59.22%
HSB/HSV 149° 26.44% 68.24%
CMYK 26.44% 0.00% 13.79%
31.76%

Color #80AE96 in popluar number systems.

HEX 80 AE 96
Decimal 128 174 150
Binary 10000000 10101110 10010110
Octal 200 256 226

Shades and tints

Shades of #80AE96

#80AE96
(128,174,150)
#759F89
(117,159,137)
#6A907C
(106,144,124)
#5F816F
(95,129,111)
#547262
(84,114,98)
#496355
(73,99,85)
#3E5448
(62,84,72)
#33453B
(51,69,59)
#28362E
(40,54,46)
#1D2721
(29,39,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #80AE96

#80AE96
(128,174,150)
#8BB59F
(139,181,159)
#96BCA8
(150,188,168)
#A1C3B1
(161,195,177)
#ACCABA
(172,202,186)
#B7D1C3
(183,209,195)
#C2D8CC
(194,216,204)
#CDDFD5
(205,223,213)
#D8E6DE
(216,230,222)
#E3EDE7
(227,237,231)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AE96; }

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

This text font color is #80AE96.

Background Color

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

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

This div background color is #80AE96.

Border color

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

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

This div border color is #80AE96.

Opacity

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

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

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

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

This text has shadow with #80AE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AE96.

Preview

Color preview on black background

This text has color #80AE96 on black background.


Color preview on white background

This text has color #80AE96 on white background.


Black color preview on #80AE96 background

This text has black color on #80AE96 background.


White color preview on #80AE96 background

This text has white color on #80AE96 background.


Related colors

Complementary color

Complementary color for #hex is #7F5169.


I love getcolorcode.com

Triadic colors

1 #9680AE and #AE9680 with #80AE96 are triadic colors.

2 #96AE80 and #AE8096 with #80AE96 are triadic colors.