COLOR #80D2C4

HEX: #80D2C4 RGB: (128,210,196)

Color info

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

RGB color model

#80D2C4 color RGB value is (128,210,196).

RGB: (128,210,196) (50%, 82%, 77%)

RGB channels and saturation

R 128 of 255 = 50%
G 210 of 255 = 82%
B 196 of 255 = 77%

128
210
196

R + G + B ~ 70%. #80D2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 210 + 196 = 534 (100%)
R 128 of 534 ~ 23.97%
G 210 of 534 ~ 39.33%
B 196 of 534 ~ 36.7'%

%23.97
%39.33
%36.7

CMYK color model

#80D2C4 color CMYK value is (39,0,7,18).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 17.65%
CMYK: (39,0,7,18) C39M0Y7K18 (39%,0%,7%,18%) (0.39/0.00/0.07/0.18) 

CMYK percentages

%39.05
%0
%6.67
%17.65

Codes

Color #80D2C4 in popluar color models

80 D2 C4
RGB 128 210 196
HSL 170° 47.67% 66.27%
HSB/HSV 170° 39.05% 82.35%
CMYK 39.05% 0.00% 6.67%
17.65%

Color #80D2C4 in popluar number systems.

HEX 80 D2 C4
Decimal 128 210 196
Binary 10000000 11010010 11000100
Octal 200 322 304

Shades and tints

Shades of #80D2C4

#80D2C4
(128,210,196)
#75BFB3
(117,191,179)
#6AACA2
(106,172,162)
#5F9991
(95,153,145)
#548680
(84,134,128)
#49736F
(73,115,111)
#3E605E
(62,96,94)
#334D4D
(51,77,77)
#283A3C
(40,58,60)
#1D272B
(29,39,43)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #80D2C4

#80D2C4
(128,210,196)
#8BD6C9
(139,214,201)
#96DACE
(150,218,206)
#A1DED3
(161,222,211)
#ACE2D8
(172,226,216)
#B7E6DD
(183,230,221)
#C2EAE2
(194,234,226)
#CDEEE7
(205,238,231)
#D8F2EC
(216,242,236)
#E3F6F1
(227,246,241)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D2C4 color. Also use rgb(128,210,196) instead hex code.

Text Font Color

.myTextColor { color: #80D2C4; }

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

This text font color is #80D2C4.

Background Color

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

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

This div background color is #80D2C4.

Border color

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

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

This div border color is #80D2C4.

Opacity

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

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

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

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

This text has shadow with #80D2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D2C4.

Preview

Color preview on black background

This text has color #80D2C4 on black background.


Color preview on white background

This text has color #80D2C4 on white background.


Black color preview on #80D2C4 background

This text has black color on #80D2C4 background.


White color preview on #80D2C4 background

This text has white color on #80D2C4 background.


Related colors

Complementary color

Complementary color for #hex is #7F2D3B.


I love getcolorcode.com

Triadic colors

1 #C480D2 and #D2C480 with #80D2C4 are triadic colors.

2 #C4D280 and #D280C4 with #80D2C4 are triadic colors.