COLOR #A979A6

HEX: #A979A6
RGB: (169,121,166)

Color info

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

RGB color model

#A979A6 color RGB value is (169,121,166).

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

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 166 of 255 = 65%

169
121
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 166 = 456 (100%)
R 169 of 456 ~ 37.06%
G 121 of 456 ~ 26.54%
B 166 of 456 ~ 36.4%

%37.06
%26.54
%36.4

CMYK color model

#A979A6 color CMYK value is (0,28,2,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 1.78%
  • key color value is 33.73%
CMYK:
(0,28,2,34)
C0M28Y2K34 
(0%,28%,2%,34%)
(0.00/0.28/0.02/0.34)	

CMYK percentages

%0
%28.4
%1.78
%33.73

Codes

Color #A979A6 in popluar color models

A979A6
RGB169121166
HSL304°21.82%56.86%
HSB/HSV304°28.40%66.27%
CMYK0.00%28.40%1.78%
33.73%

Color #A979A6 in popluar number systems.

HEXA979A6
Decimal169121166
Binary10101001111100110100110
Octal251171246

Shades and tints

Shades of #A979A6

#A979A6
(169,121,166)
#9A6E97
(154,110,151)
#8B6388
(139,99,136)
#7C5879
(124,88,121)
#6D4D6A
(109,77,106)
#5E425B
(94,66,91)
#4F374C
(79,55,76)
#402C3D
(64,44,61)
#31212E
(49,33,46)
#22161F
(34,22,31)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #A979A6

#A979A6
(169,121,166)
#B085AE
(176,133,174)
#B791B6
(183,145,182)
#BE9DBE
(190,157,190)
#C5A9C6
(197,169,198)
#CCB5CE
(204,181,206)
#D3C1D6
(211,193,214)
#DACDDE
(218,205,222)
#E1D9E6
(225,217,230)
#E8E5EE
(232,229,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A979A6; }

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

This text font color is #A979A6.


Background Color

.myBgColor { background-color: #A979A6; }

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

This div background color is #A979A6.


Border color

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

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

This div border color is #A979A6.


Opacity

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

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

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

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

This text has shadow with #A979A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A979A6 on black background.


Color preview on white background

This text has color #A979A6 on white background.



Black color preview on #A979A6 background

This text has black color on #A979A6 background.


White color preview on #A979A6 background

This text has white color on #A979A6 background.