COLOR #80AB90

HEX: #80AB90
RGB: (128,171,144)

Color info

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

RGB color model

#80AB90 color RGB value is (128,171,144).

  • red value is 128;
  • green value is 171;
  • blue value is 144.
RGB:
(128,171,144)
(50%,67%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 144 of 255 = 56%

128
171
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 144 = 443 (100%)
R 128 of 443 ~ 28.89%
G 171 of 443 ~ 38.6%
B 144 of 443 ~ 32.51%

%28.89
%38.6
%32.51

CMYK color model

#80AB90 color CMYK value is (25,0,16,33).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(25,0,16,33)
C25M0Y16K33 
(25%,0%,16%,33%)
(0.25/0.00/0.16/0.33)	

CMYK percentages

%25.15
%0
%15.79
%32.94

Codes

Color #80AB90 in popluar color models

80AB90
RGB128171144
HSL142°20.38%58.63%
HSB/HSV142°25.15%67.06%
CMYK25.15%0.00%15.79%
32.94%

Color #80AB90 in popluar number systems.

HEX80AB90
Decimal128171144
Binary100000001010101110010000
Octal200253220

Shades and tints

Shades of #80AB90

#80AB90
(128,171,144)
#759C83
(117,156,131)
#6A8D76
(106,141,118)
#5F7E69
(95,126,105)
#546F5C
(84,111,92)
#49604F
(73,96,79)
#3E5142
(62,81,66)
#334235
(51,66,53)
#283328
(40,51,40)
#1D241B
(29,36,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #80AB90

#80AB90
(128,171,144)
#8BB29A
(139,178,154)
#96B9A4
(150,185,164)
#A1C0AE
(161,192,174)
#ACC7B8
(172,199,184)
#B7CEC2
(183,206,194)
#C2D5CC
(194,213,204)
#CDDCD6
(205,220,214)
#D8E3E0
(216,227,224)
#E3EAEA
(227,234,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AB90 color. Also use rgb(128,171,144) instead hex code.

Text Font Color

.myTextColor { color: #80AB90; }

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

This text font color is #80AB90.


Background Color

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

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

This div background color is #80AB90.


Border color

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

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

This div border color is #80AB90.


Opacity

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

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

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

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

This text has shadow with #80AB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB90 on black background.


Color preview on white background

This text has color #80AB90 on white background.



Black color preview on #80AB90 background

This text has black color on #80AB90 background.


White color preview on #80AB90 background

This text has white color on #80AB90 background.