COLOR #80ADA2

HEX: #80ADA2
RGB: (128,173,162)

Color info

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

RGB color model

#80ADA2 color RGB value is (128,173,162).

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

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 162 of 255 = 64%

128
173
162

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 162 = 463 (100%)
R 128 of 463 ~ 27.65%
G 173 of 463 ~ 37.37%
B 162 of 463 ~ 34.99%

%27.65
%37.37
%34.99

CMYK color model

#80ADA2 color CMYK value is (26,0,6,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 32.16%
CMYK:
(26,0,6,32)
C26M0Y6K32 
(26%,0%,6%,32%)
(0.26/0.00/0.06/0.32)	

CMYK percentages

%26.01
%0
%6.36
%32.16

Codes

Color #80ADA2 in popluar color models

80ADA2
RGB128173162
HSL165°21.53%59.02%
HSB/HSV165°26.01%67.84%
CMYK26.01%0.00%6.36%
32.16%

Color #80ADA2 in popluar number systems.

HEX80ADA2
Decimal128173162
Binary100000001010110110100010
Octal200255242

Shades and tints

Shades of #80ADA2

#80ADA2
(128,173,162)
#759E94
(117,158,148)
#6A8F86
(106,143,134)
#5F8078
(95,128,120)
#54716A
(84,113,106)
#49625C
(73,98,92)
#3E534E
(62,83,78)
#334440
(51,68,64)
#283532
(40,53,50)
#1D2624
(29,38,36)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #80ADA2

#80ADA2
(128,173,162)
#8BB4AA
(139,180,170)
#96BBB2
(150,187,178)
#A1C2BA
(161,194,186)
#ACC9C2
(172,201,194)
#B7D0CA
(183,208,202)
#C2D7D2
(194,215,210)
#CDDEDA
(205,222,218)
#D8E5E2
(216,229,226)
#E3ECEA
(227,236,234)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ADA2; }

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

This text font color is #80ADA2.


Background Color

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

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

This div background color is #80ADA2.


Border color

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

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

This div border color is #80ADA2.


Opacity

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

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

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

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

This text has shadow with #80ADA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADA2 on black background.


Color preview on white background

This text has color #80ADA2 on white background.



Black color preview on #80ADA2 background

This text has black color on #80ADA2 background.


White color preview on #80ADA2 background

This text has white color on #80ADA2 background.