COLOR #80B2AD

HEX: #80B2AD
RGB: (128,178,173)

Color info

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

RGB color model

#80B2AD color RGB value is (128,178,173).

  • red value is 128;
  • green value is 178;
  • blue value is 173.
RGB:
(128,178,173)
(50%,70%,68%)

RGB channels and saturation

R 128 of 255 = 50%
G 178 of 255 = 70%
B 173 of 255 = 68%

128
178
173

R + G + B ~ 63%. #80B2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 178 + 173 = 479 (100%)
R 128 of 479 ~ 26.72%
G 178 of 479 ~ 37.16%
B 173 of 479 ~ 36.12%

%26.72
%37.16
%36.12

CMYK color model

#80B2AD color CMYK value is (28,0,3,30).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(28,0,3,30)
C28M0Y3K30 
(28%,0%,3%,30%)
(0.28/0.00/0.03/0.30)	

CMYK percentages

%28.09
%0
%2.81
%30.2

Codes

Color #80B2AD in popluar color models

80B2AD
RGB128178173
HSL174°24.51%60.00%
HSB/HSV174°28.09%69.80%
CMYK28.09%0.00%2.81%
30.20%

Color #80B2AD in popluar number systems.

HEX80B2AD
Decimal128178173
Binary100000001011001010101101
Octal200262255

Shades and tints

Shades of #80B2AD

#80B2AD
(128,178,173)
#75A29E
(117,162,158)
#6A928F
(106,146,143)
#5F8280
(95,130,128)
#547271
(84,114,113)
#496262
(73,98,98)
#3E5253
(62,82,83)
#334244
(51,66,68)
#283235
(40,50,53)
#1D2226
(29,34,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #80B2AD

#80B2AD
(128,178,173)
#8BB9B4
(139,185,180)
#96C0BB
(150,192,187)
#A1C7C2
(161,199,194)
#ACCEC9
(172,206,201)
#B7D5D0
(183,213,208)
#C2DCD7
(194,220,215)
#CDE3DE
(205,227,222)
#D8EAE5
(216,234,229)
#E3F1EC
(227,241,236)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B2AD color. Also use rgb(128,178,173) instead hex code.

Text Font Color

.myTextColor { color: #80B2AD; }

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

This text font color is #80B2AD.


Background Color

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

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

This div background color is #80B2AD.


Border color

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

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

This div border color is #80B2AD.


Opacity

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

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

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

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

This text has shadow with #80B2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B2AD on black background.


Color preview on white background

This text has color #80B2AD on white background.



Black color preview on #80B2AD background

This text has black color on #80B2AD background.


White color preview on #80B2AD background

This text has white color on #80B2AD background.