COLOR #80C4DB

HEX: #80C4DB RGB: (128,196,219)

Color info

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

RGB color model

#80C4DB color RGB value is (128,196,219).

RGB: (128,196,219) (50%, 77%, 86%)

RGB channels and saturation

R 128 of 255 = 50%
G 196 of 255 = 77%
B 219 of 255 = 86%

128
196
219

R + G + B ~ 71%. #80C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 196 + 219 = 543 (100%)
R 128 of 543 ~ 23.57%
G 196 of 543 ~ 36.1%
B 219 of 543 ~ 40.33'%

%23.57
%36.1
%40.33

CMYK color model

#80C4DB color CMYK value is (42,11,0,14).

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

CMYK: (42,11,0,14)
C42M11Y0K14 (42%, 11%, 0%, 14%)
(0.42 / 0.11 / 0.00 / 0.14)

CMYK percentages

%41.55
%10.5
%0
%14.12

Codes

Color #80C4DB in popluar color models

80 C4 DB
RGB 128 196 219
HSL 195° 55.83% 68.04%
HSB/HSV 195° 41.55% 85.88%
CMYK 41.55% 10.50% 0.00%
14.12%

Color #80C4DB in popluar number systems.

HEX 80 C4 DB
Decimal 128 196 219
Binary 10000000 11000100 11011011
Octal 200 304 333

Shades and tints

Shades of #80C4DB

#80C4DB
(128,196,219)
#75B3C8
(117,179,200)
#6AA2B5
(106,162,181)
#5F91A2
(95,145,162)
#54808F
(84,128,143)
#496F7C
(73,111,124)
#3E5E69
(62,94,105)
#334D56
(51,77,86)
#283C43
(40,60,67)
#1D2B30
(29,43,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #80C4DB

#80C4DB
(128,196,219)
#8BC9DE
(139,201,222)
#96CEE1
(150,206,225)
#A1D3E4
(161,211,228)
#ACD8E7
(172,216,231)
#B7DDEA
(183,221,234)
#C2E2ED
(194,226,237)
#CDE7F0
(205,231,240)
#D8ECF3
(216,236,243)
#E3F1F6
(227,241,246)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C4DB; }

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

This text font color is #80C4DB.

Background Color

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

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

This div background color is #80C4DB.

Border color

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

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

This div border color is #80C4DB.

Opacity

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

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

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

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

This text has shadow with #80C4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C4DB.

Preview

Color preview on black background

This text has color #80C4DB on black background.


Color preview on white background

This text has color #80C4DB on white background.


Black color preview on #80C4DB background

This text has black color on #80C4DB background.


White color preview on #80C4DB background

This text has white color on #80C4DB background.


Related colors

Complementary color

Complementary color for #hex is #7F3B24.


I love getcolorcode.com

Triadic colors

1 #DB80C4 and #C4DB80 with #80C4DB are triadic colors.

2 #DBC480 and #C480DB with #80C4DB are triadic colors.