COLOR #A99EC9

HEX: #A99EC9
RGB: (169,158,201)

Color info

#A99EC9 contains red, green and blue colors in about the same proportion. Web safe color of #A99EC9 is #9999CC (or #99C).

RGB color model

#A99EC9 color RGB value is (169,158,201).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 201 of 255 = 79%

169
158
201

R + G + B ~ 69%. #A99EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 201 = 528 (100%)
R 169 of 528 ~ 32.01%
G 158 of 528 ~ 29.92%
B 201 of 528 ~ 38.07%

%32.01
%29.92
%38.07

CMYK color model

#A99EC9 color CMYK value is (16,21,0,21).

  • cyan value is 15.92%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(16,21,0,21)
C16M21Y0K21 
(16%,21%,0%,21%)
(0.16/0.21/0.00/0.21)	

CMYK percentages

%15.92
%21.39
%0
%21.18

Codes

Color #A99EC9 in popluar color models

A99EC9
RGB169158201
HSL255°28.48%70.39%
HSB/HSV255°21.39%78.82%
CMYK15.92%21.39%0.00%
21.18%

Color #A99EC9 in popluar number systems.

HEXA99EC9
Decimal169158201
Binary101010011001111011001001
Octal251236311

Shades and tints

Shades of #A99EC9

#A99EC9
(169,158,201)
#9A90B7
(154,144,183)
#8B82A5
(139,130,165)
#7C7493
(124,116,147)
#6D6681
(109,102,129)
#5E586F
(94,88,111)
#4F4A5D
(79,74,93)
#403C4B
(64,60,75)
#312E39
(49,46,57)
#222027
(34,32,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A99EC9

#A99EC9
(169,158,201)
#B0A6CD
(176,166,205)
#B7AED1
(183,174,209)
#BEB6D5
(190,182,213)
#C5BED9
(197,190,217)
#CCC6DD
(204,198,221)
#D3CEE1
(211,206,225)
#DAD6E5
(218,214,229)
#E1DEE9
(225,222,233)
#E8E6ED
(232,230,237)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EC9; }

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

This text font color is #A99EC9.


Background Color

.myBgColor { background-color: #A99EC9; }

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

This div background color is #A99EC9.


Border color

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

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

This div border color is #A99EC9.


Opacity

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

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

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

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

This text has shadow with #A99EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EC9 on black background.


Color preview on white background

This text has color #A99EC9 on white background.



Black color preview on #A99EC9 background

This text has black color on #A99EC9 background.


White color preview on #A99EC9 background

This text has white color on #A99EC9 background.