COLOR #80AE9B

HEX: #80AE9B
RGB: (128,174,155)

Color info

#80AE9B contains red, green and blue colors in about the same proportion. Web safe color of #80AE9B is #669999 (or #699).

RGB color model

#80AE9B color RGB value is (128,174,155).

  • red value is 128;
  • green value is 174;
  • blue value is 155.
RGB:
(128,174,155)
(50%,68%,61%)

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 155 of 255 = 61%

128
174
155

R + G + B ~ 60%. #80AE9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 155 = 457 (100%)
R 128 of 457 ~ 28.01%
G 174 of 457 ~ 38.07%
B 155 of 457 ~ 33.92%

%28.01
%38.07
%33.92

CMYK color model

#80AE9B color CMYK value is (26,0,11,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(26,0,11,32)
C26M0Y11K32 
(26%,0%,11%,32%)
(0.26/0.00/0.11/0.32)	

CMYK percentages

%26.44
%0
%10.92
%31.76

Codes

Color #80AE9B in popluar color models

80AE9B
RGB128174155
HSL155°22.12%59.22%
HSB/HSV155°26.44%68.24%
CMYK26.44%0.00%10.92%
31.76%

Color #80AE9B in popluar number systems.

HEX80AE9B
Decimal128174155
Binary100000001010111010011011
Octal200256233

Shades and tints

Shades of #80AE9B

#80AE9B
(128,174,155)
#759F8D
(117,159,141)
#6A907F
(106,144,127)
#5F8171
(95,129,113)
#547263
(84,114,99)
#496355
(73,99,85)
#3E5447
(62,84,71)
#334539
(51,69,57)
#28362B
(40,54,43)
#1D271D
(29,39,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80AE9B

#80AE9B
(128,174,155)
#8BB5A4
(139,181,164)
#96BCAD
(150,188,173)
#A1C3B6
(161,195,182)
#ACCABF
(172,202,191)
#B7D1C8
(183,209,200)
#C2D8D1
(194,216,209)
#CDDFDA
(205,223,218)
#D8E6E3
(216,230,227)
#E3EDEC
(227,237,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AE9B color. Also use rgb(128,174,155) instead hex code.

Text Font Color

.myTextColor { color: #80AE9B; }

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

This text font color is #80AE9B.


Background Color

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

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

This div background color is #80AE9B.


Border color

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

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

This div border color is #80AE9B.


Opacity

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

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

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

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

This text has shadow with #80AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AE9B on black background.


Color preview on white background

This text has color #80AE9B on white background.



Black color preview on #80AE9B background

This text has black color on #80AE9B background.


White color preview on #80AE9B background

This text has white color on #80AE9B background.