COLOR #A1A0B1

HEX: #A1A0B1
RGB: (161,160,177)

Color info

#A1A0B1 contains red, green and blue colors in about the same proportion. Web safe color of #A1A0B1 is #999999 (or #999).

RGB color model

#A1A0B1 color RGB value is (161,160,177).

  • red value is 161;
  • green value is 160;
  • blue value is 177.
RGB:
(161,160,177)
(63%,63%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 177 of 255 = 69%

161
160
177

R + G + B ~ 65%. #A1A0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 160 + 177 = 498 (100%)
R 161 of 498 ~ 32.33%
G 160 of 498 ~ 32.13%
B 177 of 498 ~ 35.54%

%32.33
%32.13
%35.54

CMYK color model

#A1A0B1 color CMYK value is (9,10,0,31).

  • cyan value is 9.04%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,10,0,31)
C9M10Y0K31 
(9%,10%,0%,31%)
(0.09/0.10/0.00/0.31)	

CMYK percentages

%9.04
%9.6
%0
%30.59

Codes

Color #A1A0B1 in popluar color models

A1A0B1
RGB161160177
HSL244°9.83%66.08%
HSB/HSV244°9.60%69.41%
CMYK9.04%9.60%0.00%
30.59%

Color #A1A0B1 in popluar number systems.

HEXA1A0B1
Decimal161160177
Binary101000011010000010110001
Octal241240261

Shades and tints

Shades of #A1A0B1

#A1A0B1
(161,160,177)
#9392A1
(147,146,161)
#858491
(133,132,145)
#777681
(119,118,129)
#696871
(105,104,113)
#5B5A61
(91,90,97)
#4D4C51
(77,76,81)
#3F3E41
(63,62,65)
#313031
(49,48,49)
#232221
(35,34,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1A0B1

#A1A0B1
(161,160,177)
#A9A8B8
(169,168,184)
#B1B0BF
(177,176,191)
#B9B8C6
(185,184,198)
#C1C0CD
(193,192,205)
#C9C8D4
(201,200,212)
#D1D0DB
(209,208,219)
#D9D8E2
(217,216,226)
#E1E0E9
(225,224,233)
#E9E8F0
(233,232,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A0B1 color. Also use rgb(161,160,177) instead hex code.

Text Font Color

.myTextColor { color: #A1A0B1; }

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

This text font color is #A1A0B1.


Background Color

.myBgColor { background-color: #A1A0B1; }

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

This div background color is #A1A0B1.


Border color

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

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

This div border color is #A1A0B1.


Opacity

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

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

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

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

This text has shadow with #A1A0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A0B1 on black background.


Color preview on white background

This text has color #A1A0B1 on white background.



Black color preview on #A1A0B1 background

This text has black color on #A1A0B1 background.


White color preview on #A1A0B1 background

This text has white color on #A1A0B1 background.