COLOR #A1A4BF

HEX: #A1A4BF RGB: (161,164,191)

Color info

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

RGB color model

#A1A4BF color RGB value is (161,164,191).

RGB: (161,164,191) (63%, 64%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 191 of 255 = 75%

161
164
191

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

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 191 = 516 (100%)
R 161 of 516 ~ 31.2%
G 164 of 516 ~ 31.78%
B 191 of 516 ~ 37.02'%

%31.2
%31.78
%37.02

CMYK color model

#A1A4BF color CMYK value is (16,14,0,25).

  • cyan value is 15.71%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (16,14,0,25) C16M14Y0K25 (16%,14%,0%,25%) (0.16/0.14/0.00/0.25) 

CMYK percentages

%15.71
%14.14
%0
%25.1

Codes

Color #A1A4BF in popluar color models

A1 A4 BF
RGB 161 164 191
HSL 234° 18.99% 69.02%
HSB/HSV 234° 15.71% 74.90%
CMYK 15.71% 14.14% 0.00%
25.10%

Color #A1A4BF in popluar number systems.

HEX A1 A4 BF
Decimal 161 164 191
Binary 10100001 10100100 10111111
Octal 241 244 277

Shades and tints

Shades of #A1A4BF

#A1A4BF
(161,164,191)
#9396AE
(147,150,174)
#85889D
(133,136,157)
#777A8C
(119,122,140)
#696C7B
(105,108,123)
#5B5E6A
(91,94,106)
#4D5059
(77,80,89)
#3F4248
(63,66,72)
#313437
(49,52,55)
#232626
(35,38,38)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #A1A4BF

#A1A4BF
(161,164,191)
#A9ACC4
(169,172,196)
#B1B4C9
(177,180,201)
#B9BCCE
(185,188,206)
#C1C4D3
(193,196,211)
#C9CCD8
(201,204,216)
#D1D4DD
(209,212,221)
#D9DCE2
(217,220,226)
#E1E4E7
(225,228,231)
#E9ECEC
(233,236,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A4BF; }

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

This text font color is #A1A4BF.

Background Color

.myBgColor { background-color: #A1A4BF; }

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

This div background color is #A1A4BF.

Border color

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

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

This div border color is #A1A4BF.

Opacity

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

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

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

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

This text has shadow with #A1A4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A4BF.

Preview

Color preview on black background

This text has color #A1A4BF on black background.


Color preview on white background

This text has color #A1A4BF on white background.


Black color preview on #A1A4BF background

This text has black color on #A1A4BF background.


White color preview on #A1A4BF background

This text has white color on #A1A4BF background.


Related colors

Complementary color

Complementary color for #hex is #5E5B40.


I love getcolorcode.com

Triadic colors

1 #BFA1A4 and #A4BFA1 with #A1A4BF are triadic colors.

2 #BFA4A1 and #A4A1BF with #A1A4BF are triadic colors.