COLOR #A9ADD7

HEX: #A9ADD7
RGB: (169,173,215)

Color info

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

RGB color model

#A9ADD7 color RGB value is (169,173,215).

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

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 215 of 255 = 84%

169
173
215

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

Portions of RGB colors in percentages

R + G + B =
169 + 173 + 215 = 557 (100%)
R 169 of 557 ~ 30.34%
G 173 of 557 ~ 31.06%
B 215 of 557 ~ 38.6%

%30.34
%31.06
%38.6

CMYK color model

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

  • cyan value is 21.40%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(21,20,0,16)
C21M20Y0K16 
(21%,20%,0%,16%)
(0.21/0.20/0.00/0.16)	

CMYK percentages

%21.4
%19.53
%0
%15.69

Codes

Color #A9ADD7 in popluar color models

A9ADD7
RGB169173215
HSL235°36.51%75.29%
HSB/HSV235°21.40%84.31%
CMYK21.40%19.53%0.00%
15.69%

Color #A9ADD7 in popluar number systems.

HEXA9ADD7
Decimal169173215
Binary101010011010110111010111
Octal251255327

Shades and tints

Shades of #A9ADD7

#A9ADD7
(169,173,215)
#9A9EC4
(154,158,196)
#8B8FB1
(139,143,177)
#7C809E
(124,128,158)
#6D718B
(109,113,139)
#5E6278
(94,98,120)
#4F5365
(79,83,101)
#404452
(64,68,82)
#31353F
(49,53,63)
#22262C
(34,38,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9ADD7

#A9ADD7
(169,173,215)
#B0B4DA
(176,180,218)
#B7BBDD
(183,187,221)
#BEC2E0
(190,194,224)
#C5C9E3
(197,201,227)
#CCD0E6
(204,208,230)
#D3D7E9
(211,215,233)
#DADEEC
(218,222,236)
#E1E5EF
(225,229,239)
#E8ECF2
(232,236,242)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADD7; }

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

This text font color is #A9ADD7.


Background Color

.myBgColor { background-color: #A9ADD7; }

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

This div background color is #A9ADD7.


Border color

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

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

This div border color is #A9ADD7.


Opacity

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

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

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

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

This text has shadow with #A9ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ADD7 on black background.


Color preview on white background

This text has color #A9ADD7 on white background.



Black color preview on #A9ADD7 background

This text has black color on #A9ADD7 background.


White color preview on #A9ADD7 background

This text has white color on #A9ADD7 background.