COLOR #80B0CA

HEX: #80B0CA RGB: (128,176,202)

Color info

#80B0CA contains mainly green and blue colors. Web safe color of #80B0CA is #6699CC (or #69C).

RGB color model

#80B0CA color RGB value is (128,176,202).

RGB: (128,176,202) (50%, 69%, 79%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 202 of 255 = 79%

128
176
202

R + G + B ~ 66%. #80B0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 202 = 506 (100%)
R 128 of 506 ~ 25.3%
G 176 of 506 ~ 34.78%
B 202 of 506 ~ 39.92'%

%25.3
%34.78
%39.92

CMYK color model

#80B0CA color CMYK value is (37,13,0,21).

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

CMYK: (37,13,0,21)
C37M13Y0K21 (37%, 13%, 0%, 21%)
(0.37 / 0.13 / 0.00 / 0.21)

CMYK percentages

%36.63
%12.87
%0
%20.78

Codes

Color #80B0CA in popluar color models

80 B0 CA
RGB 128 176 202
HSL 201° 41.11% 64.71%
HSB/HSV 201° 36.63% 79.22%
CMYK 36.63% 12.87% 0.00%
20.78%

Color #80B0CA in popluar number systems.

HEX 80 B0 CA
Decimal 128 176 202
Binary 10000000 10110000 11001010
Octal 200 260 312

Shades and tints

Shades of #80B0CA

#80B0CA
(128,176,202)
#75A0B8
(117,160,184)
#6A90A6
(106,144,166)
#5F8094
(95,128,148)
#547082
(84,112,130)
#496070
(73,96,112)
#3E505E
(62,80,94)
#33404C
(51,64,76)
#28303A
(40,48,58)
#1D2028
(29,32,40)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #80B0CA

#80B0CA
(128,176,202)
#8BB7CE
(139,183,206)
#96BED2
(150,190,210)
#A1C5D6
(161,197,214)
#ACCCDA
(172,204,218)
#B7D3DE
(183,211,222)
#C2DAE2
(194,218,226)
#CDE1E6
(205,225,230)
#D8E8EA
(216,232,234)
#E3EFEE
(227,239,238)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B0CA; }

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

This text font color is #80B0CA.

Background Color

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

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

This div background color is #80B0CA.

Border color

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

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

This div border color is #80B0CA.

Opacity

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

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

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

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

This text has shadow with #80B0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B0CA.

Preview

Color preview on black background

This text has color #80B0CA on black background.


Color preview on white background

This text has color #80B0CA on white background.


Black color preview on #80B0CA background

This text has black color on #80B0CA background.


White color preview on #80B0CA background

This text has white color on #80B0CA background.


Related colors

Complementary color

Complementary color for #hex is #7F4F35.


I love getcolorcode.com

Triadic colors

1 #CA80B0 and #B0CA80 with #80B0CA are triadic colors.

2 #CAB080 and #B080CA with #80B0CA are triadic colors.