COLOR #80CFA4

HEX: #80CFA4 RGB: (128,207,164)

Color info

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

RGB color model

#80CFA4 color RGB value is (128,207,164).

RGB: (128,207,164) (50%, 81%, 64%)

RGB channels and saturation

R 128 of 255 = 50%
G 207 of 255 = 81%
B 164 of 255 = 64%

128
207
164

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

Portions of RGB colors in percentages

R + G + B = 128 + 207 + 164 = 499 (100%)
R 128 of 499 ~ 25.65%
G 207 of 499 ~ 41.48%
B 164 of 499 ~ 32.87'%

%25.65
%41.48
%32.87

CMYK color model

#80CFA4 color CMYK value is (38,0,21,19).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%

CMYK: (38,0,21,19)
C38M0Y21K19 (38%, 0%, 21%, 19%)
(0.38 / 0.00 / 0.21 / 0.19)

CMYK percentages

%38.16
%0
%20.77
%18.82

Codes

Color #80CFA4 in popluar color models

80 CF A4
RGB 128 207 164
HSL 147° 45.14% 65.69%
HSB/HSV 147° 38.16% 81.18%
CMYK 38.16% 0.00% 20.77%
18.82%

Color #80CFA4 in popluar number systems.

HEX 80 CF A4
Decimal 128 207 164
Binary 10000000 11001111 10100100
Octal 200 317 244

Shades and tints

Shades of #80CFA4

#80CFA4
(128,207,164)
#75BD96
(117,189,150)
#6AAB88
(106,171,136)
#5F997A
(95,153,122)
#54876C
(84,135,108)
#49755E
(73,117,94)
#3E6350
(62,99,80)
#335142
(51,81,66)
#283F34
(40,63,52)
#1D2D26
(29,45,38)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #80CFA4

#80CFA4
(128,207,164)
#8BD3AC
(139,211,172)
#96D7B4
(150,215,180)
#A1DBBC
(161,219,188)
#ACDFC4
(172,223,196)
#B7E3CC
(183,227,204)
#C2E7D4
(194,231,212)
#CDEBDC
(205,235,220)
#D8EFE4
(216,239,228)
#E3F3EC
(227,243,236)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CFA4; }

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

This text font color is #80CFA4.

Background Color

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

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

This div background color is #80CFA4.

Border color

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

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

This div border color is #80CFA4.

Opacity

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

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

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

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

This text has shadow with #80CFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CFA4.

Preview

Color preview on black background

This text has color #80CFA4 on black background.


Color preview on white background

This text has color #80CFA4 on white background.


Black color preview on #80CFA4 background

This text has black color on #80CFA4 background.


White color preview on #80CFA4 background

This text has white color on #80CFA4 background.


Related colors

Complementary color

Complementary color for #hex is #7F305B.


I love getcolorcode.com

Triadic colors

1 #A480CF and #CFA480 with #80CFA4 are triadic colors.

2 #A4CF80 and #CF80A4 with #80CFA4 are triadic colors.