COLOR #80BCB8

HEX: #80BCB8 RGB: (128,188,184)

Color info

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

RGB color model

#80BCB8 color RGB value is (128,188,184).

RGB: (128,188,184) (50%, 74%, 72%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 184 of 255 = 72%

128
188
184

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

Portions of RGB colors in percentages

R + G + B = 128 + 188 + 184 = 500 (100%)
R 128 of 500 ~ 25.6%
G 188 of 500 ~ 37.6%
B 184 of 500 ~ 36.8'%

%25.6
%37.6
%36.8

CMYK color model

#80BCB8 color CMYK value is (32,0,2,26).

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

CMYK: (32,0,2,26)
C32M0Y2K26 (32%, 0%, 2%, 26%)
(0.32 / 0.00 / 0.02 / 0.26)

CMYK percentages

%31.91
%0
%2.13
%26.27

Codes

Color #80BCB8 in popluar color models

80 BC B8
RGB 128 188 184
HSL 176° 30.93% 61.96%
HSB/HSV 176° 31.91% 73.73%
CMYK 31.91% 0.00% 2.13%
26.27%

Color #80BCB8 in popluar number systems.

HEX 80 BC B8
Decimal 128 188 184
Binary 10000000 10111100 10111000
Octal 200 274 270

Shades and tints

Shades of #80BCB8

#80BCB8
(128,188,184)
#75ABA8
(117,171,168)
#6A9A98
(106,154,152)
#5F8988
(95,137,136)
#547878
(84,120,120)
#496768
(73,103,104)
#3E5658
(62,86,88)
#334548
(51,69,72)
#283438
(40,52,56)
#1D2328
(29,35,40)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #80BCB8

#80BCB8
(128,188,184)
#8BC2BE
(139,194,190)
#96C8C4
(150,200,196)
#A1CECA
(161,206,202)
#ACD4D0
(172,212,208)
#B7DAD6
(183,218,214)
#C2E0DC
(194,224,220)
#CDE6E2
(205,230,226)
#D8ECE8
(216,236,232)
#E3F2EE
(227,242,238)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BCB8; }

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

This text font color is #80BCB8.

Background Color

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

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

This div background color is #80BCB8.

Border color

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

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

This div border color is #80BCB8.

Opacity

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

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

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

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

This text has shadow with #80BCB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BCB8.

Preview

Color preview on black background

This text has color #80BCB8 on black background.


Color preview on white background

This text has color #80BCB8 on white background.


Black color preview on #80BCB8 background

This text has black color on #80BCB8 background.


White color preview on #80BCB8 background

This text has white color on #80BCB8 background.


Related colors

Complementary color

Complementary color for #hex is #7F4347.


I love getcolorcode.com

Triadic colors

1 #B880BC and #BCB880 with #80BCB8 are triadic colors.

2 #B8BC80 and #BC80B8 with #80BCB8 are triadic colors.