COLOR #80ABB1

HEX: #80ABB1
RGB: (128,171,177)

Color info

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

RGB color model

#80ABB1 color RGB value is (128,171,177).

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

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 177 of 255 = 69%

128
171
177

R + G + B ~ 62%. #80ABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 177 = 476 (100%)
R 128 of 476 ~ 26.89%
G 171 of 476 ~ 35.92%
B 177 of 476 ~ 37.18%

%26.89
%35.92
%37.18

CMYK color model

#80ABB1 color CMYK value is (28,3,0,31).

  • cyan value is 27.68%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,3,0,31)
C28M3Y0K31 
(28%,3%,0%,31%)
(0.28/0.03/0.00/0.31)	

CMYK percentages

%27.68
%3.39
%0
%30.59

Codes

Color #80ABB1 in popluar color models

80ABB1
RGB128171177
HSL187°23.90%59.80%
HSB/HSV187°27.68%69.41%
CMYK27.68%3.39%0.00%
30.59%

Color #80ABB1 in popluar number systems.

HEX80ABB1
Decimal128171177
Binary100000001010101110110001
Octal200253261

Shades and tints

Shades of #80ABB1

#80ABB1
(128,171,177)
#759CA1
(117,156,161)
#6A8D91
(106,141,145)
#5F7E81
(95,126,129)
#546F71
(84,111,113)
#496061
(73,96,97)
#3E5151
(62,81,81)
#334241
(51,66,65)
#283331
(40,51,49)
#1D2421
(29,36,33)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #80ABB1

#80ABB1
(128,171,177)
#8BB2B8
(139,178,184)
#96B9BF
(150,185,191)
#A1C0C6
(161,192,198)
#ACC7CD
(172,199,205)
#B7CED4
(183,206,212)
#C2D5DB
(194,213,219)
#CDDCE2
(205,220,226)
#D8E3E9
(216,227,233)
#E3EAF0
(227,234,240)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABB1; }

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

This text font color is #80ABB1.


Background Color

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

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

This div background color is #80ABB1.


Border color

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

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

This div border color is #80ABB1.


Opacity

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

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

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

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

This text has shadow with #80ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABB1 on black background.


Color preview on white background

This text has color #80ABB1 on white background.



Black color preview on #80ABB1 background

This text has black color on #80ABB1 background.


White color preview on #80ABB1 background

This text has white color on #80ABB1 background.