COLOR #A99BB1

HEX: #A99BB1 RGB: (169,155,177)

Color info

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

RGB color model

#A99BB1 color RGB value is (169,155,177).

RGB: (169,155,177) (66%, 61%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 177 of 255 = 69%

169
155
177

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

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 177 = 501 (100%)
R 169 of 501 ~ 33.73%
G 155 of 501 ~ 30.94%
B 177 of 501 ~ 35.33'%

%33.73
%30.94
%35.33

CMYK color model

#A99BB1 color CMYK value is (5,12,0,31).

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

CMYK: (5,12,0,31)
C5M12Y0K31 (5%, 12%, 0%, 31%)
(0.05 / 0.12 / 0.00 / 0.31)

CMYK percentages

%4.52
%12.43
%0
%30.59

Codes

Color #A99BB1 in popluar color models

A9 9B B1
RGB 169 155 177
HSL 278° 12.36% 65.10%
HSB/HSV 278° 12.43% 69.41%
CMYK 4.52% 12.43% 0.00%
30.59%

Color #A99BB1 in popluar number systems.

HEX A9 9B B1
Decimal 169 155 177
Binary 10101001 10011011 10110001
Octal 251 233 261

Shades and tints

Shades of #A99BB1

#A99BB1
(169,155,177)
#9A8DA1
(154,141,161)
#8B7F91
(139,127,145)
#7C7181
(124,113,129)
#6D6371
(109,99,113)
#5E5561
(94,85,97)
#4F4751
(79,71,81)
#403941
(64,57,65)
#312B31
(49,43,49)
#221D21
(34,29,33)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A99BB1

#A99BB1
(169,155,177)
#B0A4B8
(176,164,184)
#B7ADBF
(183,173,191)
#BEB6C6
(190,182,198)
#C5BFCD
(197,191,205)
#CCC8D4
(204,200,212)
#D3D1DB
(211,209,219)
#DADAE2
(218,218,226)
#E1E3E9
(225,227,233)
#E8ECF0
(232,236,240)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BB1; }

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

This text font color is #A99BB1.

Background Color

.myBgColor { background-color: #A99BB1; }

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

This div background color is #A99BB1.

Border color

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

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

This div border color is #A99BB1.

Opacity

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

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

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

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

This text has shadow with #A99BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99BB1.

Preview

Color preview on black background

This text has color #A99BB1 on black background.


Color preview on white background

This text has color #A99BB1 on white background.


Black color preview on #A99BB1 background

This text has black color on #A99BB1 background.


White color preview on #A99BB1 background

This text has white color on #A99BB1 background.


Related colors

Complementary color

Complementary color for #hex is #56644E.


I love getcolorcode.com

Triadic colors

1 #B1A99B and #9BB1A9 with #A99BB1 are triadic colors.

2 #B19BA9 and #9BA9B1 with #A99BB1 are triadic colors.