COLOR #80C2A7

HEX: #80C2A7 RGB: (128,194,167)

Color info

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

RGB color model

#80C2A7 color RGB value is (128,194,167).

RGB: (128,194,167) (50%, 76%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 194 of 255 = 76%
B 167 of 255 = 65%

128
194
167

R + G + B ~ 64%. #80C2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 194 + 167 = 489 (100%)
R 128 of 489 ~ 26.18%
G 194 of 489 ~ 39.67%
B 167 of 489 ~ 34.15'%

%26.18
%39.67
%34.15

CMYK color model

#80C2A7 color CMYK value is (34,0,14,24).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 23.92%

CMYK: (34,0,14,24)
C34M0Y14K24 (34%, 0%, 14%, 24%)
(0.34 / 0.00 / 0.14 / 0.24)

CMYK percentages

%34.02
%0
%13.92
%23.92

Codes

Color #80C2A7 in popluar color models

80 C2 A7
RGB 128 194 167
HSL 155° 35.11% 63.14%
HSB/HSV 155° 34.02% 76.08%
CMYK 34.02% 0.00% 13.92%
23.92%

Color #80C2A7 in popluar number systems.

HEX 80 C2 A7
Decimal 128 194 167
Binary 10000000 11000010 10100111
Octal 200 302 247

Shades and tints

Shades of #80C2A7

#80C2A7
(128,194,167)
#75B198
(117,177,152)
#6AA089
(106,160,137)
#5F8F7A
(95,143,122)
#547E6B
(84,126,107)
#496D5C
(73,109,92)
#3E5C4D
(62,92,77)
#334B3E
(51,75,62)
#283A2F
(40,58,47)
#1D2920
(29,41,32)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #80C2A7

#80C2A7
(128,194,167)
#8BC7AF
(139,199,175)
#96CCB7
(150,204,183)
#A1D1BF
(161,209,191)
#ACD6C7
(172,214,199)
#B7DBCF
(183,219,207)
#C2E0D7
(194,224,215)
#CDE5DF
(205,229,223)
#D8EAE7
(216,234,231)
#E3EFEF
(227,239,239)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C2A7 color. Also use rgb(128,194,167) instead hex code.

Text Font Color

.myTextColor { color: #80C2A7; }

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

This text font color is #80C2A7.

Background Color

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

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

This div background color is #80C2A7.

Border color

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

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

This div border color is #80C2A7.

Opacity

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

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

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

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

This text has shadow with #80C2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C2A7.

Preview

Color preview on black background

This text has color #80C2A7 on black background.


Color preview on white background

This text has color #80C2A7 on white background.


Black color preview on #80C2A7 background

This text has black color on #80C2A7 background.


White color preview on #80C2A7 background

This text has white color on #80C2A7 background.


Related colors

Complementary color

Complementary color for #hex is #7F3D58.


I love getcolorcode.com

Triadic colors

1 #A780C2 and #C2A780 with #80C2A7 are triadic colors.

2 #A7C280 and #C280A7 with #80C2A7 are triadic colors.