COLOR #A97EA6

HEX: #A97EA6 RGB: (169,126,166)

Color info

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

RGB color model

#A97EA6 color RGB value is (169,126,166).

RGB: (169,126,166) (66%, 49%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 166 of 255 = 65%

169
126
166

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

Portions of RGB colors in percentages

R + G + B = 169 + 126 + 166 = 461 (100%)
R 169 of 461 ~ 36.66%
G 126 of 461 ~ 27.33%
B 166 of 461 ~ 36.01'%

%36.66
%27.33
%36.01

CMYK color model

#A97EA6 color CMYK value is (0,25,2,34).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 1.78%
  • key color value is 33.73%

CMYK: (0,25,2,34)
C0M25Y2K34 (0%, 25%, 2%, 34%)
(0.00 / 0.25 / 0.02 / 0.34)

CMYK percentages

%0
%25.44
%1.78
%33.73

Codes

Color #A97EA6 in popluar color models

A9 7E A6
RGB 169 126 166
HSL 304° 20.00% 57.84%
HSB/HSV 304° 25.44% 66.27%
CMYK 0.00% 25.44% 1.78%
33.73%

Color #A97EA6 in popluar number systems.

HEX A9 7E A6
Decimal 169 126 166
Binary 10101001 1111110 10100110
Octal 251 176 246

Shades and tints

Shades of #A97EA6

#A97EA6
(169,126,166)
#9A7397
(154,115,151)
#8B6888
(139,104,136)
#7C5D79
(124,93,121)
#6D526A
(109,82,106)
#5E475B
(94,71,91)
#4F3C4C
(79,60,76)
#40313D
(64,49,61)
#31262E
(49,38,46)
#221B1F
(34,27,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A97EA6

#A97EA6
(169,126,166)
#B089AE
(176,137,174)
#B794B6
(183,148,182)
#BE9FBE
(190,159,190)
#C5AAC6
(197,170,198)
#CCB5CE
(204,181,206)
#D3C0D6
(211,192,214)
#DACBDE
(218,203,222)
#E1D6E6
(225,214,230)
#E8E1EE
(232,225,238)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97EA6; }

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

This text font color is #A97EA6.

Background Color

.myBgColor { background-color: #A97EA6; }

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

This div background color is #A97EA6.

Border color

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

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

This div border color is #A97EA6.

Opacity

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

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

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

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

This text has shadow with #A97EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97EA6.

Preview

Color preview on black background

This text has color #A97EA6 on black background.


Color preview on white background

This text has color #A97EA6 on white background.


Black color preview on #A97EA6 background

This text has black color on #A97EA6 background.


White color preview on #A97EA6 background

This text has white color on #A97EA6 background.


Related colors

Complementary color

Complementary color for #hex is #568159.


I love getcolorcode.com

Triadic colors

1 #A6A97E and #7EA6A9 with #A97EA6 are triadic colors.

2 #A67EA9 and #7EA9A6 with #A97EA6 are triadic colors.