COLOR #A9AFD5

HEX: #A9AFD5
RGB: (169,175,213)

Color info

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

RGB color model

#A9AFD5 color RGB value is (169,175,213).

  • red value is 169;
  • green value is 175;
  • blue value is 213.
RGB:
(169,175,213)
(66%,69%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 213 of 255 = 84%

169
175
213

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

Portions of RGB colors in percentages

R + G + B =
169 + 175 + 213 = 557 (100%)
R 169 of 557 ~ 30.34%
G 175 of 557 ~ 31.42%
B 213 of 557 ~ 38.24%

%30.34
%31.42
%38.24

CMYK color model

#A9AFD5 color CMYK value is (21,18,0,16).

  • cyan value is 20.66%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,18,0,16)
C21M18Y0K16 
(21%,18%,0%,16%)
(0.21/0.18/0.00/0.16)	

CMYK percentages

%20.66
%17.84
%0
%16.47

Codes

Color #A9AFD5 in popluar color models

A9AFD5
RGB169175213
HSL232°34.38%74.90%
HSB/HSV232°20.66%83.53%
CMYK20.66%17.84%0.00%
16.47%

Color #A9AFD5 in popluar number systems.

HEXA9AFD5
Decimal169175213
Binary101010011010111111010101
Octal251257325

Shades and tints

Shades of #A9AFD5

#A9AFD5
(169,175,213)
#9AA0C2
(154,160,194)
#8B91AF
(139,145,175)
#7C829C
(124,130,156)
#6D7389
(109,115,137)
#5E6476
(94,100,118)
#4F5563
(79,85,99)
#404650
(64,70,80)
#31373D
(49,55,61)
#22282A
(34,40,42)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9AFD5

#A9AFD5
(169,175,213)
#B0B6D8
(176,182,216)
#B7BDDB
(183,189,219)
#BEC4DE
(190,196,222)
#C5CBE1
(197,203,225)
#CCD2E4
(204,210,228)
#D3D9E7
(211,217,231)
#DAE0EA
(218,224,234)
#E1E7ED
(225,231,237)
#E8EEF0
(232,238,240)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFD5; }

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

This text font color is #A9AFD5.


Background Color

.myBgColor { background-color: #A9AFD5; }

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

This div background color is #A9AFD5.


Border color

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

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

This div border color is #A9AFD5.


Opacity

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

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

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

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

This text has shadow with #A9AFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFD5 on black background.


Color preview on white background

This text has color #A9AFD5 on white background.



Black color preview on #A9AFD5 background

This text has black color on #A9AFD5 background.


White color preview on #A9AFD5 background

This text has white color on #A9AFD5 background.