COLOR #80B1A1

HEX: #80B1A1
RGB: (128,177,161)

Color info

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

RGB color model

#80B1A1 color RGB value is (128,177,161).

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

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 161 of 255 = 63%

128
177
161

R + G + B ~ 61%. #80B1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 177 + 161 = 466 (100%)
R 128 of 466 ~ 27.47%
G 177 of 466 ~ 37.98%
B 161 of 466 ~ 34.55%

%27.47
%37.98
%34.55

CMYK color model

#80B1A1 color CMYK value is (28,0,9,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(28,0,9,31)
C28M0Y9K31 
(28%,0%,9%,31%)
(0.28/0.00/0.09/0.31)	

CMYK percentages

%27.68
%0
%9.04
%30.59

Codes

Color #80B1A1 in popluar color models

80B1A1
RGB128177161
HSL160°23.90%59.80%
HSB/HSV160°27.68%69.41%
CMYK27.68%0.00%9.04%
30.59%

Color #80B1A1 in popluar number systems.

HEX80B1A1
Decimal128177161
Binary100000001011000110100001
Octal200261241

Shades and tints

Shades of #80B1A1

#80B1A1
(128,177,161)
#75A193
(117,161,147)
#6A9185
(106,145,133)
#5F8177
(95,129,119)
#547169
(84,113,105)
#49615B
(73,97,91)
#3E514D
(62,81,77)
#33413F
(51,65,63)
#283131
(40,49,49)
#1D2123
(29,33,35)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #80B1A1

#80B1A1
(128,177,161)
#8BB8A9
(139,184,169)
#96BFB1
(150,191,177)
#A1C6B9
(161,198,185)
#ACCDC1
(172,205,193)
#B7D4C9
(183,212,201)
#C2DBD1
(194,219,209)
#CDE2D9
(205,226,217)
#D8E9E1
(216,233,225)
#E3F0E9
(227,240,233)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B1A1; }

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

This text font color is #80B1A1.


Background Color

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

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

This div background color is #80B1A1.


Border color

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

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

This div border color is #80B1A1.


Opacity

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

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

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

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

This text has shadow with #80B1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B1A1 on black background.


Color preview on white background

This text has color #80B1A1 on white background.



Black color preview on #80B1A1 background

This text has black color on #80B1A1 background.


White color preview on #80B1A1 background

This text has white color on #80B1A1 background.