COLOR #80B2BC

HEX: #80B2BC RGB: (128,178,188)

Color info

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

RGB color model

#80B2BC color RGB value is (128,178,188).

RGB: (128,178,188) (50%, 70%, 74%)

RGB channels and saturation

R 128 of 255 = 50%
G 178 of 255 = 70%
B 188 of 255 = 74%

128
178
188

R + G + B ~ 65%. #80B2BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 178 + 188 = 494 (100%)
R 128 of 494 ~ 25.91%
G 178 of 494 ~ 36.03%
B 188 of 494 ~ 38.06'%

%25.91
%36.03
%38.06

CMYK color model

#80B2BC color CMYK value is (32,5,0,26).

  • cyan value is 31.91%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (32,5,0,26)
C32M5Y0K26 (32%, 5%, 0%, 26%)
(0.32 / 0.05 / 0.00 / 0.26)

CMYK percentages

%31.91
%5.32
%0
%26.27

Codes

Color #80B2BC in popluar color models

80 B2 BC
RGB 128 178 188
HSL 190° 30.93% 61.96%
HSB/HSV 190° 31.91% 73.73%
CMYK 31.91% 5.32% 0.00%
26.27%

Color #80B2BC in popluar number systems.

HEX 80 B2 BC
Decimal 128 178 188
Binary 10000000 10110010 10111100
Octal 200 262 274

Shades and tints

Shades of #80B2BC

#80B2BC
(128,178,188)
#75A2AB
(117,162,171)
#6A929A
(106,146,154)
#5F8289
(95,130,137)
#547278
(84,114,120)
#496267
(73,98,103)
#3E5256
(62,82,86)
#334245
(51,66,69)
#283234
(40,50,52)
#1D2223
(29,34,35)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #80B2BC

#80B2BC
(128,178,188)
#8BB9C2
(139,185,194)
#96C0C8
(150,192,200)
#A1C7CE
(161,199,206)
#ACCED4
(172,206,212)
#B7D5DA
(183,213,218)
#C2DCE0
(194,220,224)
#CDE3E6
(205,227,230)
#D8EAEC
(216,234,236)
#E3F1F2
(227,241,242)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B2BC color. Also use rgb(128,178,188) instead hex code.

Text Font Color

.myTextColor { color: #80B2BC; }

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

This text font color is #80B2BC.

Background Color

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

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

This div background color is #80B2BC.

Border color

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

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

This div border color is #80B2BC.

Opacity

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

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

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

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

This text has shadow with #80B2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B2BC.

Preview

Color preview on black background

This text has color #80B2BC on black background.


Color preview on white background

This text has color #80B2BC on white background.


Black color preview on #80B2BC background

This text has black color on #80B2BC background.


White color preview on #80B2BC background

This text has white color on #80B2BC background.


Related colors

Complementary color

Complementary color for #hex is #7F4D43.


I love getcolorcode.com

Triadic colors

1 #BC80B2 and #B2BC80 with #80B2BC are triadic colors.

2 #BCB280 and #B280BC with #80B2BC are triadic colors.