COLOR #A9ADFF

HEX: #A9ADFF RGB: (169,173,255)

Color info

#A9ADFF contains mainly blue color. Web safe color of #A9ADFF is #9999FF (or #99F).

RGB color model

#A9ADFF color RGB value is (169,173,255).

RGB: (169,173,255) (66%, 68%, 100%)

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 255 of 255 = 100%

169
173
255

R + G + B ~ 78%. #A9ADFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 173 + 255 = 597 (100%)
R 169 of 597 ~ 28.31%
G 173 of 597 ~ 28.98%
B 255 of 597 ~ 42.71'%

%28.31
%28.98
%42.71

CMYK color model

#A9ADFF color CMYK value is (34,32,0,0).

  • cyan value is 33.73%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (34,32,0,0)
C34M32Y0K0 (34%, 32%, 0%, 0%)
(0.34 / 0.32 / 0.00 / 0.00)

CMYK percentages

%33.73
%32.16
%0
%0

Codes

Color #A9ADFF in popluar color models

A9 AD FF
RGB 169 173 255
HSL 237° 100.00% 83.14%
HSB/HSV 237° 33.73% 100.00%
CMYK 33.73% 32.16% 0.00%
0.00%

Color #A9ADFF in popluar number systems.

HEX A9 AD FF
Decimal 169 173 255
Binary 10101001 10101101 11111111
Octal 251 255 377

Shades and tints

Shades of #A9ADFF

#A9ADFF
(169,173,255)
#9A9EE8
(154,158,232)
#8B8FD1
(139,143,209)
#7C80BA
(124,128,186)
#6D71A3
(109,113,163)
#5E628C
(94,98,140)
#4F5375
(79,83,117)
#40445E
(64,68,94)
#313547
(49,53,71)
#222630
(34,38,48)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9ADFF

#A9ADFF
(169,173,255)
#B0B4FF
(176,180,255)
#B7BBFF
(183,187,255)
#BEC2FF
(190,194,255)
#C5C9FF
(197,201,255)
#CCD0FF
(204,208,255)
#D3D7FF
(211,215,255)
#DADEFF
(218,222,255)
#E1E5FF
(225,229,255)
#E8ECFF
(232,236,255)
#EFF3FF
(239,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADFF; }

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

This text font color is #A9ADFF.

Background Color

.myBgColor { background-color: #A9ADFF; }

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

This div background color is #A9ADFF.

Border color

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

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

This div border color is #A9ADFF.

Opacity

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

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

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

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

This text has shadow with #A9ADFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ADFF.

Preview

Color preview on black background

This text has color #A9ADFF on black background.


Color preview on white background

This text has color #A9ADFF on white background.


Black color preview on #A9ADFF background

This text has black color on #A9ADFF background.


White color preview on #A9ADFF background

This text has white color on #A9ADFF background.


Related colors

Complementary color

Complementary color for #hex is #565200.


I love getcolorcode.com

Triadic colors

1 #FFA9AD and #ADFFA9 with #A9ADFF are triadic colors.

2 #FFADA9 and #ADA9FF with #A9ADFF are triadic colors.