COLOR #80AEAA

HEX: #80AEAA
RGB: (128,174,170)

Color info

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

RGB color model

#80AEAA color RGB value is (128,174,170).

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

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 170 of 255 = 67%

128
174
170

R + G + B ~ 62%. #80AEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 170 = 472 (100%)
R 128 of 472 ~ 27.12%
G 174 of 472 ~ 36.86%
B 170 of 472 ~ 36.02%

%27.12
%36.86
%36.02

CMYK color model

#80AEAA color CMYK value is (26,0,2,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(26,0,2,32)
C26M0Y2K32 
(26%,0%,2%,32%)
(0.26/0.00/0.02/0.32)	

CMYK percentages

%26.44
%0
%2.3
%31.76

Codes

Color #80AEAA in popluar color models

80AEAA
RGB128174170
HSL175°22.12%59.22%
HSB/HSV175°26.44%68.24%
CMYK26.44%0.00%2.30%
31.76%

Color #80AEAA in popluar number systems.

HEX80AEAA
Decimal128174170
Binary100000001010111010101010
Octal200256252

Shades and tints

Shades of #80AEAA

#80AEAA
(128,174,170)
#759F9B
(117,159,155)
#6A908C
(106,144,140)
#5F817D
(95,129,125)
#54726E
(84,114,110)
#49635F
(73,99,95)
#3E5450
(62,84,80)
#334541
(51,69,65)
#283632
(40,54,50)
#1D2723
(29,39,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #80AEAA

#80AEAA
(128,174,170)
#8BB5B1
(139,181,177)
#96BCB8
(150,188,184)
#A1C3BF
(161,195,191)
#ACCAC6
(172,202,198)
#B7D1CD
(183,209,205)
#C2D8D4
(194,216,212)
#CDDFDB
(205,223,219)
#D8E6E2
(216,230,226)
#E3EDE9
(227,237,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AEAA; }

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

This text font color is #80AEAA.


Background Color

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

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

This div background color is #80AEAA.


Border color

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

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

This div border color is #80AEAA.


Opacity

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

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

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

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

This text has shadow with #80AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AEAA on black background.


Color preview on white background

This text has color #80AEAA on white background.



Black color preview on #80AEAA background

This text has black color on #80AEAA background.


White color preview on #80AEAA background

This text has white color on #80AEAA background.