COLOR #80DBA0

HEX: #80DBA0 RGB: (128,219,160)

Color info

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

RGB color model

#80DBA0 color RGB value is (128,219,160).

RGB: (128,219,160) (50%, 86%, 63%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 160 of 255 = 63%

128
219
160

R + G + B ~ 66%. #80DBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 219 + 160 = 507 (100%)
R 128 of 507 ~ 25.25%
G 219 of 507 ~ 43.2%
B 160 of 507 ~ 31.56'%

%25.25
%43.2
%31.56

CMYK color model

#80DBA0 color CMYK value is (42,0,27,14).

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

CMYK: (42,0,27,14)
C42M0Y27K14 (42%, 0%, 27%, 14%)
(0.42 / 0.00 / 0.27 / 0.14)

CMYK percentages

%41.55
%0
%26.94
%14.12

Codes

Color #80DBA0 in popluar color models

80 DB A0
RGB 128 219 160
HSL 141° 55.83% 68.04%
HSB/HSV 141° 41.55% 85.88%
CMYK 41.55% 0.00% 26.94%
14.12%

Color #80DBA0 in popluar number systems.

HEX 80 DB A0
Decimal 128 219 160
Binary 10000000 11011011 10100000
Octal 200 333 240

Shades and tints

Shades of #80DBA0

#80DBA0
(128,219,160)
#75C892
(117,200,146)
#6AB584
(106,181,132)
#5FA276
(95,162,118)
#548F68
(84,143,104)
#497C5A
(73,124,90)
#3E694C
(62,105,76)
#33563E
(51,86,62)
#284330
(40,67,48)
#1D3022
(29,48,34)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #80DBA0

#80DBA0
(128,219,160)
#8BDEA8
(139,222,168)
#96E1B0
(150,225,176)
#A1E4B8
(161,228,184)
#ACE7C0
(172,231,192)
#B7EAC8
(183,234,200)
#C2EDD0
(194,237,208)
#CDF0D8
(205,240,216)
#D8F3E0
(216,243,224)
#E3F6E8
(227,246,232)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBA0; }

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

This text font color is #80DBA0.

Background Color

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

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

This div background color is #80DBA0.

Border color

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

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

This div border color is #80DBA0.

Opacity

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

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

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

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

This text has shadow with #80DBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DBA0.

Preview

Color preview on black background

This text has color #80DBA0 on black background.


Color preview on white background

This text has color #80DBA0 on white background.


Black color preview on #80DBA0 background

This text has black color on #80DBA0 background.


White color preview on #80DBA0 background

This text has white color on #80DBA0 background.


Related colors

Complementary color

Complementary color for #hex is #7F245F.


I love getcolorcode.com

Triadic colors

1 #A080DB and #DBA080 with #80DBA0 are triadic colors.

2 #A0DB80 and #DB80A0 with #80DBA0 are triadic colors.