COLOR #A99EAD

HEX: #A99EAD
RGB: (169,158,173)

Color info

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

RGB color model

#A99EAD color RGB value is (169,158,173).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 173 of 255 = 68%

169
158
173

R + G + B ~ 65%. #A99EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 173 = 500 (100%)
R 169 of 500 ~ 33.8%
G 158 of 500 ~ 31.6%
B 173 of 500 ~ 34.6%

%33.8
%31.6
%34.6

CMYK color model

#A99EAD color CMYK value is (2,9,0,32).

  • cyan value is 2.31%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,9,0,32)
C2M9Y0K32 
(2%,9%,0%,32%)
(0.02/0.09/0.00/0.32)	

CMYK percentages

%2.31
%8.67
%0
%32.16

Codes

Color #A99EAD in popluar color models

A99EAD
RGB169158173
HSL284°8.38%64.90%
HSB/HSV284°8.67%67.84%
CMYK2.31%8.67%0.00%
32.16%

Color #A99EAD in popluar number systems.

HEXA99EAD
Decimal169158173
Binary101010011001111010101101
Octal251236255

Shades and tints

Shades of #A99EAD

#A99EAD
(169,158,173)
#9A909E
(154,144,158)
#8B828F
(139,130,143)
#7C7480
(124,116,128)
#6D6671
(109,102,113)
#5E5862
(94,88,98)
#4F4A53
(79,74,83)
#403C44
(64,60,68)
#312E35
(49,46,53)
#222026
(34,32,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A99EAD

#A99EAD
(169,158,173)
#B0A6B4
(176,166,180)
#B7AEBB
(183,174,187)
#BEB6C2
(190,182,194)
#C5BEC9
(197,190,201)
#CCC6D0
(204,198,208)
#D3CED7
(211,206,215)
#DAD6DE
(218,214,222)
#E1DEE5
(225,222,229)
#E8E6EC
(232,230,236)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EAD; }

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

This text font color is #A99EAD.


Background Color

.myBgColor { background-color: #A99EAD; }

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

This div background color is #A99EAD.


Border color

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

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

This div border color is #A99EAD.


Opacity

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

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

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

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

This text has shadow with #A99EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EAD on black background.


Color preview on white background

This text has color #A99EAD on white background.



Black color preview on #A99EAD background

This text has black color on #A99EAD background.


White color preview on #A99EAD background

This text has white color on #A99EAD background.