COLOR #80E7A1

HEX: #80E7A1 RGB: (128,231,161)

Color info

#80E7A1 contains mainly green color. Web safe color of #80E7A1 is #66FF99 (or #6F9).

RGB color model

#80E7A1 color RGB value is (128,231,161).

RGB: (128,231,161) (50%, 91%, 63%)

RGB channels and saturation

R 128 of 255 = 50%
G 231 of 255 = 91%
B 161 of 255 = 63%

128
231
161

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

Portions of RGB colors in percentages

R + G + B = 128 + 231 + 161 = 520 (100%)
R 128 of 520 ~ 24.62%
G 231 of 520 ~ 44.42%
B 161 of 520 ~ 30.96'%

%24.62
%44.42
%30.96

CMYK color model

#80E7A1 color CMYK value is (45,0,30,9).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 9.41%

CMYK: (45,0,30,9)
C45M0Y30K9 (45%, 0%, 30%, 9%)
(0.45 / 0.00 / 0.30 / 0.09)

CMYK percentages

%44.59
%0
%30.3
%9.41

Codes

Color #80E7A1 in popluar color models

80 E7 A1
RGB 128 231 161
HSL 139° 68.21% 70.39%
HSB/HSV 139° 44.59% 90.59%
CMYK 44.59% 0.00% 30.30%
9.41%

Color #80E7A1 in popluar number systems.

HEX 80 E7 A1
Decimal 128 231 161
Binary 10000000 11100111 10100001
Octal 200 347 241

Shades and tints

Shades of #80E7A1

#80E7A1
(128,231,161)
#75D293
(117,210,147)
#6ABD85
(106,189,133)
#5FA877
(95,168,119)
#549369
(84,147,105)
#497E5B
(73,126,91)
#3E694D
(62,105,77)
#33543F
(51,84,63)
#283F31
(40,63,49)
#1D2A23
(29,42,35)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80E7A1

#80E7A1
(128,231,161)
#8BE9A9
(139,233,169)
#96EBB1
(150,235,177)
#A1EDB9
(161,237,185)
#ACEFC1
(172,239,193)
#B7F1C9
(183,241,201)
#C2F3D1
(194,243,209)
#CDF5D9
(205,245,217)
#D8F7E1
(216,247,225)
#E3F9E9
(227,249,233)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E7A1 color. Also use rgb(128,231,161) instead hex code.

Text Font Color

.myTextColor { color: #80E7A1; }

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

This text font color is #80E7A1.

Background Color

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

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

This div background color is #80E7A1.

Border color

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

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

This div border color is #80E7A1.

Opacity

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

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

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

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

This text has shadow with #80E7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80E7A1.

Preview

Color preview on black background

This text has color #80E7A1 on black background.


Color preview on white background

This text has color #80E7A1 on white background.


Black color preview on #80E7A1 background

This text has black color on #80E7A1 background.


White color preview on #80E7A1 background

This text has white color on #80E7A1 background.


Related colors

Complementary color

Complementary color for #hex is #7F185E.


I love getcolorcode.com

Triadic colors

1 #A180E7 and #E7A180 with #80E7A1 are triadic colors.

2 #A1E780 and #E780A1 with #80E7A1 are triadic colors.