COLOR #A1ABAD

HEX: #A1ABAD
RGB: (161,171,173)

Color info

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

RGB color model

#A1ABAD color RGB value is (161,171,173).

  • red value is 161;
  • green value is 171;
  • blue value is 173.
RGB:
(161,171,173)
(63%,67%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 173 of 255 = 68%

161
171
173

R + G + B ~ 66%. #A1ABAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 173 = 505 (100%)
R 161 of 505 ~ 31.88%
G 171 of 505 ~ 33.86%
B 173 of 505 ~ 34.26%

%31.88
%33.86
%34.26

CMYK color model

#A1ABAD color CMYK value is (7,1,0,32).

  • cyan value is 6.94%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,1,0,32)
C7M1Y0K32 
(7%,1%,0%,32%)
(0.07/0.01/0.00/0.32)	

CMYK percentages

%6.94
%1.16
%0
%32.16

Codes

Color #A1ABAD in popluar color models

A1ABAD
RGB161171173
HSL190°6.82%65.49%
HSB/HSV190°6.94%67.84%
CMYK6.94%1.16%0.00%
32.16%

Color #A1ABAD in popluar number systems.

HEXA1ABAD
Decimal161171173
Binary101000011010101110101101
Octal241253255

Shades and tints

Shades of #A1ABAD

#A1ABAD
(161,171,173)
#939C9E
(147,156,158)
#858D8F
(133,141,143)
#777E80
(119,126,128)
#696F71
(105,111,113)
#5B6062
(91,96,98)
#4D5153
(77,81,83)
#3F4244
(63,66,68)
#313335
(49,51,53)
#232426
(35,36,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1ABAD

#A1ABAD
(161,171,173)
#A9B2B4
(169,178,180)
#B1B9BB
(177,185,187)
#B9C0C2
(185,192,194)
#C1C7C9
(193,199,201)
#C9CED0
(201,206,208)
#D1D5D7
(209,213,215)
#D9DCDE
(217,220,222)
#E1E3E5
(225,227,229)
#E9EAEC
(233,234,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ABAD color. Also use rgb(161,171,173) instead hex code.

Text Font Color

.myTextColor { color: #A1ABAD; }

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

This text font color is #A1ABAD.


Background Color

.myBgColor { background-color: #A1ABAD; }

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

This div background color is #A1ABAD.


Border color

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

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

This div border color is #A1ABAD.


Opacity

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

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

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

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

This text has shadow with #A1ABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABAD on black background.


Color preview on white background

This text has color #A1ABAD on white background.



Black color preview on #A1ABAD background

This text has black color on #A1ABAD background.


White color preview on #A1ABAD background

This text has white color on #A1ABAD background.