COLOR #AA9FBE

HEX: #AA9FBE RGB: (170,159,190)

Color info

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

RGB color model

#AA9FBE color RGB value is (170,159,190).

RGB: (170,159,190) (67%, 62%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 190 of 255 = 75%

170
159
190

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

Portions of RGB colors in percentages

R + G + B = 170 + 159 + 190 = 519 (100%)
R 170 of 519 ~ 32.76%
G 159 of 519 ~ 30.64%
B 190 of 519 ~ 36.61'%

%32.76
%30.64
%36.61

CMYK color model

#AA9FBE color CMYK value is (11,16,0,25).

  • cyan value is 10.53%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (11,16,0,25) C11M16Y0K25 (11%,16%,0%,25%) (0.11/0.16/0.00/0.25) 

CMYK percentages

%10.53
%16.32
%0
%25.49

Codes

Color #AA9FBE in popluar color models

AA 9F BE
RGB 170 159 190
HSL 261° 19.25% 68.43%
HSB/HSV 261° 16.32% 74.51%
CMYK 10.53% 16.32% 0.00%
25.49%

Color #AA9FBE in popluar number systems.

HEX AA 9F BE
Decimal 170 159 190
Binary 10101010 10011111 10111110
Octal 252 237 276

Shades and tints

Shades of #AA9FBE

#AA9FBE
(170,159,190)
#9B91AD
(155,145,173)
#8C839C
(140,131,156)
#7D758B
(125,117,139)
#6E677A
(110,103,122)
#5F5969
(95,89,105)
#504B58
(80,75,88)
#413D47
(65,61,71)
#322F36
(50,47,54)
#232125
(35,33,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA9FBE

#AA9FBE
(170,159,190)
#B1A7C3
(177,167,195)
#B8AFC8
(184,175,200)
#BFB7CD
(191,183,205)
#C6BFD2
(198,191,210)
#CDC7D7
(205,199,215)
#D4CFDC
(212,207,220)
#DBD7E1
(219,215,225)
#E2DFE6
(226,223,230)
#E9E7EB
(233,231,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9FBE color. Also use rgb(170,159,190) instead hex code.

Text Font Color

.myTextColor { color: #AA9FBE; }

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

This text font color is #AA9FBE.

Background Color

.myBgColor { background-color: #AA9FBE; }

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

This div background color is #AA9FBE.

Border color

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

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

This div border color is #AA9FBE.

Opacity

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

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

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

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

This text has shadow with #AA9FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9FBE.

Preview

Color preview on black background

This text has color #AA9FBE on black background.


Color preview on white background

This text has color #AA9FBE on white background.


Black color preview on #AA9FBE background

This text has black color on #AA9FBE background.


White color preview on #AA9FBE background

This text has white color on #AA9FBE background.


Related colors

Complementary color

Complementary color for #hex is #556041.


I love getcolorcode.com

Triadic colors

1 #BEAA9F and #9FBEAA with #AA9FBE are triadic colors.

2 #BE9FAA and #9FAABE with #AA9FBE are triadic colors.