COLOR #A99DBB

HEX: #A99DBB RGB: (169,157,187)

Color info

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

RGB color model

#A99DBB color RGB value is (169,157,187).

RGB: (169,157,187) (66%, 62%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 187 of 255 = 73%

169
157
187

R + G + B ~ 67%. #A99DBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 187 = 513 (100%)
R 169 of 513 ~ 32.94%
G 157 of 513 ~ 30.6%
B 187 of 513 ~ 36.45'%

%32.94
%30.6
%36.45

CMYK color model

#A99DBB color CMYK value is (10,16,0,27).

  • cyan value is 9.63%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,16,0,27)
C10M16Y0K27 (10%, 16%, 0%, 27%)
(0.10 / 0.16 / 0.00 / 0.27)

CMYK percentages

%9.63
%16.04
%0
%26.67

Codes

Color #A99DBB in popluar color models

A9 9D BB
RGB 169 157 187
HSL 264° 18.07% 67.45%
HSB/HSV 264° 16.04% 73.33%
CMYK 9.63% 16.04% 0.00%
26.67%

Color #A99DBB in popluar number systems.

HEX A9 9D BB
Decimal 169 157 187
Binary 10101001 10011101 10111011
Octal 251 235 273

Shades and tints

Shades of #A99DBB

#A99DBB
(169,157,187)
#9A8FAA
(154,143,170)
#8B8199
(139,129,153)
#7C7388
(124,115,136)
#6D6577
(109,101,119)
#5E5766
(94,87,102)
#4F4955
(79,73,85)
#403B44
(64,59,68)
#312D33
(49,45,51)
#221F22
(34,31,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A99DBB

#A99DBB
(169,157,187)
#B0A5C1
(176,165,193)
#B7ADC7
(183,173,199)
#BEB5CD
(190,181,205)
#C5BDD3
(197,189,211)
#CCC5D9
(204,197,217)
#D3CDDF
(211,205,223)
#DAD5E5
(218,213,229)
#E1DDEB
(225,221,235)
#E8E5F1
(232,229,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99DBB color. Also use rgb(169,157,187) instead hex code.

Text Font Color

.myTextColor { color: #A99DBB; }

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

This text font color is #A99DBB.

Background Color

.myBgColor { background-color: #A99DBB; }

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

This div background color is #A99DBB.

Border color

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

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

This div border color is #A99DBB.

Opacity

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

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

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

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

This text has shadow with #A99DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99DBB.

Preview

Color preview on black background

This text has color #A99DBB on black background.


Color preview on white background

This text has color #A99DBB on white background.


Black color preview on #A99DBB background

This text has black color on #A99DBB background.


White color preview on #A99DBB background

This text has white color on #A99DBB background.


Related colors

Complementary color

Complementary color for #hex is #566244.


I love getcolorcode.com

Triadic colors

1 #BBA99D and #9DBBA9 with #A99DBB are triadic colors.

2 #BB9DA9 and #9DA9BB with #A99DBB are triadic colors.