COLOR #A9AED7

HEX: #A9AED7
RGB: (169,174,215)

Color info

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

RGB color model

#A9AED7 color RGB value is (169,174,215).

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

RGB channels and saturation

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

169
174
215

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

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 215 = 558 (100%)
R 169 of 558 ~ 30.29%
G 174 of 558 ~ 31.18%
B 215 of 558 ~ 38.53%

%30.29
%31.18
%38.53

CMYK color model

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

  • cyan value is 21.40%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(21,19,0,16)
C21M19Y0K16 
(21%,19%,0%,16%)
(0.21/0.19/0.00/0.16)	

CMYK percentages

%21.4
%19.07
%0
%15.69

Codes

Color #A9AED7 in popluar color models

A9AED7
RGB169174215
HSL233°36.51%75.29%
HSB/HSV233°21.40%84.31%
CMYK21.40%19.07%0.00%
15.69%

Color #A9AED7 in popluar number systems.

HEXA9AED7
Decimal169174215
Binary101010011010111011010111
Octal251256327

Shades and tints

Shades of #A9AED7

#A9AED7
(169,174,215)
#9A9FC4
(154,159,196)
#8B90B1
(139,144,177)
#7C819E
(124,129,158)
#6D728B
(109,114,139)
#5E6378
(94,99,120)
#4F5465
(79,84,101)
#404552
(64,69,82)
#31363F
(49,54,63)
#22272C
(34,39,44)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9AED7

#A9AED7
(169,174,215)
#B0B5DA
(176,181,218)
#B7BCDD
(183,188,221)
#BEC3E0
(190,195,224)
#C5CAE3
(197,202,227)
#CCD1E6
(204,209,230)
#D3D8E9
(211,216,233)
#DADFEC
(218,223,236)
#E1E6EF
(225,230,239)
#E8EDF2
(232,237,242)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AED7; }

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

This text font color is #A9AED7.


Background Color

.myBgColor { background-color: #A9AED7; }

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

This div background color is #A9AED7.


Border color

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

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

This div border color is #A9AED7.


Opacity

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

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

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

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

This text has shadow with #A9AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AED7 on black background.


Color preview on white background

This text has color #A9AED7 on white background.



Black color preview on #A9AED7 background

This text has black color on #A9AED7 background.


White color preview on #A9AED7 background

This text has white color on #A9AED7 background.