COLOR #A1A5BD

HEX: #A1A5BD RGB: (161,165,189)

Color info

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

RGB color model

#A1A5BD color RGB value is (161,165,189).

RGB: (161,165,189) (63%, 65%, 74%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 189 of 255 = 74%

161
165
189

R + G + B ~ 67%. #A1A5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 165 + 189 = 515 (100%)
R 161 of 515 ~ 31.26%
G 165 of 515 ~ 32.04%
B 189 of 515 ~ 36.7'%

%31.26
%32.04
%36.7

CMYK color model

#A1A5BD color CMYK value is (15,13,0,26).

  • cyan value is 14.81%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (15,13,0,26) C15M13Y0K26 (15%,13%,0%,26%) (0.15/0.13/0.00/0.26) 

CMYK percentages

%14.81
%12.7
%0
%25.88

Codes

Color #A1A5BD in popluar color models

A1 A5 BD
RGB 161 165 189
HSL 231° 17.50% 68.63%
HSB/HSV 231° 14.81% 74.12%
CMYK 14.81% 12.70% 0.00%
25.88%

Color #A1A5BD in popluar number systems.

HEX A1 A5 BD
Decimal 161 165 189
Binary 10100001 10100101 10111101
Octal 241 245 275

Shades and tints

Shades of #A1A5BD

#A1A5BD
(161,165,189)
#9396AC
(147,150,172)
#85879B
(133,135,155)
#77788A
(119,120,138)
#696979
(105,105,121)
#5B5A68
(91,90,104)
#4D4B57
(77,75,87)
#3F3C46
(63,60,70)
#312D35
(49,45,53)
#231E24
(35,30,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #A1A5BD

#A1A5BD
(161,165,189)
#A9ADC3
(169,173,195)
#B1B5C9
(177,181,201)
#B9BDCF
(185,189,207)
#C1C5D5
(193,197,213)
#C9CDDB
(201,205,219)
#D1D5E1
(209,213,225)
#D9DDE7
(217,221,231)
#E1E5ED
(225,229,237)
#E9EDF3
(233,237,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A5BD; }

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

This text font color is #A1A5BD.

Background Color

.myBgColor { background-color: #A1A5BD; }

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

This div background color is #A1A5BD.

Border color

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

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

This div border color is #A1A5BD.

Opacity

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

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

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

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

This text has shadow with #A1A5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A5BD.

Preview

Color preview on black background

This text has color #A1A5BD on black background.


Color preview on white background

This text has color #A1A5BD on white background.


Black color preview on #A1A5BD background

This text has black color on #A1A5BD background.


White color preview on #A1A5BD background

This text has white color on #A1A5BD background.


Related colors

Complementary color

Complementary color for #hex is #5E5A42.


I love getcolorcode.com

Triadic colors

1 #BDA1A5 and #A5BDA1 with #A1A5BD are triadic colors.

2 #BDA5A1 and #A5A1BD with #A1A5BD are triadic colors.