COLOR #A99EA3

HEX: #A99EA3
RGB: (169,158,163)

Color info

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

RGB color model

#A99EA3 color RGB value is (169,158,163).

  • red value is 169;
  • green value is 158;
  • blue value is 163.
RGB:
(169,158,163)
(66%,62%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 163 of 255 = 64%

169
158
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 163 = 490 (100%)
R 169 of 490 ~ 34.49%
G 158 of 490 ~ 32.24%
B 163 of 490 ~ 33.27%

%34.49
%32.24
%33.27

CMYK color model

#A99EA3 color CMYK value is (0,7,4,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(0,7,4,34)
C0M7Y4K34 
(0%,7%,4%,34%)
(0.00/0.07/0.04/0.34)	

CMYK percentages

%0
%6.51
%3.55
%33.73

Codes

Color #A99EA3 in popluar color models

A99EA3
RGB169158163
HSL333°6.01%64.12%
HSB/HSV333°6.51%66.27%
CMYK0.00%6.51%3.55%
33.73%

Color #A99EA3 in popluar number systems.

HEXA99EA3
Decimal169158163
Binary101010011001111010100011
Octal251236243

Shades and tints

Shades of #A99EA3

#A99EA3
(169,158,163)
#9A9095
(154,144,149)
#8B8287
(139,130,135)
#7C7479
(124,116,121)
#6D666B
(109,102,107)
#5E585D
(94,88,93)
#4F4A4F
(79,74,79)
#403C41
(64,60,65)
#312E33
(49,46,51)
#222025
(34,32,37)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A99EA3

#A99EA3
(169,158,163)
#B0A6AB
(176,166,171)
#B7AEB3
(183,174,179)
#BEB6BB
(190,182,187)
#C5BEC3
(197,190,195)
#CCC6CB
(204,198,203)
#D3CED3
(211,206,211)
#DAD6DB
(218,214,219)
#E1DEE3
(225,222,227)
#E8E6EB
(232,230,235)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EA3; }

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

This text font color is #A99EA3.


Background Color

.myBgColor { background-color: #A99EA3; }

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

This div background color is #A99EA3.


Border color

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

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

This div border color is #A99EA3.


Opacity

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

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

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

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

This text has shadow with #A99EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EA3 on black background.


Color preview on white background

This text has color #A99EA3 on white background.



Black color preview on #A99EA3 background

This text has black color on #A99EA3 background.


White color preview on #A99EA3 background

This text has white color on #A99EA3 background.