COLOR #80DBA7

HEX: #80DBA7 RGB: (128,219,167)

Color info

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

RGB color model

#80DBA7 color RGB value is (128,219,167).

RGB: (128,219,167) (50%, 86%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 167 of 255 = 65%

128
219
167

R + G + B ~ 67%. #80DBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 219 + 167 = 514 (100%)
R 128 of 514 ~ 24.9%
G 219 of 514 ~ 42.61%
B 167 of 514 ~ 32.49'%

%24.9
%42.61
%32.49

CMYK color model

#80DBA7 color CMYK value is (42,0,24,14).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%

CMYK: (42,0,24,14)
C42M0Y24K14 (42%, 0%, 24%, 14%)
(0.42 / 0.00 / 0.24 / 0.14)

CMYK percentages

%41.55
%0
%23.74
%14.12

Codes

Color #80DBA7 in popluar color models

80 DB A7
RGB 128 219 167
HSL 146° 55.83% 68.04%
HSB/HSV 146° 41.55% 85.88%
CMYK 41.55% 0.00% 23.74%
14.12%

Color #80DBA7 in popluar number systems.

HEX 80 DB A7
Decimal 128 219 167
Binary 10000000 11011011 10100111
Octal 200 333 247

Shades and tints

Shades of #80DBA7

#80DBA7
(128,219,167)
#75C898
(117,200,152)
#6AB589
(106,181,137)
#5FA27A
(95,162,122)
#548F6B
(84,143,107)
#497C5C
(73,124,92)
#3E694D
(62,105,77)
#33563E
(51,86,62)
#28432F
(40,67,47)
#1D3020
(29,48,32)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #80DBA7

#80DBA7
(128,219,167)
#8BDEAF
(139,222,175)
#96E1B7
(150,225,183)
#A1E4BF
(161,228,191)
#ACE7C7
(172,231,199)
#B7EACF
(183,234,207)
#C2EDD7
(194,237,215)
#CDF0DF
(205,240,223)
#D8F3E7
(216,243,231)
#E3F6EF
(227,246,239)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DBA7 color. Also use rgb(128,219,167) instead hex code.

Text Font Color

.myTextColor { color: #80DBA7; }

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

This text font color is #80DBA7.

Background Color

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

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

This div background color is #80DBA7.

Border color

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

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

This div border color is #80DBA7.

Opacity

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

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

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

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

This text has shadow with #80DBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DBA7.

Preview

Color preview on black background

This text has color #80DBA7 on black background.


Color preview on white background

This text has color #80DBA7 on white background.


Black color preview on #80DBA7 background

This text has black color on #80DBA7 background.


White color preview on #80DBA7 background

This text has white color on #80DBA7 background.


Related colors

Complementary color

Complementary color for #hex is #7F2458.


I love getcolorcode.com

Triadic colors

1 #A780DB and #DBA780 with #80DBA7 are triadic colors.

2 #A7DB80 and #DB80A7 with #80DBA7 are triadic colors.