COLOR #A99BA9

HEX: #A99BA9
RGB: (169,155,169)

Color info

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

RGB color model

#A99BA9 color RGB value is (169,155,169).

  • red value is 169;
  • green value is 155;
  • blue value is 169.
RGB:
(169,155,169)
(66%,61%,66%)

RGB channels and saturation

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

169
155
169

R + G + B ~ 64%. #A99BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 169 = 493 (100%)
R 169 of 493 ~ 34.28%
G 155 of 493 ~ 31.44%
B 169 of 493 ~ 34.28%

%34.28
%31.44
%34.28

CMYK color model

#A99BA9 color CMYK value is (0,8,0,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(0,8,0,34)
C0M8Y0K34 
(0%,8%,0%,34%)
(0.00/0.08/0.00/0.34)	

CMYK percentages

%0
%8.28
%0
%33.73

Codes

Color #A99BA9 in popluar color models

A99BA9
RGB169155169
HSL300°7.53%63.53%
HSB/HSV300°8.28%66.27%
CMYK0.00%8.28%0.00%
33.73%

Color #A99BA9 in popluar number systems.

HEXA99BA9
Decimal169155169
Binary101010011001101110101001
Octal251233251

Shades and tints

Shades of #A99BA9

#A99BA9
(169,155,169)
#9A8D9A
(154,141,154)
#8B7F8B
(139,127,139)
#7C717C
(124,113,124)
#6D636D
(109,99,109)
#5E555E
(94,85,94)
#4F474F
(79,71,79)
#403940
(64,57,64)
#312B31
(49,43,49)
#221D22
(34,29,34)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A99BA9

#A99BA9
(169,155,169)
#B0A4B0
(176,164,176)
#B7ADB7
(183,173,183)
#BEB6BE
(190,182,190)
#C5BFC5
(197,191,197)
#CCC8CC
(204,200,204)
#D3D1D3
(211,209,211)
#DADADA
(218,218,218)
#E1E3E1
(225,227,225)
#E8ECE8
(232,236,232)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BA9; }

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

This text font color is #A99BA9.


Background Color

.myBgColor { background-color: #A99BA9; }

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

This div background color is #A99BA9.


Border color

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

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

This div border color is #A99BA9.


Opacity

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

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

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

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

This text has shadow with #A99BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BA9 on black background.


Color preview on white background

This text has color #A99BA9 on white background.



Black color preview on #A99BA9 background

This text has black color on #A99BA9 background.


White color preview on #A99BA9 background

This text has white color on #A99BA9 background.