COLOR #A9A9D8

HEX: #A9A9D8 RGB: (169,169,216)

Color info

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

RGB color model

#A9A9D8 color RGB value is (169,169,216).

RGB: (169,169,216) (66%, 66%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 216 of 255 = 85%

169
169
216

R + G + B ~ 72%. #A9A9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 169 + 216 = 554 (100%)
R 169 of 554 ~ 30.51%
G 169 of 554 ~ 30.51%
B 216 of 554 ~ 38.99'%

%30.51
%30.51
%38.99

CMYK color model

#A9A9D8 color CMYK value is (22,22,0,15).

  • cyan value is 21.76%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (22,22,0,15)
C22M22Y0K15 (22%, 22%, 0%, 15%)
(0.22 / 0.22 / 0.00 / 0.15)

CMYK percentages

%21.76
%21.76
%0
%15.29

Codes

Color #A9A9D8 in popluar color models

A9 A9 D8
RGB 169 169 216
HSL 240° 37.60% 75.49%
HSB/HSV 240° 21.76% 84.71%
CMYK 21.76% 21.76% 0.00%
15.29%

Color #A9A9D8 in popluar number systems.

HEX A9 A9 D8
Decimal 169 169 216
Binary 10101001 10101001 11011000
Octal 251 251 330

Shades and tints

Shades of #A9A9D8

#A9A9D8
(169,169,216)
#9A9AC5
(154,154,197)
#8B8BB2
(139,139,178)
#7C7C9F
(124,124,159)
#6D6D8C
(109,109,140)
#5E5E79
(94,94,121)
#4F4F66
(79,79,102)
#404053
(64,64,83)
#313140
(49,49,64)
#22222D
(34,34,45)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #A9A9D8

#A9A9D8
(169,169,216)
#B0B0DB
(176,176,219)
#B7B7DE
(183,183,222)
#BEBEE1
(190,190,225)
#C5C5E4
(197,197,228)
#CCCCE7
(204,204,231)
#D3D3EA
(211,211,234)
#DADAED
(218,218,237)
#E1E1F0
(225,225,240)
#E8E8F3
(232,232,243)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9D8; }

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

This text font color is #A9A9D8.

Background Color

.myBgColor { background-color: #A9A9D8; }

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

This div background color is #A9A9D8.

Border color

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

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

This div border color is #A9A9D8.

Opacity

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

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

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

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

This text has shadow with #A9A9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A9D8.

Preview

Color preview on black background

This text has color #A9A9D8 on black background.


Color preview on white background

This text has color #A9A9D8 on white background.


Black color preview on #A9A9D8 background

This text has black color on #A9A9D8 background.


White color preview on #A9A9D8 background

This text has white color on #A9A9D8 background.


Related colors

Complementary color

Complementary color for #hex is #565627.


I love getcolorcode.com