COLOR #80CFAA

HEX: #80CFAA RGB: (128,207,170)

Color info

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

RGB color model

#80CFAA color RGB value is (128,207,170).

RGB: (128,207,170) (50%, 81%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 207 of 255 = 81%
B 170 of 255 = 67%

128
207
170

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

Portions of RGB colors in percentages

R + G + B = 128 + 207 + 170 = 505 (100%)
R 128 of 505 ~ 25.35%
G 207 of 505 ~ 40.99%
B 170 of 505 ~ 33.66'%

%25.35
%40.99
%33.66

CMYK color model

#80CFAA color CMYK value is (38,0,18,19).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK: (38,0,18,19) C38M0Y18K19 (38%,0%,18%,19%) (0.38/0.00/0.18/0.19) 

CMYK percentages

%38.16
%0
%17.87
%18.82

Codes

Color #80CFAA in popluar color models

80 CF AA
RGB 128 207 170
HSL 152° 45.14% 65.69%
HSB/HSV 152° 38.16% 81.18%
CMYK 38.16% 0.00% 17.87%
18.82%

Color #80CFAA in popluar number systems.

HEX 80 CF AA
Decimal 128 207 170
Binary 10000000 11001111 10101010
Octal 200 317 252

Shades and tints

Shades of #80CFAA

#80CFAA
(128,207,170)
#75BD9B
(117,189,155)
#6AAB8C
(106,171,140)
#5F997D
(95,153,125)
#54876E
(84,135,110)
#49755F
(73,117,95)
#3E6350
(62,99,80)
#335141
(51,81,65)
#283F32
(40,63,50)
#1D2D23
(29,45,35)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #80CFAA

#80CFAA
(128,207,170)
#8BD3B1
(139,211,177)
#96D7B8
(150,215,184)
#A1DBBF
(161,219,191)
#ACDFC6
(172,223,198)
#B7E3CD
(183,227,205)
#C2E7D4
(194,231,212)
#CDEBDB
(205,235,219)
#D8EFE2
(216,239,226)
#E3F3E9
(227,243,233)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CFAA; }

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

This text font color is #80CFAA.

Background Color

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

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

This div background color is #80CFAA.

Border color

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

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

This div border color is #80CFAA.

Opacity

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

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

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

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

This text has shadow with #80CFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CFAA.

Preview

Color preview on black background

This text has color #80CFAA on black background.


Color preview on white background

This text has color #80CFAA on white background.


Black color preview on #80CFAA background

This text has black color on #80CFAA background.


White color preview on #80CFAA background

This text has white color on #80CFAA background.


Related colors

Complementary color

Complementary color for #hex is #7F3055.


I love getcolorcode.com

Triadic colors

1 #AA80CF and #CFAA80 with #80CFAA are triadic colors.

2 #AACF80 and #CF80AA with #80CFAA are triadic colors.