COLOR #80ADA7

HEX: #80ADA7
RGB: (128,173,167)

Color info

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

RGB color model

#80ADA7 color RGB value is (128,173,167).

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

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 167 of 255 = 65%

128
173
167

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 167 = 468 (100%)
R 128 of 468 ~ 27.35%
G 173 of 468 ~ 36.97%
B 167 of 468 ~ 35.68%

%27.35
%36.97
%35.68

CMYK color model

#80ADA7 color CMYK value is (26,0,3,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(26,0,3,32)
C26M0Y3K32 
(26%,0%,3%,32%)
(0.26/0.00/0.03/0.32)	

CMYK percentages

%26.01
%0
%3.47
%32.16

Codes

Color #80ADA7 in popluar color models

80ADA7
RGB128173167
HSL172°21.53%59.02%
HSB/HSV172°26.01%67.84%
CMYK26.01%0.00%3.47%
32.16%

Color #80ADA7 in popluar number systems.

HEX80ADA7
Decimal128173167
Binary100000001010110110100111
Octal200255247

Shades and tints

Shades of #80ADA7

#80ADA7
(128,173,167)
#759E98
(117,158,152)
#6A8F89
(106,143,137)
#5F807A
(95,128,122)
#54716B
(84,113,107)
#49625C
(73,98,92)
#3E534D
(62,83,77)
#33443E
(51,68,62)
#28352F
(40,53,47)
#1D2620
(29,38,32)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #80ADA7

#80ADA7
(128,173,167)
#8BB4AF
(139,180,175)
#96BBB7
(150,187,183)
#A1C2BF
(161,194,191)
#ACC9C7
(172,201,199)
#B7D0CF
(183,208,207)
#C2D7D7
(194,215,215)
#CDDEDF
(205,222,223)
#D8E5E7
(216,229,231)
#E3ECEF
(227,236,239)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ADA7; }

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

This text font color is #80ADA7.


Background Color

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

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

This div background color is #80ADA7.


Border color

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

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

This div border color is #80ADA7.


Opacity

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

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

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

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

This text has shadow with #80ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADA7 on black background.


Color preview on white background

This text has color #80ADA7 on white background.



Black color preview on #80ADA7 background

This text has black color on #80ADA7 background.


White color preview on #80ADA7 background

This text has white color on #80ADA7 background.