COLOR #A1A4BD

HEX: #A1A4BD RGB: (161,164,189)

Color info

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

RGB color model

#A1A4BD color RGB value is (161,164,189).

RGB: (161,164,189) (63%, 64%, 74%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 189 of 255 = 74%

161
164
189

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

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 189 = 514 (100%)
R 161 of 514 ~ 31.32%
G 164 of 514 ~ 31.91%
B 189 of 514 ~ 36.77'%

%31.32
%31.91
%36.77

CMYK color model

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

  • cyan value is 14.81%
  • magenta value is 13.23%
  • 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
%13.23
%0
%25.88

Codes

Color #A1A4BD in popluar color models

A1 A4 BD
RGB 161 164 189
HSL 234° 17.50% 68.63%
HSB/HSV 234° 14.81% 74.12%
CMYK 14.81% 13.23% 0.00%
25.88%

Color #A1A4BD in popluar number systems.

HEX A1 A4 BD
Decimal 161 164 189
Binary 10100001 10100100 10111101
Octal 241 244 275

Shades and tints

Shades of #A1A4BD

#A1A4BD
(161,164,189)
#9396AC
(147,150,172)
#85889B
(133,136,155)
#777A8A
(119,122,138)
#696C79
(105,108,121)
#5B5E68
(91,94,104)
#4D5057
(77,80,87)
#3F4246
(63,66,70)
#313435
(49,52,53)
#232624
(35,38,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #A1A4BD

#A1A4BD
(161,164,189)
#A9ACC3
(169,172,195)
#B1B4C9
(177,180,201)
#B9BCCF
(185,188,207)
#C1C4D5
(193,196,213)
#C9CCDB
(201,204,219)
#D1D4E1
(209,212,225)
#D9DCE7
(217,220,231)
#E1E4ED
(225,228,237)
#E9ECF3
(233,236,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A4BD; }

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

This text font color is #A1A4BD.

Background Color

.myBgColor { background-color: #A1A4BD; }

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

This div background color is #A1A4BD.

Border color

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

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

This div border color is #A1A4BD.

Opacity

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

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

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

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

This text has shadow with #A1A4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A4BD.

Preview

Color preview on black background

This text has color #A1A4BD on black background.


Color preview on white background

This text has color #A1A4BD on white background.


Black color preview on #A1A4BD background

This text has black color on #A1A4BD background.


White color preview on #A1A4BD background

This text has white color on #A1A4BD background.


Related colors

Complementary color

Complementary color for #hex is #5E5B42.


I love getcolorcode.com

Triadic colors

1 #BDA1A4 and #A4BDA1 with #A1A4BD are triadic colors.

2 #BDA4A1 and #A4A1BD with #A1A4BD are triadic colors.