COLOR #A997C9

HEX: #A997C9 RGB: (169,151,201)

Color info

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

RGB color model

#A997C9 color RGB value is (169,151,201).

RGB: (169,151,201) (66%, 59%, 79%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 201 of 255 = 79%

169
151
201

R + G + B ~ 68%. #A997C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 201 = 521 (100%)
R 169 of 521 ~ 32.44%
G 151 of 521 ~ 28.98%
B 201 of 521 ~ 38.58'%

%32.44
%28.98
%38.58

CMYK color model

#A997C9 color CMYK value is (16,25,0,21).

  • cyan value is 15.92%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (16,25,0,21)
C16M25Y0K21 (16%, 25%, 0%, 21%)
(0.16 / 0.25 / 0.00 / 0.21)

CMYK percentages

%15.92
%24.88
%0
%21.18

Codes

Color #A997C9 in popluar color models

A9 97 C9
RGB 169 151 201
HSL 262° 31.65% 69.02%
HSB/HSV 262° 24.88% 78.82%
CMYK 15.92% 24.88% 0.00%
21.18%

Color #A997C9 in popluar number systems.

HEX A9 97 C9
Decimal 169 151 201
Binary 10101001 10010111 11001001
Octal 251 227 311

Shades and tints

Shades of #A997C9

#A997C9
(169,151,201)
#9A8AB7
(154,138,183)
#8B7DA5
(139,125,165)
#7C7093
(124,112,147)
#6D6381
(109,99,129)
#5E566F
(94,86,111)
#4F495D
(79,73,93)
#403C4B
(64,60,75)
#312F39
(49,47,57)
#222227
(34,34,39)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A997C9

#A997C9
(169,151,201)
#B0A0CD
(176,160,205)
#B7A9D1
(183,169,209)
#BEB2D5
(190,178,213)
#C5BBD9
(197,187,217)
#CCC4DD
(204,196,221)
#D3CDE1
(211,205,225)
#DAD6E5
(218,214,229)
#E1DFE9
(225,223,233)
#E8E8ED
(232,232,237)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A997C9 color. Also use rgb(169,151,201) instead hex code.

Text Font Color

.myTextColor { color: #A997C9; }

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

This text font color is #A997C9.

Background Color

.myBgColor { background-color: #A997C9; }

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

This div background color is #A997C9.

Border color

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

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

This div border color is #A997C9.

Opacity

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

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

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

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

This text has shadow with #A997C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997C9.

Preview

Color preview on black background

This text has color #A997C9 on black background.


Color preview on white background

This text has color #A997C9 on white background.


Black color preview on #A997C9 background

This text has black color on #A997C9 background.


White color preview on #A997C9 background

This text has white color on #A997C9 background.


Related colors

Complementary color

Complementary color for #hex is #566836.


I love getcolorcode.com

Triadic colors

1 #C9A997 and #97C9A9 with #A997C9 are triadic colors.

2 #C997A9 and #97A9C9 with #A997C9 are triadic colors.