COLOR #A99FA7

HEX: #A99FA7
RGB: (169,159,167)

Color info

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

RGB color model

#A99FA7 color RGB value is (169,159,167).

  • red value is 169;
  • green value is 159;
  • blue value is 167.
RGB:
(169,159,167)
(66%,62%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 159 of 255 = 62%
B 167 of 255 = 65%

169
159
167

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

Portions of RGB colors in percentages

R + G + B =
169 + 159 + 167 = 495 (100%)
R 169 of 495 ~ 34.14%
G 159 of 495 ~ 32.12%
B 167 of 495 ~ 33.74%

%34.14
%32.12
%33.74

CMYK color model

#A99FA7 color CMYK value is (0,6,1,34).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 1.18%
  • key color value is 33.73%
CMYK:
(0,6,1,34)
C0M6Y1K34 
(0%,6%,1%,34%)
(0.00/0.06/0.01/0.34)	

CMYK percentages

%0
%5.92
%1.18
%33.73

Codes

Color #A99FA7 in popluar color models

A99FA7
RGB169159167
HSL312°5.49%64.31%
HSB/HSV312°5.92%66.27%
CMYK0.00%5.92%1.18%
33.73%

Color #A99FA7 in popluar number systems.

HEXA99FA7
Decimal169159167
Binary101010011001111110100111
Octal251237247

Shades and tints

Shades of #A99FA7

#A99FA7
(169,159,167)
#9A9198
(154,145,152)
#8B8389
(139,131,137)
#7C757A
(124,117,122)
#6D676B
(109,103,107)
#5E595C
(94,89,92)
#4F4B4D
(79,75,77)
#403D3E
(64,61,62)
#312F2F
(49,47,47)
#222120
(34,33,32)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A99FA7

#A99FA7
(169,159,167)
#B0A7AF
(176,167,175)
#B7AFB7
(183,175,183)
#BEB7BF
(190,183,191)
#C5BFC7
(197,191,199)
#CCC7CF
(204,199,207)
#D3CFD7
(211,207,215)
#DAD7DF
(218,215,223)
#E1DFE7
(225,223,231)
#E8E7EF
(232,231,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99FA7; }

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

This text font color is #A99FA7.


Background Color

.myBgColor { background-color: #A99FA7; }

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

This div background color is #A99FA7.


Border color

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

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

This div border color is #A99FA7.


Opacity

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

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

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

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

This text has shadow with #A99FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99FA7 on black background.


Color preview on white background

This text has color #A99FA7 on white background.



Black color preview on #A99FA7 background

This text has black color on #A99FA7 background.


White color preview on #A99FA7 background

This text has white color on #A99FA7 background.