COLOR #A996B9

HEX: #A996B9 RGB: (169,150,185)

Color info

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

RGB color model

#A996B9 color RGB value is (169,150,185).

RGB: (169,150,185) (66%, 59%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 185 of 255 = 73%

169
150
185

R + G + B ~ 66%. #A996B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 185 = 504 (100%)
R 169 of 504 ~ 33.53%
G 150 of 504 ~ 29.76%
B 185 of 504 ~ 36.71'%

%33.53
%29.76
%36.71

CMYK color model

#A996B9 color CMYK value is (9,19,0,27).

  • cyan value is 8.65%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (9,19,0,27)
C9M19Y0K27 (9%, 19%, 0%, 27%)
(0.09 / 0.19 / 0.00 / 0.27)

CMYK percentages

%8.65
%18.92
%0
%27.45

Codes

Color #A996B9 in popluar color models

A9 96 B9
RGB 169 150 185
HSL 273° 20.00% 65.69%
HSB/HSV 273° 18.92% 72.55%
CMYK 8.65% 18.92% 0.00%
27.45%

Color #A996B9 in popluar number systems.

HEX A9 96 B9
Decimal 169 150 185
Binary 10101001 10010110 10111001
Octal 251 226 271

Shades and tints

Shades of #A996B9

#A996B9
(169,150,185)
#9A89A9
(154,137,169)
#8B7C99
(139,124,153)
#7C6F89
(124,111,137)
#6D6279
(109,98,121)
#5E5569
(94,85,105)
#4F4859
(79,72,89)
#403B49
(64,59,73)
#312E39
(49,46,57)
#222129
(34,33,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A996B9

#A996B9
(169,150,185)
#B09FBF
(176,159,191)
#B7A8C5
(183,168,197)
#BEB1CB
(190,177,203)
#C5BAD1
(197,186,209)
#CCC3D7
(204,195,215)
#D3CCDD
(211,204,221)
#DAD5E3
(218,213,227)
#E1DEE9
(225,222,233)
#E8E7EF
(232,231,239)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996B9; }

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

This text font color is #A996B9.

Background Color

.myBgColor { background-color: #A996B9; }

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

This div background color is #A996B9.

Border color

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

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

This div border color is #A996B9.

Opacity

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

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

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

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

This text has shadow with #A996B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A996B9.

Preview

Color preview on black background

This text has color #A996B9 on black background.


Color preview on white background

This text has color #A996B9 on white background.


Black color preview on #A996B9 background

This text has black color on #A996B9 background.


White color preview on #A996B9 background

This text has white color on #A996B9 background.


Related colors

Complementary color

Complementary color for #hex is #566946.


I love getcolorcode.com

Triadic colors

1 #B9A996 and #96B9A9 with #A996B9 are triadic colors.

2 #B996A9 and #96A9B9 with #A996B9 are triadic colors.