COLOR #A1ACB1

HEX: #A1ACB1
RGB: (161,172,177)

Color info

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

RGB color model

#A1ACB1 color RGB value is (161,172,177).

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

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 177 of 255 = 69%

161
172
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 172 + 177 = 510 (100%)
R 161 of 510 ~ 31.57%
G 172 of 510 ~ 33.73%
B 177 of 510 ~ 34.71%

%31.57
%33.73
%34.71

CMYK color model

#A1ACB1 color CMYK value is (9,3,0,31).

  • cyan value is 9.04%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,3,0,31)
C9M3Y0K31 
(9%,3%,0%,31%)
(0.09/0.03/0.00/0.31)	

CMYK percentages

%9.04
%2.82
%0
%30.59

Codes

Color #A1ACB1 in popluar color models

A1ACB1
RGB161172177
HSL199°9.30%66.27%
HSB/HSV199°9.04%69.41%
CMYK9.04%2.82%0.00%
30.59%

Color #A1ACB1 in popluar number systems.

HEXA1ACB1
Decimal161172177
Binary101000011010110010110001
Octal241254261

Shades and tints

Shades of #A1ACB1

#A1ACB1
(161,172,177)
#939DA1
(147,157,161)
#858E91
(133,142,145)
#777F81
(119,127,129)
#697071
(105,112,113)
#5B6161
(91,97,97)
#4D5251
(77,82,81)
#3F4341
(63,67,65)
#313431
(49,52,49)
#232521
(35,37,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1ACB1

#A1ACB1
(161,172,177)
#A9B3B8
(169,179,184)
#B1BABF
(177,186,191)
#B9C1C6
(185,193,198)
#C1C8CD
(193,200,205)
#C9CFD4
(201,207,212)
#D1D6DB
(209,214,219)
#D9DDE2
(217,221,226)
#E1E4E9
(225,228,233)
#E9EBF0
(233,235,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ACB1; }

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

This text font color is #A1ACB1.


Background Color

.myBgColor { background-color: #A1ACB1; }

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

This div background color is #A1ACB1.


Border color

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

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

This div border color is #A1ACB1.


Opacity

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

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

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

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

This text has shadow with #A1ACB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ACB1 on black background.


Color preview on white background

This text has color #A1ACB1 on white background.



Black color preview on #A1ACB1 background

This text has black color on #A1ACB1 background.


White color preview on #A1ACB1 background

This text has white color on #A1ACB1 background.