COLOR #80BAD4

HEX: #80BAD4 RGB: (128,186,212)

Color info

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

RGB color model

#80BAD4 color RGB value is (128,186,212).

RGB: (128,186,212) (50%, 73%, 83%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 212 of 255 = 83%

128
186
212

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

Portions of RGB colors in percentages

R + G + B = 128 + 186 + 212 = 526 (100%)
R 128 of 526 ~ 24.33%
G 186 of 526 ~ 35.36%
B 212 of 526 ~ 40.3'%

%24.33
%35.36
%40.3

CMYK color model

#80BAD4 color CMYK value is (40,12,0,17).

  • cyan value is 39.62%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (40,12,0,17)
C40M12Y0K17 (40%, 12%, 0%, 17%)
(0.40 / 0.12 / 0.00 / 0.17)

CMYK percentages

%39.62
%12.26
%0
%16.86

Codes

Color #80BAD4 in popluar color models

80 BA D4
RGB 128 186 212
HSL 199° 49.41% 66.67%
HSB/HSV 199° 39.62% 83.14%
CMYK 39.62% 12.26% 0.00%
16.86%

Color #80BAD4 in popluar number systems.

HEX 80 BA D4
Decimal 128 186 212
Binary 10000000 10111010 11010100
Octal 200 272 324

Shades and tints

Shades of #80BAD4

#80BAD4
(128,186,212)
#75AAC1
(117,170,193)
#6A9AAE
(106,154,174)
#5F8A9B
(95,138,155)
#547A88
(84,122,136)
#496A75
(73,106,117)
#3E5A62
(62,90,98)
#334A4F
(51,74,79)
#283A3C
(40,58,60)
#1D2A29
(29,42,41)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #80BAD4

#80BAD4
(128,186,212)
#8BC0D7
(139,192,215)
#96C6DA
(150,198,218)
#A1CCDD
(161,204,221)
#ACD2E0
(172,210,224)
#B7D8E3
(183,216,227)
#C2DEE6
(194,222,230)
#CDE4E9
(205,228,233)
#D8EAEC
(216,234,236)
#E3F0EF
(227,240,239)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BAD4 color. Also use rgb(128,186,212) instead hex code.

Text Font Color

.myTextColor { color: #80BAD4; }

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

This text font color is #80BAD4.

Background Color

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

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

This div background color is #80BAD4.

Border color

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

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

This div border color is #80BAD4.

Opacity

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

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

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

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

This text has shadow with #80BAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BAD4.

Preview

Color preview on black background

This text has color #80BAD4 on black background.


Color preview on white background

This text has color #80BAD4 on white background.


Black color preview on #80BAD4 background

This text has black color on #80BAD4 background.


White color preview on #80BAD4 background

This text has white color on #80BAD4 background.


Related colors

Complementary color

Complementary color for #hex is #7F452B.


I love getcolorcode.com

Triadic colors

1 #D480BA and #BAD480 with #80BAD4 are triadic colors.

2 #D4BA80 and #BA80D4 with #80BAD4 are triadic colors.