COLOR #80BAA8

HEX: #80BAA8
RGB: (128,186,168)

Color info

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

RGB color model

#80BAA8 color RGB value is (128,186,168).

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

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 168 of 255 = 66%

128
186
168

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

Portions of RGB colors in percentages

R + G + B =
128 + 186 + 168 = 482 (100%)
R 128 of 482 ~ 26.56%
G 186 of 482 ~ 38.59%
B 168 of 482 ~ 34.85%

%26.56
%38.59
%34.85

CMYK color model

#80BAA8 color CMYK value is (31,0,10,27).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(31,0,10,27)
C31M0Y10K27 
(31%,0%,10%,27%)
(0.31/0.00/0.10/0.27)	

CMYK percentages

%31.18
%0
%9.68
%27.06

Codes

Color #80BAA8 in popluar color models

80BAA8
RGB128186168
HSL161°29.59%61.57%
HSB/HSV161°31.18%72.94%
CMYK31.18%0.00%9.68%
27.06%

Color #80BAA8 in popluar number systems.

HEX80BAA8
Decimal128186168
Binary100000001011101010101000
Octal200272250

Shades and tints

Shades of #80BAA8

#80BAA8
(128,186,168)
#75AA99
(117,170,153)
#6A9A8A
(106,154,138)
#5F8A7B
(95,138,123)
#547A6C
(84,122,108)
#496A5D
(73,106,93)
#3E5A4E
(62,90,78)
#334A3F
(51,74,63)
#283A30
(40,58,48)
#1D2A21
(29,42,33)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #80BAA8

#80BAA8
(128,186,168)
#8BC0AF
(139,192,175)
#96C6B6
(150,198,182)
#A1CCBD
(161,204,189)
#ACD2C4
(172,210,196)
#B7D8CB
(183,216,203)
#C2DED2
(194,222,210)
#CDE4D9
(205,228,217)
#D8EAE0
(216,234,224)
#E3F0E7
(227,240,231)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BAA8; }

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

This text font color is #80BAA8.


Background Color

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

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

This div background color is #80BAA8.


Border color

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

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

This div border color is #80BAA8.


Opacity

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

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

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

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

This text has shadow with #80BAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BAA8 on black background.


Color preview on white background

This text has color #80BAA8 on white background.



Black color preview on #80BAA8 background

This text has black color on #80BAA8 background.


White color preview on #80BAA8 background

This text has white color on #80BAA8 background.