COLOR #AA9DBF

HEX: #AA9DBF RGB: (170,157,191)

Color info

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

RGB color model

#AA9DBF color RGB value is (170,157,191).

RGB: (170,157,191) (67%, 62%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 191 of 255 = 75%

170
157
191

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

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 191 = 518 (100%)
R 170 of 518 ~ 32.82%
G 157 of 518 ~ 30.31%
B 191 of 518 ~ 36.87'%

%32.82
%30.31
%36.87

CMYK color model

#AA9DBF color CMYK value is (11,18,0,25).

  • cyan value is 10.99%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (11,18,0,25)
C11M18Y0K25 (11%, 18%, 0%, 25%)
(0.11 / 0.18 / 0.00 / 0.25)

CMYK percentages

%10.99
%17.8
%0
%25.1

Codes

Color #AA9DBF in popluar color models

AA 9D BF
RGB 170 157 191
HSL 263° 20.99% 68.24%
HSB/HSV 263° 17.80% 74.90%
CMYK 10.99% 17.80% 0.00%
25.10%

Color #AA9DBF in popluar number systems.

HEX AA 9D BF
Decimal 170 157 191
Binary 10101010 10011101 10111111
Octal 252 235 277

Shades and tints

Shades of #AA9DBF

#AA9DBF
(170,157,191)
#9B8FAE
(155,143,174)
#8C819D
(140,129,157)
#7D738C
(125,115,140)
#6E657B
(110,101,123)
#5F576A
(95,87,106)
#504959
(80,73,89)
#413B48
(65,59,72)
#322D37
(50,45,55)
#231F26
(35,31,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AA9DBF

#AA9DBF
(170,157,191)
#B1A5C4
(177,165,196)
#B8ADC9
(184,173,201)
#BFB5CE
(191,181,206)
#C6BDD3
(198,189,211)
#CDC5D8
(205,197,216)
#D4CDDD
(212,205,221)
#DBD5E2
(219,213,226)
#E2DDE7
(226,221,231)
#E9E5EC
(233,229,236)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9DBF color. Also use rgb(170,157,191) instead hex code.

Text Font Color

.myTextColor { color: #AA9DBF; }

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

This text font color is #AA9DBF.

Background Color

.myBgColor { background-color: #AA9DBF; }

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

This div background color is #AA9DBF.

Border color

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

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

This div border color is #AA9DBF.

Opacity

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

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

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

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

This text has shadow with #AA9DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9DBF.

Preview

Color preview on black background

This text has color #AA9DBF on black background.


Color preview on white background

This text has color #AA9DBF on white background.


Black color preview on #AA9DBF background

This text has black color on #AA9DBF background.


White color preview on #AA9DBF background

This text has white color on #AA9DBF background.


Related colors

Complementary color

Complementary color for #hex is #556240.


I love getcolorcode.com

Triadic colors

1 #BFAA9D and #9DBFAA with #AA9DBF are triadic colors.

2 #BF9DAA and #9DAABF with #AA9DBF are triadic colors.