COLOR #80D1C0

HEX: #80D1C0 RGB: (128,209,192)

Color info

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

RGB color model

#80D1C0 color RGB value is (128,209,192).

RGB: (128,209,192) (50%, 82%, 75%)

RGB channels and saturation

R 128 of 255 = 50%
G 209 of 255 = 82%
B 192 of 255 = 75%

128
209
192

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

Portions of RGB colors in percentages

R + G + B = 128 + 209 + 192 = 529 (100%)
R 128 of 529 ~ 24.2%
G 209 of 529 ~ 39.51%
B 192 of 529 ~ 36.29'%

%24.2
%39.51
%36.29

CMYK color model

#80D1C0 color CMYK value is (39,0,8,18).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 18.04%

CMYK: (39,0,8,18)
C39M0Y8K18 (39%, 0%, 8%, 18%)
(0.39 / 0.00 / 0.08 / 0.18)

CMYK percentages

%38.76
%0
%8.13
%18.04

Codes

Color #80D1C0 in popluar color models

80 D1 C0
RGB 128 209 192
HSL 167° 46.82% 66.08%
HSB/HSV 167° 38.76% 81.96%
CMYK 38.76% 0.00% 8.13%
18.04%

Color #80D1C0 in popluar number systems.

HEX 80 D1 C0
Decimal 128 209 192
Binary 10000000 11010001 11000000
Octal 200 321 300

Shades and tints

Shades of #80D1C0

#80D1C0
(128,209,192)
#75BEAF
(117,190,175)
#6AAB9E
(106,171,158)
#5F988D
(95,152,141)
#54857C
(84,133,124)
#49726B
(73,114,107)
#3E5F5A
(62,95,90)
#334C49
(51,76,73)
#283938
(40,57,56)
#1D2627
(29,38,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #80D1C0

#80D1C0
(128,209,192)
#8BD5C5
(139,213,197)
#96D9CA
(150,217,202)
#A1DDCF
(161,221,207)
#ACE1D4
(172,225,212)
#B7E5D9
(183,229,217)
#C2E9DE
(194,233,222)
#CDEDE3
(205,237,227)
#D8F1E8
(216,241,232)
#E3F5ED
(227,245,237)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D1C0 color. Also use rgb(128,209,192) instead hex code.

Text Font Color

.myTextColor { color: #80D1C0; }

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

This text font color is #80D1C0.

Background Color

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

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

This div background color is #80D1C0.

Border color

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

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

This div border color is #80D1C0.

Opacity

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

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

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

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

This text has shadow with #80D1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D1C0.

Preview

Color preview on black background

This text has color #80D1C0 on black background.


Color preview on white background

This text has color #80D1C0 on white background.


Black color preview on #80D1C0 background

This text has black color on #80D1C0 background.


White color preview on #80D1C0 background

This text has white color on #80D1C0 background.


Related colors

Complementary color

Complementary color for #hex is #7F2E3F.


I love getcolorcode.com

Triadic colors

1 #C080D1 and #D1C080 with #80D1C0 are triadic colors.

2 #C0D180 and #D180C0 with #80D1C0 are triadic colors.