COLOR #A9ACB5

HEX: #A9ACB5
RGB: (169,172,181)

Color info

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

RGB color model

#A9ACB5 color RGB value is (169,172,181).

  • red value is 169;
  • green value is 172;
  • blue value is 181.
RGB:
(169,172,181)
(66%,67%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 181 of 255 = 71%

169
172
181

R + G + B ~ 68%. #A9ACB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 172 + 181 = 522 (100%)
R 169 of 522 ~ 32.38%
G 172 of 522 ~ 32.95%
B 181 of 522 ~ 34.67%

%32.38
%32.95
%34.67

CMYK color model

#A9ACB5 color CMYK value is (7,5,0,29).

  • cyan value is 6.63%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(7,5,0,29)
C7M5Y0K29 
(7%,5%,0%,29%)
(0.07/0.05/0.00/0.29)	

CMYK percentages

%6.63
%4.97
%0
%29.02

Codes

Color #A9ACB5 in popluar color models

A9ACB5
RGB169172181
HSL225°7.50%68.63%
HSB/HSV225°6.63%70.98%
CMYK6.63%4.97%0.00%
29.02%

Color #A9ACB5 in popluar number systems.

HEXA9ACB5
Decimal169172181
Binary101010011010110010110101
Octal251254265

Shades and tints

Shades of #A9ACB5

#A9ACB5
(169,172,181)
#9A9DA5
(154,157,165)
#8B8E95
(139,142,149)
#7C7F85
(124,127,133)
#6D7075
(109,112,117)
#5E6165
(94,97,101)
#4F5255
(79,82,85)
#404345
(64,67,69)
#313435
(49,52,53)
#222525
(34,37,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A9ACB5

#A9ACB5
(169,172,181)
#B0B3BB
(176,179,187)
#B7BAC1
(183,186,193)
#BEC1C7
(190,193,199)
#C5C8CD
(197,200,205)
#CCCFD3
(204,207,211)
#D3D6D9
(211,214,217)
#DADDDF
(218,221,223)
#E1E4E5
(225,228,229)
#E8EBEB
(232,235,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9ACB5 color. Also use rgb(169,172,181) instead hex code.

Text Font Color

.myTextColor { color: #A9ACB5; }

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

This text font color is #A9ACB5.


Background Color

.myBgColor { background-color: #A9ACB5; }

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

This div background color is #A9ACB5.


Border color

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

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

This div border color is #A9ACB5.


Opacity

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

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

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

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

This text has shadow with #A9ACB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ACB5 on black background.


Color preview on white background

This text has color #A9ACB5 on white background.



Black color preview on #A9ACB5 background

This text has black color on #A9ACB5 background.


White color preview on #A9ACB5 background

This text has white color on #A9ACB5 background.