COLOR #80D69C

HEX: #80D69C RGB: (128,214,156)

Color info

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

RGB color model

#80D69C color RGB value is (128,214,156).

RGB: (128,214,156) (50%, 84%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 156 of 255 = 61%

128
214
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 214 + 156 = 498 (100%)
R 128 of 498 ~ 25.7%
G 214 of 498 ~ 42.97%
B 156 of 498 ~ 31.33'%

%25.7
%42.97
%31.33

CMYK color model

#80D69C color CMYK value is (40,0,27,16).

  • cyan value is 40.19%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 16.08%

CMYK: (40,0,27,16)
C40M0Y27K16 (40%, 0%, 27%, 16%)
(0.40 / 0.00 / 0.27 / 0.16)

CMYK percentages

%40.19
%0
%27.1
%16.08

Codes

Color #80D69C in popluar color models

80 D6 9C
RGB 128 214 156
HSL 140° 51.19% 67.06%
HSB/HSV 140° 40.19% 83.92%
CMYK 40.19% 0.00% 27.10%
16.08%

Color #80D69C in popluar number systems.

HEX 80 D6 9C
Decimal 128 214 156
Binary 10000000 11010110 10011100
Octal 200 326 234

Shades and tints

Shades of #80D69C

#80D69C
(128,214,156)
#75C38E
(117,195,142)
#6AB080
(106,176,128)
#5F9D72
(95,157,114)
#548A64
(84,138,100)
#497756
(73,119,86)
#3E6448
(62,100,72)
#33513A
(51,81,58)
#283E2C
(40,62,44)
#1D2B1E
(29,43,30)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #80D69C

#80D69C
(128,214,156)
#8BD9A5
(139,217,165)
#96DCAE
(150,220,174)
#A1DFB7
(161,223,183)
#ACE2C0
(172,226,192)
#B7E5C9
(183,229,201)
#C2E8D2
(194,232,210)
#CDEBDB
(205,235,219)
#D8EEE4
(216,238,228)
#E3F1ED
(227,241,237)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D69C color. Also use rgb(128,214,156) instead hex code.

Text Font Color

.myTextColor { color: #80D69C; }

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

This text font color is #80D69C.

Background Color

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

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

This div background color is #80D69C.

Border color

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

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

This div border color is #80D69C.

Opacity

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

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

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

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

This text has shadow with #80D69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D69C.

Preview

Color preview on black background

This text has color #80D69C on black background.


Color preview on white background

This text has color #80D69C on white background.


Black color preview on #80D69C background

This text has black color on #80D69C background.


White color preview on #80D69C background

This text has white color on #80D69C background.


Related colors

Complementary color

Complementary color for #hex is #7F2963.


I love getcolorcode.com

Triadic colors

1 #9C80D6 and #D69C80 with #80D69C are triadic colors.

2 #9CD680 and #D6809C with #80D69C are triadic colors.