COLOR #A99DA1

HEX: #A99DA1
RGB: (169,157,161)

Color info

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

RGB color model

#A99DA1 color RGB value is (169,157,161).

  • red value is 169;
  • green value is 157;
  • blue value is 161.
RGB:
(169,157,161)
(66%,62%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 161 of 255 = 63%

169
157
161

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

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 161 = 487 (100%)
R 169 of 487 ~ 34.7%
G 157 of 487 ~ 32.24%
B 161 of 487 ~ 33.06%

%34.7
%32.24
%33.06

CMYK color model

#A99DA1 color CMYK value is (0,7,5,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,7,5,34)
C0M7Y5K34 
(0%,7%,5%,34%)
(0.00/0.07/0.05/0.34)	

CMYK percentages

%0
%7.1
%4.73
%33.73

Codes

Color #A99DA1 in popluar color models

A99DA1
RGB169157161
HSL340°6.52%63.92%
HSB/HSV340°7.10%66.27%
CMYK0.00%7.10%4.73%
33.73%

Color #A99DA1 in popluar number systems.

HEXA99DA1
Decimal169157161
Binary101010011001110110100001
Octal251235241

Shades and tints

Shades of #A99DA1

#A99DA1
(169,157,161)
#9A8F93
(154,143,147)
#8B8185
(139,129,133)
#7C7377
(124,115,119)
#6D6569
(109,101,105)
#5E575B
(94,87,91)
#4F494D
(79,73,77)
#403B3F
(64,59,63)
#312D31
(49,45,49)
#221F23
(34,31,35)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A99DA1

#A99DA1
(169,157,161)
#B0A5A9
(176,165,169)
#B7ADB1
(183,173,177)
#BEB5B9
(190,181,185)
#C5BDC1
(197,189,193)
#CCC5C9
(204,197,201)
#D3CDD1
(211,205,209)
#DAD5D9
(218,213,217)
#E1DDE1
(225,221,225)
#E8E5E9
(232,229,233)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99DA1; }

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

This text font color is #A99DA1.


Background Color

.myBgColor { background-color: #A99DA1; }

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

This div background color is #A99DA1.


Border color

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

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

This div border color is #A99DA1.


Opacity

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

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

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

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

This text has shadow with #A99DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99DA1 on black background.


Color preview on white background

This text has color #A99DA1 on white background.



Black color preview on #A99DA1 background

This text has black color on #A99DA1 background.


White color preview on #A99DA1 background

This text has white color on #A99DA1 background.