COLOR #80BABB

HEX: #80BABB RGB: (128,186,187)

Color info

#80BABB contains red, green and blue colors in about the same proportion. Web safe color of #80BABB is #66CCCC (or #6CC).

RGB color model

#80BABB color RGB value is (128,186,187).

RGB: (128,186,187) (50%, 73%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 187 of 255 = 73%

128
186
187

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

Portions of RGB colors in percentages

R + G + B = 128 + 186 + 187 = 501 (100%)
R 128 of 501 ~ 25.55%
G 186 of 501 ~ 37.13%
B 187 of 501 ~ 37.33'%

%25.55
%37.13
%37.33

CMYK color model

#80BABB color CMYK value is (32,1,0,27).

  • cyan value is 31.55%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (32,1,0,27)
C32M1Y0K27 (32%, 1%, 0%, 27%)
(0.32 / 0.01 / 0.00 / 0.27)

CMYK percentages

%31.55
%0.53
%0
%26.67

Codes

Color #80BABB in popluar color models

80 BA BB
RGB 128 186 187
HSL 181° 30.26% 61.76%
HSB/HSV 181° 31.55% 73.33%
CMYK 31.55% 0.53% 0.00%
26.67%

Color #80BABB in popluar number systems.

HEX 80 BA BB
Decimal 128 186 187
Binary 10000000 10111010 10111011
Octal 200 272 273

Shades and tints

Shades of #80BABB

#80BABB
(128,186,187)
#75AAAA
(117,170,170)
#6A9A99
(106,154,153)
#5F8A88
(95,138,136)
#547A77
(84,122,119)
#496A66
(73,106,102)
#3E5A55
(62,90,85)
#334A44
(51,74,68)
#283A33
(40,58,51)
#1D2A22
(29,42,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #80BABB

#80BABB
(128,186,187)
#8BC0C1
(139,192,193)
#96C6C7
(150,198,199)
#A1CCCD
(161,204,205)
#ACD2D3
(172,210,211)
#B7D8D9
(183,216,217)
#C2DEDF
(194,222,223)
#CDE4E5
(205,228,229)
#D8EAEB
(216,234,235)
#E3F0F1
(227,240,241)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BABB; }

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

This text font color is #80BABB.

Background Color

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

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

This div background color is #80BABB.

Border color

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

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

This div border color is #80BABB.

Opacity

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

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

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

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

This text has shadow with #80BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BABB.

Preview

Color preview on black background

This text has color #80BABB on black background.


Color preview on white background

This text has color #80BABB on white background.


Black color preview on #80BABB background

This text has black color on #80BABB background.


White color preview on #80BABB background

This text has white color on #80BABB background.


Related colors

Complementary color

Complementary color for #hex is #7F4544.


I love getcolorcode.com

Triadic colors

1 #BB80BA and #BABB80 with #80BABB are triadic colors.

2 #BBBA80 and #BA80BB with #80BABB are triadic colors.