COLOR #80ACAB

HEX: #80ACAB
RGB: (128,172,171)

Color info

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

RGB color model

#80ACAB color RGB value is (128,172,171).

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

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 171 of 255 = 67%

128
172
171

R + G + B ~ 61%. #80ACAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 171 = 471 (100%)
R 128 of 471 ~ 27.18%
G 172 of 471 ~ 36.52%
B 171 of 471 ~ 36.31%

%27.18
%36.52
%36.31

CMYK color model

#80ACAB color CMYK value is (26,0,1,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(26,0,1,33)
C26M0Y1K33 
(26%,0%,1%,33%)
(0.26/0.00/0.01/0.33)	

CMYK percentages

%25.58
%0
%0.58
%32.55

Codes

Color #80ACAB in popluar color models

80ACAB
RGB128172171
HSL179°20.95%58.82%
HSB/HSV179°25.58%67.45%
CMYK25.58%0.00%0.58%
32.55%

Color #80ACAB in popluar number systems.

HEX80ACAB
Decimal128172171
Binary100000001010110010101011
Octal200254253

Shades and tints

Shades of #80ACAB

#80ACAB
(128,172,171)
#759D9C
(117,157,156)
#6A8E8D
(106,142,141)
#5F7F7E
(95,127,126)
#54706F
(84,112,111)
#496160
(73,97,96)
#3E5251
(62,82,81)
#334342
(51,67,66)
#283433
(40,52,51)
#1D2524
(29,37,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #80ACAB

#80ACAB
(128,172,171)
#8BB3B2
(139,179,178)
#96BAB9
(150,186,185)
#A1C1C0
(161,193,192)
#ACC8C7
(172,200,199)
#B7CFCE
(183,207,206)
#C2D6D5
(194,214,213)
#CDDDDC
(205,221,220)
#D8E4E3
(216,228,227)
#E3EBEA
(227,235,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ACAB; }

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

This text font color is #80ACAB.


Background Color

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

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

This div background color is #80ACAB.


Border color

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

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

This div border color is #80ACAB.


Opacity

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

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

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

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

This text has shadow with #80ACAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ACAB on black background.


Color preview on white background

This text has color #80ACAB on white background.



Black color preview on #80ACAB background

This text has black color on #80ACAB background.


White color preview on #80ACAB background

This text has white color on #80ACAB background.