COLOR #A99DAF

HEX: #A99DAF
RGB: (169,157,175)

Color info

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

RGB color model

#A99DAF color RGB value is (169,157,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 175 of 255 = 69%

169
157
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 157 + 175 = 501 (100%)
R 169 of 501 ~ 33.73%
G 157 of 501 ~ 31.34%
B 175 of 501 ~ 34.93%

%33.73
%31.34
%34.93

CMYK color model

#A99DAF color CMYK value is (3,10,0,31).

  • cyan value is 3.43%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,10,0,31)
C3M10Y0K31 
(3%,10%,0%,31%)
(0.03/0.10/0.00/0.31)	

CMYK percentages

%3.43
%10.29
%0
%31.37

Codes

Color #A99DAF in popluar color models

A99DAF
RGB169157175
HSL280°10.11%65.10%
HSB/HSV280°10.29%68.63%
CMYK3.43%10.29%0.00%
31.37%

Color #A99DAF in popluar number systems.

HEXA99DAF
Decimal169157175
Binary101010011001110110101111
Octal251235257

Shades and tints

Shades of #A99DAF

#A99DAF
(169,157,175)
#9A8FA0
(154,143,160)
#8B8191
(139,129,145)
#7C7382
(124,115,130)
#6D6573
(109,101,115)
#5E5764
(94,87,100)
#4F4955
(79,73,85)
#403B46
(64,59,70)
#312D37
(49,45,55)
#221F28
(34,31,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #A99DAF

#A99DAF
(169,157,175)
#B0A5B6
(176,165,182)
#B7ADBD
(183,173,189)
#BEB5C4
(190,181,196)
#C5BDCB
(197,189,203)
#CCC5D2
(204,197,210)
#D3CDD9
(211,205,217)
#DAD5E0
(218,213,224)
#E1DDE7
(225,221,231)
#E8E5EE
(232,229,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99DAF; }

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

This text font color is #A99DAF.


Background Color

.myBgColor { background-color: #A99DAF; }

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

This div background color is #A99DAF.


Border color

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

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

This div border color is #A99DAF.


Opacity

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

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

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

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

This text has shadow with #A99DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99DAF on black background.


Color preview on white background

This text has color #A99DAF on white background.



Black color preview on #A99DAF background

This text has black color on #A99DAF background.


White color preview on #A99DAF background

This text has white color on #A99DAF background.