COLOR #80BCA2

HEX: #80BCA2 RGB: (128,188,162)

Color info

#80BCA2 contains mainly green and blue colors. Web safe color of #80BCA2 is #66CC99 (or #6C9).

RGB color model

#80BCA2 color RGB value is (128,188,162).

RGB: (128,188,162) (50%, 74%, 64%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 162 of 255 = 64%

128
188
162

R + G + B ~ 63%. #80BCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 188 + 162 = 478 (100%)
R 128 of 478 ~ 26.78%
G 188 of 478 ~ 39.33%
B 162 of 478 ~ 33.89'%

%26.78
%39.33
%33.89

CMYK color model

#80BCA2 color CMYK value is (32,0,14,26).

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

CMYK: (32,0,14,26)
C32M0Y14K26 (32%, 0%, 14%, 26%)
(0.32 / 0.00 / 0.14 / 0.26)

CMYK percentages

%31.91
%0
%13.83
%26.27

Codes

Color #80BCA2 in popluar color models

80 BC A2
RGB 128 188 162
HSL 154° 30.93% 61.96%
HSB/HSV 154° 31.91% 73.73%
CMYK 31.91% 0.00% 13.83%
26.27%

Color #80BCA2 in popluar number systems.

HEX 80 BC A2
Decimal 128 188 162
Binary 10000000 10111100 10100010
Octal 200 274 242

Shades and tints

Shades of #80BCA2

#80BCA2
(128,188,162)
#75AB94
(117,171,148)
#6A9A86
(106,154,134)
#5F8978
(95,137,120)
#54786A
(84,120,106)
#49675C
(73,103,92)
#3E564E
(62,86,78)
#334540
(51,69,64)
#283432
(40,52,50)
#1D2324
(29,35,36)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #80BCA2

#80BCA2
(128,188,162)
#8BC2AA
(139,194,170)
#96C8B2
(150,200,178)
#A1CEBA
(161,206,186)
#ACD4C2
(172,212,194)
#B7DACA
(183,218,202)
#C2E0D2
(194,224,210)
#CDE6DA
(205,230,218)
#D8ECE2
(216,236,226)
#E3F2EA
(227,242,234)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BCA2; }

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

This text font color is #80BCA2.

Background Color

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

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

This div background color is #80BCA2.

Border color

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

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

This div border color is #80BCA2.

Opacity

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

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

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

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

This text has shadow with #80BCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BCA2.

Preview

Color preview on black background

This text has color #80BCA2 on black background.


Color preview on white background

This text has color #80BCA2 on white background.


Black color preview on #80BCA2 background

This text has black color on #80BCA2 background.


White color preview on #80BCA2 background

This text has white color on #80BCA2 background.


Related colors

Complementary color

Complementary color for #hex is #7F435D.


I love getcolorcode.com

Triadic colors

1 #A280BC and #BCA280 with #80BCA2 are triadic colors.

2 #A2BC80 and #BC80A2 with #80BCA2 are triadic colors.