COLOR #A980A6

HEX: #A980A6
RGB: (169,128,166)

Color info

#A980A6 contains red, green and blue colors in about the same proportion. Web safe color of #A980A6 is #996699 (or #969).

RGB color model

#A980A6 color RGB value is (169,128,166).

  • red value is 169;
  • green value is 128;
  • blue value is 166.
RGB:
(169,128,166)
(66%,50%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 166 of 255 = 65%

169
128
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 166 = 463 (100%)
R 169 of 463 ~ 36.5%
G 128 of 463 ~ 27.65%
B 166 of 463 ~ 35.85%

%36.5
%27.65
%35.85

CMYK color model

#A980A6 color CMYK value is (0,24,2,34).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 1.78%
  • key color value is 33.73%
CMYK:
(0,24,2,34)
C0M24Y2K34 
(0%,24%,2%,34%)
(0.00/0.24/0.02/0.34)	

CMYK percentages

%0
%24.26
%1.78
%33.73

Codes

Color #A980A6 in popluar color models

A980A6
RGB169128166
HSL304°19.25%58.24%
HSB/HSV304°24.26%66.27%
CMYK0.00%24.26%1.78%
33.73%

Color #A980A6 in popluar number systems.

HEXA980A6
Decimal169128166
Binary101010011000000010100110
Octal251200246

Shades and tints

Shades of #A980A6

#A980A6
(169,128,166)
#9A7597
(154,117,151)
#8B6A88
(139,106,136)
#7C5F79
(124,95,121)
#6D546A
(109,84,106)
#5E495B
(94,73,91)
#4F3E4C
(79,62,76)
#40333D
(64,51,61)
#31282E
(49,40,46)
#221D1F
(34,29,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A980A6

#A980A6
(169,128,166)
#B08BAE
(176,139,174)
#B796B6
(183,150,182)
#BEA1BE
(190,161,190)
#C5ACC6
(197,172,198)
#CCB7CE
(204,183,206)
#D3C2D6
(211,194,214)
#DACDDE
(218,205,222)
#E1D8E6
(225,216,230)
#E8E3EE
(232,227,238)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A980A6 color. Also use rgb(169,128,166) instead hex code.

Text Font Color

.myTextColor { color: #A980A6; }

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

This text font color is #A980A6.


Background Color

.myBgColor { background-color: #A980A6; }

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

This div background color is #A980A6.


Border color

.myBorderColor { border: 1px solid #A980A6; }

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

This div border color is #A980A6.


Opacity

.myOpacity80 { color: #A980A6; opacity: 0.8; }

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

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

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

This text has shadow with #A980A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A980A6 on black background.


Color preview on white background

This text has color #A980A6 on white background.



Black color preview on #A980A6 background

This text has black color on #A980A6 background.


White color preview on #A980A6 background

This text has white color on #A980A6 background.