COLOR #A2A5BD

HEX: #A2A5BD RGB: (162,165,189)

Color info

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

RGB color model

#A2A5BD color RGB value is (162,165,189).

RGB: (162,165,189) (64%, 65%, 74%)

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 189 of 255 = 74%

162
165
189

R + G + B ~ 68%. #A2A5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 165 + 189 = 516 (100%)
R 162 of 516 ~ 31.4%
G 165 of 516 ~ 31.98%
B 189 of 516 ~ 36.63'%

%31.4
%31.98
%36.63

CMYK color model

#A2A5BD color CMYK value is (14,13,0,26).

  • cyan value is 14.29%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,13,0,26)
C14M13Y0K26 (14%, 13%, 0%, 26%)
(0.14 / 0.13 / 0.00 / 0.26)

CMYK percentages

%14.29
%12.7
%0
%25.88

Codes

Color #A2A5BD in popluar color models

A2 A5 BD
RGB 162 165 189
HSL 233° 16.98% 68.82%
HSB/HSV 233° 14.29% 74.12%
CMYK 14.29% 12.70% 0.00%
25.88%

Color #A2A5BD in popluar number systems.

HEX A2 A5 BD
Decimal 162 165 189
Binary 10100010 10100101 10111101
Octal 242 245 275

Shades and tints

Shades of #A2A5BD

#A2A5BD
(162,165,189)
#9496AC
(148,150,172)
#86879B
(134,135,155)
#78788A
(120,120,138)
#6A6979
(106,105,121)
#5C5A68
(92,90,104)
#4E4B57
(78,75,87)
#403C46
(64,60,70)
#322D35
(50,45,53)
#241E24
(36,30,36)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #A2A5BD

#A2A5BD
(162,165,189)
#AAADC3
(170,173,195)
#B2B5C9
(178,181,201)
#BABDCF
(186,189,207)
#C2C5D5
(194,197,213)
#CACDDB
(202,205,219)
#D2D5E1
(210,213,225)
#DADDE7
(218,221,231)
#E2E5ED
(226,229,237)
#EAEDF3
(234,237,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A5BD color. Also use rgb(162,165,189) instead hex code.

Text Font Color

.myTextColor { color: #A2A5BD; }

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

This text font color is #A2A5BD.

Background Color

.myBgColor { background-color: #A2A5BD; }

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

This div background color is #A2A5BD.

Border color

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

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

This div border color is #A2A5BD.

Opacity

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

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

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

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

This text has shadow with #A2A5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A5BD.

Preview

Color preview on black background

This text has color #A2A5BD on black background.


Color preview on white background

This text has color #A2A5BD on white background.


Black color preview on #A2A5BD background

This text has black color on #A2A5BD background.


White color preview on #A2A5BD background

This text has white color on #A2A5BD background.


Related colors

Complementary color

Complementary color for #hex is #5D5A42.


I love getcolorcode.com

Triadic colors

1 #BDA2A5 and #A5BDA2 with #A2A5BD are triadic colors.

2 #BDA5A2 and #A5A2BD with #A2A5BD are triadic colors.