COLOR #A996B1

HEX: #A996B1 RGB: (169,150,177)

Color info

#A996B1 contains red, green and blue colors in about the same proportion. Web safe color of #A996B1 is #999999 (or #999).

RGB color model

#A996B1 color RGB value is (169,150,177).

RGB: (169,150,177) (66%, 59%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 177 of 255 = 69%

169
150
177

R + G + B ~ 65%. #A996B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 177 = 496 (100%)
R 169 of 496 ~ 34.07%
G 150 of 496 ~ 30.24%
B 177 of 496 ~ 35.69'%

%34.07
%30.24
%35.69

CMYK color model

#A996B1 color CMYK value is (5,15,0,31).

  • cyan value is 4.52%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (5,15,0,31)
C5M15Y0K31 (5%, 15%, 0%, 31%)
(0.05 / 0.15 / 0.00 / 0.31)

CMYK percentages

%4.52
%15.25
%0
%30.59

Codes

Color #A996B1 in popluar color models

A9 96 B1
RGB 169 150 177
HSL 282° 14.75% 64.12%
HSB/HSV 282° 15.25% 69.41%
CMYK 4.52% 15.25% 0.00%
30.59%

Color #A996B1 in popluar number systems.

HEX A9 96 B1
Decimal 169 150 177
Binary 10101001 10010110 10110001
Octal 251 226 261

Shades and tints

Shades of #A996B1

#A996B1
(169,150,177)
#9A89A1
(154,137,161)
#8B7C91
(139,124,145)
#7C6F81
(124,111,129)
#6D6271
(109,98,113)
#5E5561
(94,85,97)
#4F4851
(79,72,81)
#403B41
(64,59,65)
#312E31
(49,46,49)
#222121
(34,33,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A996B1

#A996B1
(169,150,177)
#B09FB8
(176,159,184)
#B7A8BF
(183,168,191)
#BEB1C6
(190,177,198)
#C5BACD
(197,186,205)
#CCC3D4
(204,195,212)
#D3CCDB
(211,204,219)
#DAD5E2
(218,213,226)
#E1DEE9
(225,222,233)
#E8E7F0
(232,231,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996B1 color. Also use rgb(169,150,177) instead hex code.

Text Font Color

.myTextColor { color: #A996B1; }

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

This text font color is #A996B1.

Background Color

.myBgColor { background-color: #A996B1; }

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

This div background color is #A996B1.

Border color

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

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

This div border color is #A996B1.

Opacity

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

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

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

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

This text has shadow with #A996B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A996B1.

Preview

Color preview on black background

This text has color #A996B1 on black background.


Color preview on white background

This text has color #A996B1 on white background.


Black color preview on #A996B1 background

This text has black color on #A996B1 background.


White color preview on #A996B1 background

This text has white color on #A996B1 background.


Related colors

Complementary color

Complementary color for #hex is #56694E.


I love getcolorcode.com

Triadic colors

1 #B1A996 and #96B1A9 with #A996B1 are triadic colors.

2 #B196A9 and #96A9B1 with #A996B1 are triadic colors.