COLOR #80D2A9

HEX: #80D2A9 RGB: (128,210,169)

Color info

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

RGB color model

#80D2A9 color RGB value is (128,210,169).

RGB: (128,210,169) (50%, 82%, 66%)

RGB channels and saturation

R 128 of 255 = 50%
G 210 of 255 = 82%
B 169 of 255 = 66%

128
210
169

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

Portions of RGB colors in percentages

R + G + B = 128 + 210 + 169 = 507 (100%)
R 128 of 507 ~ 25.25%
G 210 of 507 ~ 41.42%
B 169 of 507 ~ 33.33'%

%25.25
%41.42
%33.33

CMYK color model

#80D2A9 color CMYK value is (39,0,20,18).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 19.52%
  • key color value is 17.65%

CMYK: (39,0,20,18)
C39M0Y20K18 (39%, 0%, 20%, 18%)
(0.39 / 0.00 / 0.20 / 0.18)

CMYK percentages

%39.05
%0
%19.52
%17.65

Codes

Color #80D2A9 in popluar color models

80 D2 A9
RGB 128 210 169
HSL 150° 47.67% 66.27%
HSB/HSV 150° 39.05% 82.35%
CMYK 39.05% 0.00% 19.52%
17.65%

Color #80D2A9 in popluar number systems.

HEX 80 D2 A9
Decimal 128 210 169
Binary 10000000 11010010 10101001
Octal 200 322 251

Shades and tints

Shades of #80D2A9

#80D2A9
(128,210,169)
#75BF9A
(117,191,154)
#6AAC8B
(106,172,139)
#5F997C
(95,153,124)
#54866D
(84,134,109)
#49735E
(73,115,94)
#3E604F
(62,96,79)
#334D40
(51,77,64)
#283A31
(40,58,49)
#1D2722
(29,39,34)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80D2A9

#80D2A9
(128,210,169)
#8BD6B0
(139,214,176)
#96DAB7
(150,218,183)
#A1DEBE
(161,222,190)
#ACE2C5
(172,226,197)
#B7E6CC
(183,230,204)
#C2EAD3
(194,234,211)
#CDEEDA
(205,238,218)
#D8F2E1
(216,242,225)
#E3F6E8
(227,246,232)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D2A9 color. Also use rgb(128,210,169) instead hex code.

Text Font Color

.myTextColor { color: #80D2A9; }

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

This text font color is #80D2A9.

Background Color

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

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

This div background color is #80D2A9.

Border color

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

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

This div border color is #80D2A9.

Opacity

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

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

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

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

This text has shadow with #80D2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D2A9.

Preview

Color preview on black background

This text has color #80D2A9 on black background.


Color preview on white background

This text has color #80D2A9 on white background.


Black color preview on #80D2A9 background

This text has black color on #80D2A9 background.


White color preview on #80D2A9 background

This text has white color on #80D2A9 background.


Related colors

Complementary color

Complementary color for #hex is #7F2D56.


I love getcolorcode.com

Triadic colors

1 #A980D2 and #D2A980 with #80D2A9 are triadic colors.

2 #A9D280 and #D280A9 with #80D2A9 are triadic colors.