COLOR #80C8AA

HEX: #80C8AA RGB: (128,200,170)

Color info

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

RGB color model

#80C8AA color RGB value is (128,200,170).

RGB: (128,200,170) (50%, 78%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 200 of 255 = 78%
B 170 of 255 = 67%

128
200
170

R + G + B ~ 65%. #80C8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 200 + 170 = 498 (100%)
R 128 of 498 ~ 25.7%
G 200 of 498 ~ 40.16%
B 170 of 498 ~ 34.14'%

%25.7
%40.16
%34.14

CMYK color model

#80C8AA color CMYK value is (36,0,15,22).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (36,0,15,22)
C36M0Y15K22 (36%, 0%, 15%, 22%)
(0.36 / 0.00 / 0.15 / 0.22)

CMYK percentages

%36
%0
%15
%21.57

Codes

Color #80C8AA in popluar color models

80 C8 AA
RGB 128 200 170
HSL 155° 39.56% 64.31%
HSB/HSV 155° 36.00% 78.43%
CMYK 36.00% 0.00% 15.00%
21.57%

Color #80C8AA in popluar number systems.

HEX 80 C8 AA
Decimal 128 200 170
Binary 10000000 11001000 10101010
Octal 200 310 252

Shades and tints

Shades of #80C8AA

#80C8AA
(128,200,170)
#75B69B
(117,182,155)
#6AA48C
(106,164,140)
#5F927D
(95,146,125)
#54806E
(84,128,110)
#496E5F
(73,110,95)
#3E5C50
(62,92,80)
#334A41
(51,74,65)
#283832
(40,56,50)
#1D2623
(29,38,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80C8AA

#80C8AA
(128,200,170)
#8BCDB1
(139,205,177)
#96D2B8
(150,210,184)
#A1D7BF
(161,215,191)
#ACDCC6
(172,220,198)
#B7E1CD
(183,225,205)
#C2E6D4
(194,230,212)
#CDEBDB
(205,235,219)
#D8F0E2
(216,240,226)
#E3F5E9
(227,245,233)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C8AA color. Also use rgb(128,200,170) instead hex code.

Text Font Color

.myTextColor { color: #80C8AA; }

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

This text font color is #80C8AA.

Background Color

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

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

This div background color is #80C8AA.

Border color

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

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

This div border color is #80C8AA.

Opacity

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

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

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

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

This text has shadow with #80C8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C8AA.

Preview

Color preview on black background

This text has color #80C8AA on black background.


Color preview on white background

This text has color #80C8AA on white background.


Black color preview on #80C8AA background

This text has black color on #80C8AA background.


White color preview on #80C8AA background

This text has white color on #80C8AA background.


Related colors

Complementary color

Complementary color for #hex is #7F3755.


I love getcolorcode.com

Triadic colors

1 #AA80C8 and #C8AA80 with #80C8AA are triadic colors.

2 #AAC880 and #C880AA with #80C8AA are triadic colors.