COLOR #80BBCA

HEX: #80BBCA RGB: (128,187,202)

Color info

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

RGB color model

#80BBCA color RGB value is (128,187,202).

RGB: (128,187,202) (50%, 73%, 79%)

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 202 of 255 = 79%

128
187
202

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

Portions of RGB colors in percentages

R + G + B = 128 + 187 + 202 = 517 (100%)
R 128 of 517 ~ 24.76%
G 187 of 517 ~ 36.17%
B 202 of 517 ~ 39.07'%

%24.76
%36.17
%39.07

CMYK color model

#80BBCA color CMYK value is (37,7,0,21).

  • cyan value is 36.63%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (37,7,0,21)
C37M7Y0K21 (37%, 7%, 0%, 21%)
(0.37 / 0.07 / 0.00 / 0.21)

CMYK percentages

%36.63
%7.43
%0
%20.78

Codes

Color #80BBCA in popluar color models

80 BB CA
RGB 128 187 202
HSL 192° 41.11% 64.71%
HSB/HSV 192° 36.63% 79.22%
CMYK 36.63% 7.43% 0.00%
20.78%

Color #80BBCA in popluar number systems.

HEX 80 BB CA
Decimal 128 187 202
Binary 10000000 10111011 11001010
Octal 200 273 312

Shades and tints

Shades of #80BBCA

#80BBCA
(128,187,202)
#75AAB8
(117,170,184)
#6A99A6
(106,153,166)
#5F8894
(95,136,148)
#547782
(84,119,130)
#496670
(73,102,112)
#3E555E
(62,85,94)
#33444C
(51,68,76)
#28333A
(40,51,58)
#1D2228
(29,34,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #80BBCA

#80BBCA
(128,187,202)
#8BC1CE
(139,193,206)
#96C7D2
(150,199,210)
#A1CDD6
(161,205,214)
#ACD3DA
(172,211,218)
#B7D9DE
(183,217,222)
#C2DFE2
(194,223,226)
#CDE5E6
(205,229,230)
#D8EBEA
(216,235,234)
#E3F1EE
(227,241,238)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BBCA color. Also use rgb(128,187,202) instead hex code.

Text Font Color

.myTextColor { color: #80BBCA; }

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

This text font color is #80BBCA.

Background Color

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

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

This div background color is #80BBCA.

Border color

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

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

This div border color is #80BBCA.

Opacity

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

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

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

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

This text has shadow with #80BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BBCA.

Preview

Color preview on black background

This text has color #80BBCA on black background.


Color preview on white background

This text has color #80BBCA on white background.


Black color preview on #80BBCA background

This text has black color on #80BBCA background.


White color preview on #80BBCA background

This text has white color on #80BBCA background.


Related colors

Complementary color

Complementary color for #hex is #7F4435.


I love getcolorcode.com

Triadic colors

1 #CA80BB and #BBCA80 with #80BBCA are triadic colors.

2 #CABB80 and #BB80CA with #80BBCA are triadic colors.