COLOR #80AA96

HEX: #80AA96
RGB: (128,170,150)

Color info

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

RGB color model

#80AA96 color RGB value is (128,170,150).

  • red value is 128;
  • green value is 170;
  • blue value is 150.
RGB:
(128,170,150)
(50%,67%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 150 of 255 = 59%

128
170
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 150 = 448 (100%)
R 128 of 448 ~ 28.57%
G 170 of 448 ~ 37.95%
B 150 of 448 ~ 33.48%

%28.57
%37.95
%33.48

CMYK color model

#80AA96 color CMYK value is (25,0,12,33).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%
CMYK:
(25,0,12,33)
C25M0Y12K33 
(25%,0%,12%,33%)
(0.25/0.00/0.12/0.33)	

CMYK percentages

%24.71
%0
%11.76
%33.33

Codes

Color #80AA96 in popluar color models

80AA96
RGB128170150
HSL151°19.81%58.43%
HSB/HSV151°24.71%66.67%
CMYK24.71%0.00%11.76%
33.33%

Color #80AA96 in popluar number systems.

HEX80AA96
Decimal128170150
Binary100000001010101010010110
Octal200252226

Shades and tints

Shades of #80AA96

#80AA96
(128,170,150)
#759B89
(117,155,137)
#6A8C7C
(106,140,124)
#5F7D6F
(95,125,111)
#546E62
(84,110,98)
#495F55
(73,95,85)
#3E5048
(62,80,72)
#33413B
(51,65,59)
#28322E
(40,50,46)
#1D2321
(29,35,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80AA96

#80AA96
(128,170,150)
#8BB19F
(139,177,159)
#96B8A8
(150,184,168)
#A1BFB1
(161,191,177)
#ACC6BA
(172,198,186)
#B7CDC3
(183,205,195)
#C2D4CC
(194,212,204)
#CDDBD5
(205,219,213)
#D8E2DE
(216,226,222)
#E3E9E7
(227,233,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AA96; }

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

This text font color is #80AA96.


Background Color

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

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

This div background color is #80AA96.


Border color

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

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

This div border color is #80AA96.


Opacity

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

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

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

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

This text has shadow with #80AA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AA96 on black background.


Color preview on white background

This text has color #80AA96 on white background.



Black color preview on #80AA96 background

This text has black color on #80AA96 background.


White color preview on #80AA96 background

This text has white color on #80AA96 background.