COLOR #80A1AF

HEX: #80A1AF
RGB: (128,161,175)

Color info

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

RGB color model

#80A1AF color RGB value is (128,161,175).

  • red value is 128;
  • green value is 161;
  • blue value is 175.
RGB:
(128,161,175)
(50%,63%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 175 of 255 = 69%

128
161
175

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 175 = 464 (100%)
R 128 of 464 ~ 27.59%
G 161 of 464 ~ 34.7%
B 175 of 464 ~ 37.72%

%27.59
%34.7
%37.72

CMYK color model

#80A1AF color CMYK value is (27,8,0,31).

  • cyan value is 26.86%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,8,0,31)
C27M8Y0K31 
(27%,8%,0%,31%)
(0.27/0.08/0.00/0.31)	

CMYK percentages

%26.86
%8
%0
%31.37

Codes

Color #80A1AF in popluar color models

80A1AF
RGB128161175
HSL198°22.71%59.41%
HSB/HSV198°26.86%68.63%
CMYK26.86%8.00%0.00%
31.37%

Color #80A1AF in popluar number systems.

HEX80A1AF
Decimal128161175
Binary100000001010000110101111
Octal200241257

Shades and tints

Shades of #80A1AF

#80A1AF
(128,161,175)
#7593A0
(117,147,160)
#6A8591
(106,133,145)
#5F7782
(95,119,130)
#546973
(84,105,115)
#495B64
(73,91,100)
#3E4D55
(62,77,85)
#333F46
(51,63,70)
#283137
(40,49,55)
#1D2328
(29,35,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #80A1AF

#80A1AF
(128,161,175)
#8BA9B6
(139,169,182)
#96B1BD
(150,177,189)
#A1B9C4
(161,185,196)
#ACC1CB
(172,193,203)
#B7C9D2
(183,201,210)
#C2D1D9
(194,209,217)
#CDD9E0
(205,217,224)
#D8E1E7
(216,225,231)
#E3E9EE
(227,233,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A1AF color. Also use rgb(128,161,175) instead hex code.

Text Font Color

.myTextColor { color: #80A1AF; }

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

This text font color is #80A1AF.


Background Color

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

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

This div background color is #80A1AF.


Border color

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

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

This div border color is #80A1AF.


Opacity

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

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

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

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

This text has shadow with #80A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A1AF on black background.


Color preview on white background

This text has color #80A1AF on white background.



Black color preview on #80A1AF background

This text has black color on #80A1AF background.


White color preview on #80A1AF background

This text has white color on #80A1AF background.