COLOR #80ADAC

HEX: #80ADAC
RGB: (128,173,172)

Color info

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

RGB color model

#80ADAC color RGB value is (128,173,172).

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

RGB channels and saturation

R 128 of 255 = 50%
G 173 of 255 = 68%
B 172 of 255 = 67%

128
173
172

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

Portions of RGB colors in percentages

R + G + B =
128 + 173 + 172 = 473 (100%)
R 128 of 473 ~ 27.06%
G 173 of 473 ~ 36.58%
B 172 of 473 ~ 36.36%

%27.06
%36.58
%36.36

CMYK color model

#80ADAC color CMYK value is (26,0,1,32).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(26,0,1,32)
C26M0Y1K32 
(26%,0%,1%,32%)
(0.26/0.00/0.01/0.32)	

CMYK percentages

%26.01
%0
%0.58
%32.16

Codes

Color #80ADAC in popluar color models

80ADAC
RGB128173172
HSL179°21.53%59.02%
HSB/HSV179°26.01%67.84%
CMYK26.01%0.00%0.58%
32.16%

Color #80ADAC in popluar number systems.

HEX80ADAC
Decimal128173172
Binary100000001010110110101100
Octal200255254

Shades and tints

Shades of #80ADAC

#80ADAC
(128,173,172)
#759E9D
(117,158,157)
#6A8F8E
(106,143,142)
#5F807F
(95,128,127)
#547170
(84,113,112)
#496261
(73,98,97)
#3E5352
(62,83,82)
#334443
(51,68,67)
#283534
(40,53,52)
#1D2625
(29,38,37)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #80ADAC

#80ADAC
(128,173,172)
#8BB4B3
(139,180,179)
#96BBBA
(150,187,186)
#A1C2C1
(161,194,193)
#ACC9C8
(172,201,200)
#B7D0CF
(183,208,207)
#C2D7D6
(194,215,214)
#CDDEDD
(205,222,221)
#D8E5E4
(216,229,228)
#E3ECEB
(227,236,235)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ADAC; }

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

This text font color is #80ADAC.


Background Color

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

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

This div background color is #80ADAC.


Border color

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

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

This div border color is #80ADAC.


Opacity

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

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

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

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

This text has shadow with #80ADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADAC on black background.


Color preview on white background

This text has color #80ADAC on white background.



Black color preview on #80ADAC background

This text has black color on #80ADAC background.


White color preview on #80ADAC background

This text has white color on #80ADAC background.