COLOR #A99BB5

HEX: #A99BB5 RGB: (169,155,181)

Color info

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

RGB color model

#A99BB5 color RGB value is (169,155,181).

RGB: (169,155,181) (66%, 61%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 181 of 255 = 71%

169
155
181

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

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 181 = 505 (100%)
R 169 of 505 ~ 33.47%
G 155 of 505 ~ 30.69%
B 181 of 505 ~ 35.84'%

%33.47
%30.69
%35.84

CMYK color model

#A99BB5 color CMYK value is (7,14,0,29).

  • cyan value is 6.63%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,14,0,29)
C7M14Y0K29 (7%, 14%, 0%, 29%)
(0.07 / 0.14 / 0.00 / 0.29)

CMYK percentages

%6.63
%14.36
%0
%29.02

Codes

Color #A99BB5 in popluar color models

A9 9B B5
RGB 169 155 181
HSL 272° 14.94% 65.88%
HSB/HSV 272° 14.36% 70.98%
CMYK 6.63% 14.36% 0.00%
29.02%

Color #A99BB5 in popluar number systems.

HEX A9 9B B5
Decimal 169 155 181
Binary 10101001 10011011 10110101
Octal 251 233 265

Shades and tints

Shades of #A99BB5

#A99BB5
(169,155,181)
#9A8DA5
(154,141,165)
#8B7F95
(139,127,149)
#7C7185
(124,113,133)
#6D6375
(109,99,117)
#5E5565
(94,85,101)
#4F4755
(79,71,85)
#403945
(64,57,69)
#312B35
(49,43,53)
#221D25
(34,29,37)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A99BB5

#A99BB5
(169,155,181)
#B0A4BB
(176,164,187)
#B7ADC1
(183,173,193)
#BEB6C7
(190,182,199)
#C5BFCD
(197,191,205)
#CCC8D3
(204,200,211)
#D3D1D9
(211,209,217)
#DADADF
(218,218,223)
#E1E3E5
(225,227,229)
#E8ECEB
(232,236,235)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BB5; }

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

This text font color is #A99BB5.

Background Color

.myBgColor { background-color: #A99BB5; }

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

This div background color is #A99BB5.

Border color

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

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

This div border color is #A99BB5.

Opacity

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

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

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

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

This text has shadow with #A99BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99BB5.

Preview

Color preview on black background

This text has color #A99BB5 on black background.


Color preview on white background

This text has color #A99BB5 on white background.


Black color preview on #A99BB5 background

This text has black color on #A99BB5 background.


White color preview on #A99BB5 background

This text has white color on #A99BB5 background.


Related colors

Complementary color

Complementary color for #hex is #56644A.


I love getcolorcode.com

Triadic colors

1 #B5A99B and #9BB5A9 with #A99BB5 are triadic colors.

2 #B59BA9 and #9BA9B5 with #A99BB5 are triadic colors.