COLOR #A97DB6

HEX: #A97DB6 RGB: (169,125,182)

Color info

#A97DB6 contains red, green and blue colors in about the same proportion. Web safe color of #A97DB6 is #9966CC (or #96C).

RGB color model

#A97DB6 color RGB value is (169,125,182).

RGB: (169,125,182) (66%, 49%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 182 of 255 = 71%

169
125
182

R + G + B ~ 62%. #A97DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 125 + 182 = 476 (100%)
R 169 of 476 ~ 35.5%
G 125 of 476 ~ 26.26%
B 182 of 476 ~ 38.24'%

%35.5
%26.26
%38.24

CMYK color model

#A97DB6 color CMYK value is (7,31,0,29).

  • cyan value is 7.14%
  • magenta value is 31.32%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,31,0,29)
C7M31Y0K29 (7%, 31%, 0%, 29%)
(0.07 / 0.31 / 0.00 / 0.29)

CMYK percentages

%7.14
%31.32
%0
%28.63

Codes

Color #A97DB6 in popluar color models

A9 7D B6
RGB 169 125 182
HSL 286° 28.08% 60.20%
HSB/HSV 286° 31.32% 71.37%
CMYK 7.14% 31.32% 0.00%
28.63%

Color #A97DB6 in popluar number systems.

HEX A9 7D B6
Decimal 169 125 182
Binary 10101001 1111101 10110110
Octal 251 175 266

Shades and tints

Shades of #A97DB6

#A97DB6
(169,125,182)
#9A72A6
(154,114,166)
#8B6796
(139,103,150)
#7C5C86
(124,92,134)
#6D5176
(109,81,118)
#5E4666
(94,70,102)
#4F3B56
(79,59,86)
#403046
(64,48,70)
#312536
(49,37,54)
#221A26
(34,26,38)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A97DB6

#A97DB6
(169,125,182)
#B088BC
(176,136,188)
#B793C2
(183,147,194)
#BE9EC8
(190,158,200)
#C5A9CE
(197,169,206)
#CCB4D4
(204,180,212)
#D3BFDA
(211,191,218)
#DACAE0
(218,202,224)
#E1D5E6
(225,213,230)
#E8E0EC
(232,224,236)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97DB6 color. Also use rgb(169,125,182) instead hex code.

Text Font Color

.myTextColor { color: #A97DB6; }

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

This text font color is #A97DB6.

Background Color

.myBgColor { background-color: #A97DB6; }

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

This div background color is #A97DB6.

Border color

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

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

This div border color is #A97DB6.

Opacity

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

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

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

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

This text has shadow with #A97DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97DB6.

Preview

Color preview on black background

This text has color #A97DB6 on black background.


Color preview on white background

This text has color #A97DB6 on white background.


Black color preview on #A97DB6 background

This text has black color on #A97DB6 background.


White color preview on #A97DB6 background

This text has white color on #A97DB6 background.


Related colors

Complementary color

Complementary color for #hex is #568249.


I love getcolorcode.com

Triadic colors

1 #B6A97D and #7DB6A9 with #A97DB6 are triadic colors.

2 #B67DA9 and #7DA9B6 with #A97DB6 are triadic colors.