COLOR #80DBAD

HEX: #80DBAD RGB: (128,219,173)

Color info

#80DBAD contains mainly green and blue colors. Web safe color of #80DBAD is #66CC99 (or #6C9).

RGB color model

#80DBAD color RGB value is (128,219,173).

RGB: (128,219,173) (50%, 86%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 173 of 255 = 68%

128
219
173

R + G + B ~ 68%. #80DBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 219 + 173 = 520 (100%)
R 128 of 520 ~ 24.62%
G 219 of 520 ~ 42.12%
B 173 of 520 ~ 33.27'%

%24.62
%42.12
%33.27

CMYK color model

#80DBAD color CMYK value is (42,0,21,14).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 14.12%

CMYK: (42,0,21,14)
C42M0Y21K14 (42%, 0%, 21%, 14%)
(0.42 / 0.00 / 0.21 / 0.14)

CMYK percentages

%41.55
%0
%21
%14.12

Codes

Color #80DBAD in popluar color models

80 DB AD
RGB 128 219 173
HSL 150° 55.83% 68.04%
HSB/HSV 150° 41.55% 85.88%
CMYK 41.55% 0.00% 21.00%
14.12%

Color #80DBAD in popluar number systems.

HEX 80 DB AD
Decimal 128 219 173
Binary 10000000 11011011 10101101
Octal 200 333 255

Shades and tints

Shades of #80DBAD

#80DBAD
(128,219,173)
#75C89E
(117,200,158)
#6AB58F
(106,181,143)
#5FA280
(95,162,128)
#548F71
(84,143,113)
#497C62
(73,124,98)
#3E6953
(62,105,83)
#335644
(51,86,68)
#284335
(40,67,53)
#1D3026
(29,48,38)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #80DBAD

#80DBAD
(128,219,173)
#8BDEB4
(139,222,180)
#96E1BB
(150,225,187)
#A1E4C2
(161,228,194)
#ACE7C9
(172,231,201)
#B7EAD0
(183,234,208)
#C2EDD7
(194,237,215)
#CDF0DE
(205,240,222)
#D8F3E5
(216,243,229)
#E3F6EC
(227,246,236)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBAD; }

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

This text font color is #80DBAD.

Background Color

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

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

This div background color is #80DBAD.

Border color

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

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

This div border color is #80DBAD.

Opacity

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

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

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

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

This text has shadow with #80DBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DBAD.

Preview

Color preview on black background

This text has color #80DBAD on black background.


Color preview on white background

This text has color #80DBAD on white background.


Black color preview on #80DBAD background

This text has black color on #80DBAD background.


White color preview on #80DBAD background

This text has white color on #80DBAD background.


Related colors

Complementary color

Complementary color for #hex is #7F2452.


I love getcolorcode.com

Triadic colors

1 #AD80DB and #DBAD80 with #80DBAD are triadic colors.

2 #ADDB80 and #DB80AD with #80DBAD are triadic colors.