COLOR #80DBB7

HEX: #80DBB7
RGB: (128,219,183)

Color info

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

RGB color model

#80DBB7 color RGB value is (128,219,183).

  • red value is 128;
  • green value is 219;
  • blue value is 183.
RGB:
(128,219,183)
(50%,86%,72%)

RGB channels and saturation

R 128 of 255 = 50%
G 219 of 255 = 86%
B 183 of 255 = 72%

128
219
183

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

Portions of RGB colors in percentages

R + G + B =
128 + 219 + 183 = 530 (100%)
R 128 of 530 ~ 24.15%
G 219 of 530 ~ 41.32%
B 183 of 530 ~ 34.53%

%24.15
%41.32
%34.53

CMYK color model

#80DBB7 color CMYK value is (42,0,16,14).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 14.12%
CMYK:
(42,0,16,14)
C42M0Y16K14 
(42%,0%,16%,14%)
(0.42/0.00/0.16/0.14)	

CMYK percentages

%41.55
%0
%16.44
%14.12

Codes

Color #80DBB7 in popluar color models

80DBB7
RGB128219183
HSL156°55.83%68.04%
HSB/HSV156°41.55%85.88%
CMYK41.55%0.00%16.44%
14.12%

Color #80DBB7 in popluar number systems.

HEX80DBB7
Decimal128219183
Binary100000001101101110110111
Octal200333267

Shades and tints

Shades of #80DBB7

#80DBB7
(128,219,183)
#75C8A7
(117,200,167)
#6AB597
(106,181,151)
#5FA287
(95,162,135)
#548F77
(84,143,119)
#497C67
(73,124,103)
#3E6957
(62,105,87)
#335647
(51,86,71)
#284337
(40,67,55)
#1D3027
(29,48,39)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #80DBB7

#80DBB7
(128,219,183)
#8BDEBD
(139,222,189)
#96E1C3
(150,225,195)
#A1E4C9
(161,228,201)
#ACE7CF
(172,231,207)
#B7EAD5
(183,234,213)
#C2EDDB
(194,237,219)
#CDF0E1
(205,240,225)
#D8F3E7
(216,243,231)
#E3F6ED
(227,246,237)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DBB7; }

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

This text font color is #80DBB7.


Background Color

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

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

This div background color is #80DBB7.


Border color

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

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

This div border color is #80DBB7.


Opacity

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

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

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

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

This text has shadow with #80DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DBB7 on black background.


Color preview on white background

This text has color #80DBB7 on white background.



Black color preview on #80DBB7 background

This text has black color on #80DBB7 background.


White color preview on #80DBB7 background

This text has white color on #80DBB7 background.