COLOR #80A296

HEX: #80A296
RGB: (128,162,150)

Color info

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

RGB color model

#80A296 color RGB value is (128,162,150).

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

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 150 of 255 = 59%

128
162
150

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 150 = 440 (100%)
R 128 of 440 ~ 29.09%
G 162 of 440 ~ 36.82%
B 150 of 440 ~ 34.09%

%29.09
%36.82
%34.09

CMYK color model

#80A296 color CMYK value is (21,0,7,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(21,0,7,36)
C21M0Y7K36 
(21%,0%,7%,36%)
(0.21/0.00/0.07/0.36)	

CMYK percentages

%20.99
%0
%7.41
%36.47

Codes

Color #80A296 in popluar color models

80A296
RGB128162150
HSL159°15.45%56.86%
HSB/HSV159°20.99%63.53%
CMYK20.99%0.00%7.41%
36.47%

Color #80A296 in popluar number systems.

HEX80A296
Decimal128162150
Binary100000001010001010010110
Octal200242226

Shades and tints

Shades of #80A296

#80A296
(128,162,150)
#759489
(117,148,137)
#6A867C
(106,134,124)
#5F786F
(95,120,111)
#546A62
(84,106,98)
#495C55
(73,92,85)
#3E4E48
(62,78,72)
#33403B
(51,64,59)
#28322E
(40,50,46)
#1D2421
(29,36,33)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #80A296

#80A296
(128,162,150)
#8BAA9F
(139,170,159)
#96B2A8
(150,178,168)
#A1BAB1
(161,186,177)
#ACC2BA
(172,194,186)
#B7CAC3
(183,202,195)
#C2D2CC
(194,210,204)
#CDDAD5
(205,218,213)
#D8E2DE
(216,226,222)
#E3EAE7
(227,234,231)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A296; }

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

This text font color is #80A296.


Background Color

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

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

This div background color is #80A296.


Border color

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

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

This div border color is #80A296.


Opacity

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

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

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

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

This text has shadow with #80A296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A296 on black background.


Color preview on white background

This text has color #80A296 on white background.



Black color preview on #80A296 background

This text has black color on #80A296 background.


White color preview on #80A296 background

This text has white color on #80A296 background.