COLOR #80BAC5

HEX: #80BAC5 RGB: (128,186,197)

Color info

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

RGB color model

#80BAC5 color RGB value is (128,186,197).

RGB: (128,186,197) (50%, 73%, 77%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 197 of 255 = 77%

128
186
197

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

Portions of RGB colors in percentages

R + G + B = 128 + 186 + 197 = 511 (100%)
R 128 of 511 ~ 25.05%
G 186 of 511 ~ 36.4%
B 197 of 511 ~ 38.55'%

%25.05
%36.4
%38.55

CMYK color model

#80BAC5 color CMYK value is (35,6,0,23).

  • cyan value is 35.03%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (35,6,0,23)
C35M6Y0K23 (35%, 6%, 0%, 23%)
(0.35 / 0.06 / 0.00 / 0.23)

CMYK percentages

%35.03
%5.58
%0
%22.75

Codes

Color #80BAC5 in popluar color models

80 BA C5
RGB 128 186 197
HSL 190° 37.30% 63.73%
HSB/HSV 190° 35.03% 77.25%
CMYK 35.03% 5.58% 0.00%
22.75%

Color #80BAC5 in popluar number systems.

HEX 80 BA C5
Decimal 128 186 197
Binary 10000000 10111010 11000101
Octal 200 272 305

Shades and tints

Shades of #80BAC5

#80BAC5
(128,186,197)
#75AAB4
(117,170,180)
#6A9AA3
(106,154,163)
#5F8A92
(95,138,146)
#547A81
(84,122,129)
#496A70
(73,106,112)
#3E5A5F
(62,90,95)
#334A4E
(51,74,78)
#283A3D
(40,58,61)
#1D2A2C
(29,42,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #80BAC5

#80BAC5
(128,186,197)
#8BC0CA
(139,192,202)
#96C6CF
(150,198,207)
#A1CCD4
(161,204,212)
#ACD2D9
(172,210,217)
#B7D8DE
(183,216,222)
#C2DEE3
(194,222,227)
#CDE4E8
(205,228,232)
#D8EAED
(216,234,237)
#E3F0F2
(227,240,242)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BAC5 color. Also use rgb(128,186,197) instead hex code.

Text Font Color

.myTextColor { color: #80BAC5; }

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

This text font color is #80BAC5.

Background Color

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

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

This div background color is #80BAC5.

Border color

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

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

This div border color is #80BAC5.

Opacity

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

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

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

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

This text has shadow with #80BAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BAC5.

Preview

Color preview on black background

This text has color #80BAC5 on black background.


Color preview on white background

This text has color #80BAC5 on white background.


Black color preview on #80BAC5 background

This text has black color on #80BAC5 background.


White color preview on #80BAC5 background

This text has white color on #80BAC5 background.


Related colors

Complementary color

Complementary color for #hex is #7F453A.


I love getcolorcode.com

Triadic colors

1 #C580BA and #BAC580 with #80BAC5 are triadic colors.

2 #C5BA80 and #BA80C5 with #80BAC5 are triadic colors.