COLOR #80CAC5

HEX: #80CAC5 RGB: (128,202,197)

Color info

#80CAC5 contains mainly green and blue colors. Web safe color of #80CAC5 is #66CCCC (or #6CC).

RGB color model

#80CAC5 color RGB value is (128,202,197).

RGB: (128,202,197) (50%, 79%, 77%)

RGB channels and saturation

R 128 of 255 = 50%
G 202 of 255 = 79%
B 197 of 255 = 77%

128
202
197

R + G + B ~ 69%. #80CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 202 + 197 = 527 (100%)
R 128 of 527 ~ 24.29%
G 202 of 527 ~ 38.33%
B 197 of 527 ~ 37.38'%

%24.29
%38.33
%37.38

CMYK color model

#80CAC5 color CMYK value is (37,0,2,21).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%

CMYK: (37,0,2,21)
C37M0Y2K21 (37%, 0%, 2%, 21%)
(0.37 / 0.00 / 0.02 / 0.21)

CMYK percentages

%36.63
%0
%2.48
%20.78

Codes

Color #80CAC5 in popluar color models

80 CA C5
RGB 128 202 197
HSL 176° 41.11% 64.71%
HSB/HSV 176° 36.63% 79.22%
CMYK 36.63% 0.00% 2.48%
20.78%

Color #80CAC5 in popluar number systems.

HEX 80 CA C5
Decimal 128 202 197
Binary 10000000 11001010 11000101
Octal 200 312 305

Shades and tints

Shades of #80CAC5

#80CAC5
(128,202,197)
#75B8B4
(117,184,180)
#6AA6A3
(106,166,163)
#5F9492
(95,148,146)
#548281
(84,130,129)
#497070
(73,112,112)
#3E5E5F
(62,94,95)
#334C4E
(51,76,78)
#283A3D
(40,58,61)
#1D282C
(29,40,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #80CAC5

#80CAC5
(128,202,197)
#8BCECA
(139,206,202)
#96D2CF
(150,210,207)
#A1D6D4
(161,214,212)
#ACDAD9
(172,218,217)
#B7DEDE
(183,222,222)
#C2E2E3
(194,226,227)
#CDE6E8
(205,230,232)
#D8EAED
(216,234,237)
#E3EEF2
(227,238,242)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CAC5 color. Also use rgb(128,202,197) instead hex code.

Text Font Color

.myTextColor { color: #80CAC5; }

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

This text font color is #80CAC5.

Background Color

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

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

This div background color is #80CAC5.

Border color

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

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

This div border color is #80CAC5.

Opacity

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

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

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

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

This text has shadow with #80CAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CAC5.

Preview

Color preview on black background

This text has color #80CAC5 on black background.


Color preview on white background

This text has color #80CAC5 on white background.


Black color preview on #80CAC5 background

This text has black color on #80CAC5 background.


White color preview on #80CAC5 background

This text has white color on #80CAC5 background.


Related colors

Complementary color

Complementary color for #hex is #7F353A.


I love getcolorcode.com

Triadic colors

1 #C580CA and #CAC580 with #80CAC5 are triadic colors.

2 #C5CA80 and #CA80C5 with #80CAC5 are triadic colors.