COLOR #A9A9DE

HEX: #A9A9DE
RGB: (169,169,222)

Color info

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

RGB color model

#A9A9DE color RGB value is (169,169,222).

  • red value is 169;
  • green value is 169;
  • blue value is 222.
RGB:
(169,169,222)
(66%,66%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 222 of 255 = 87%

169
169
222

R + G + B ~ 73%. #A9A9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 222 = 560 (100%)
R 169 of 560 ~ 30.18%
G 169 of 560 ~ 30.18%
B 222 of 560 ~ 39.64%

%30.18
%30.18
%39.64

CMYK color model

#A9A9DE color CMYK value is (24,24,0,13).

  • cyan value is 23.87%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,24,0,13)
C24M24Y0K13 
(24%,24%,0%,13%)
(0.24/0.24/0.00/0.13)	

CMYK percentages

%23.87
%23.87
%0
%12.94

Codes

Color #A9A9DE in popluar color models

A9A9DE
RGB169169222
HSL240°44.54%76.67%
HSB/HSV240°23.87%87.06%
CMYK23.87%23.87%0.00%
12.94%

Color #A9A9DE in popluar number systems.

HEXA9A9DE
Decimal169169222
Binary101010011010100111011110
Octal251251336

Shades and tints

Shades of #A9A9DE

#A9A9DE
(169,169,222)
#9A9ACA
(154,154,202)
#8B8BB6
(139,139,182)
#7C7CA2
(124,124,162)
#6D6D8E
(109,109,142)
#5E5E7A
(94,94,122)
#4F4F66
(79,79,102)
#404052
(64,64,82)
#31313E
(49,49,62)
#22222A
(34,34,42)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A9A9DE

#A9A9DE
(169,169,222)
#B0B0E1
(176,176,225)
#B7B7E4
(183,183,228)
#BEBEE7
(190,190,231)
#C5C5EA
(197,197,234)
#CCCCED
(204,204,237)
#D3D3F0
(211,211,240)
#DADAF3
(218,218,243)
#E1E1F6
(225,225,246)
#E8E8F9
(232,232,249)
#EFEFFC
(239,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9DE; }

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

This text font color is #A9A9DE.


Background Color

.myBgColor { background-color: #A9A9DE; }

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

This div background color is #A9A9DE.


Border color

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

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

This div border color is #A9A9DE.


Opacity

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

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

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

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

This text has shadow with #A9A9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A9DE on black background.


Color preview on white background

This text has color #A9A9DE on white background.



Black color preview on #A9A9DE background

This text has black color on #A9A9DE background.


White color preview on #A9A9DE background

This text has white color on #A9A9DE background.