COLOR #A2A9D0

HEX: #A2A9D0 RGB: (162,169,208)

Color info

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

RGB color model

#A2A9D0 color RGB value is (162,169,208).

RGB: (162,169,208) (64%, 66%, 82%)

RGB channels and saturation

R 162 of 255 = 64%
G 169 of 255 = 66%
B 208 of 255 = 82%

162
169
208

R + G + B ~ 71%. #A2A9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 169 + 208 = 539 (100%)
R 162 of 539 ~ 30.06%
G 169 of 539 ~ 31.35%
B 208 of 539 ~ 38.59'%

%30.06
%31.35
%38.59

CMYK color model

#A2A9D0 color CMYK value is (22,19,0,18).

  • cyan value is 22.12%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (22,19,0,18)
C22M19Y0K18 (22%, 19%, 0%, 18%)
(0.22 / 0.19 / 0.00 / 0.18)

CMYK percentages

%22.12
%18.75
%0
%18.43

Codes

Color #A2A9D0 in popluar color models

A2 A9 D0
RGB 162 169 208
HSL 231° 32.86% 72.55%
HSB/HSV 231° 22.12% 81.57%
CMYK 22.12% 18.75% 0.00%
18.43%

Color #A2A9D0 in popluar number systems.

HEX A2 A9 D0
Decimal 162 169 208
Binary 10100010 10101001 11010000
Octal 242 251 320

Shades and tints

Shades of #A2A9D0

#A2A9D0
(162,169,208)
#949ABE
(148,154,190)
#868BAC
(134,139,172)
#787C9A
(120,124,154)
#6A6D88
(106,109,136)
#5C5E76
(92,94,118)
#4E4F64
(78,79,100)
#404052
(64,64,82)
#323140
(50,49,64)
#24222E
(36,34,46)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #A2A9D0

#A2A9D0
(162,169,208)
#AAB0D4
(170,176,212)
#B2B7D8
(178,183,216)
#BABEDC
(186,190,220)
#C2C5E0
(194,197,224)
#CACCE4
(202,204,228)
#D2D3E8
(210,211,232)
#DADAEC
(218,218,236)
#E2E1F0
(226,225,240)
#EAE8F4
(234,232,244)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A9D0; }

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

This text font color is #A2A9D0.

Background Color

.myBgColor { background-color: #A2A9D0; }

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

This div background color is #A2A9D0.

Border color

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

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

This div border color is #A2A9D0.

Opacity

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

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

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

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

This text has shadow with #A2A9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A9D0.

Preview

Color preview on black background

This text has color #A2A9D0 on black background.


Color preview on white background

This text has color #A2A9D0 on white background.


Black color preview on #A2A9D0 background

This text has black color on #A2A9D0 background.


White color preview on #A2A9D0 background

This text has white color on #A2A9D0 background.


Related colors

Complementary color

Complementary color for #hex is #5D562F.


I love getcolorcode.com

Triadic colors

1 #D0A2A9 and #A9D0A2 with #A2A9D0 are triadic colors.

2 #D0A9A2 and #A9A2D0 with #A2A9D0 are triadic colors.