COLOR #80AEAC

HEX: #80AEAC
RGB: (128,174,172)

Color info

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

RGB color model

#80AEAC color RGB value is (128,174,172).

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

RGB channels and saturation

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

128
174
172

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

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 172 = 474 (100%)
R 128 of 474 ~ 27%
G 174 of 474 ~ 36.71%
B 172 of 474 ~ 36.29%

%27
%36.71
%36.29

CMYK color model

#80AEAC color CMYK value is (26,0,1,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(26,0,1,32)
C26M0Y1K32 
(26%,0%,1%,32%)
(0.26/0.00/0.01/0.32)	

CMYK percentages

%26.44
%0
%1.15
%31.76

Codes

Color #80AEAC in popluar color models

80AEAC
RGB128174172
HSL177°22.12%59.22%
HSB/HSV177°26.44%68.24%
CMYK26.44%0.00%1.15%
31.76%

Color #80AEAC in popluar number systems.

HEX80AEAC
Decimal128174172
Binary100000001010111010101100
Octal200256254

Shades and tints

Shades of #80AEAC

#80AEAC
(128,174,172)
#759F9D
(117,159,157)
#6A908E
(106,144,142)
#5F817F
(95,129,127)
#547270
(84,114,112)
#496361
(73,99,97)
#3E5452
(62,84,82)
#334543
(51,69,67)
#283634
(40,54,52)
#1D2725
(29,39,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #80AEAC

#80AEAC
(128,174,172)
#8BB5B3
(139,181,179)
#96BCBA
(150,188,186)
#A1C3C1
(161,195,193)
#ACCAC8
(172,202,200)
#B7D1CF
(183,209,207)
#C2D8D6
(194,216,214)
#CDDFDD
(205,223,221)
#D8E6E4
(216,230,228)
#E3EDEB
(227,237,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AEAC; }

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

This text font color is #80AEAC.


Background Color

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

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

This div background color is #80AEAC.


Border color

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

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

This div border color is #80AEAC.


Opacity

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

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

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

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

This text has shadow with #80AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AEAC on black background.


Color preview on white background

This text has color #80AEAC on white background.



Black color preview on #80AEAC background

This text has black color on #80AEAC background.


White color preview on #80AEAC background

This text has white color on #80AEAC background.