COLOR #80BAB5

HEX: #80BAB5
RGB: (128,186,181)

Color info

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

RGB color model

#80BAB5 color RGB value is (128,186,181).

  • red value is 128;
  • green value is 186;
  • blue value is 181.
RGB:
(128,186,181)
(50%,73%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 181 of 255 = 71%

128
186
181

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

Portions of RGB colors in percentages

R + G + B =
128 + 186 + 181 = 495 (100%)
R 128 of 495 ~ 25.86%
G 186 of 495 ~ 37.58%
B 181 of 495 ~ 36.57%

%25.86
%37.58
%36.57

CMYK color model

#80BAB5 color CMYK value is (31,0,3,27).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(31,0,3,27)
C31M0Y3K27 
(31%,0%,3%,27%)
(0.31/0.00/0.03/0.27)	

CMYK percentages

%31.18
%0
%2.69
%27.06

Codes

Color #80BAB5 in popluar color models

80BAB5
RGB128186181
HSL175°29.59%61.57%
HSB/HSV175°31.18%72.94%
CMYK31.18%0.00%2.69%
27.06%

Color #80BAB5 in popluar number systems.

HEX80BAB5
Decimal128186181
Binary100000001011101010110101
Octal200272265

Shades and tints

Shades of #80BAB5

#80BAB5
(128,186,181)
#75AAA5
(117,170,165)
#6A9A95
(106,154,149)
#5F8A85
(95,138,133)
#547A75
(84,122,117)
#496A65
(73,106,101)
#3E5A55
(62,90,85)
#334A45
(51,74,69)
#283A35
(40,58,53)
#1D2A25
(29,42,37)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #80BAB5

#80BAB5
(128,186,181)
#8BC0BB
(139,192,187)
#96C6C1
(150,198,193)
#A1CCC7
(161,204,199)
#ACD2CD
(172,210,205)
#B7D8D3
(183,216,211)
#C2DED9
(194,222,217)
#CDE4DF
(205,228,223)
#D8EAE5
(216,234,229)
#E3F0EB
(227,240,235)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BAB5; }

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

This text font color is #80BAB5.


Background Color

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

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

This div background color is #80BAB5.


Border color

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

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

This div border color is #80BAB5.


Opacity

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

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

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

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

This text has shadow with #80BAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BAB5 on black background.


Color preview on white background

This text has color #80BAB5 on white background.



Black color preview on #80BAB5 background

This text has black color on #80BAB5 background.


White color preview on #80BAB5 background

This text has white color on #80BAB5 background.