COLOR #A9ACBE

HEX: #A9ACBE
RGB: (169,172,190)

Color info

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

RGB color model

#A9ACBE color RGB value is (169,172,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 190 of 255 = 75%

169
172
190

R + G + B ~ 69%. #A9ACBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 172 + 190 = 531 (100%)
R 169 of 531 ~ 31.83%
G 172 of 531 ~ 32.39%
B 190 of 531 ~ 35.78%

%31.83
%32.39
%35.78

CMYK color model

#A9ACBE color CMYK value is (11,9,0,25).

  • cyan value is 11.05%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,9,0,25)
C11M9Y0K25 
(11%,9%,0%,25%)
(0.11/0.09/0.00/0.25)	

CMYK percentages

%11.05
%9.47
%0
%25.49

Codes

Color #A9ACBE in popluar color models

A9ACBE
RGB169172190
HSL231°13.91%70.39%
HSB/HSV231°11.05%74.51%
CMYK11.05%9.47%0.00%
25.49%

Color #A9ACBE in popluar number systems.

HEXA9ACBE
Decimal169172190
Binary101010011010110010111110
Octal251254276

Shades and tints

Shades of #A9ACBE

#A9ACBE
(169,172,190)
#9A9DAD
(154,157,173)
#8B8E9C
(139,142,156)
#7C7F8B
(124,127,139)
#6D707A
(109,112,122)
#5E6169
(94,97,105)
#4F5258
(79,82,88)
#404347
(64,67,71)
#313436
(49,52,54)
#222525
(34,37,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9ACBE

#A9ACBE
(169,172,190)
#B0B3C3
(176,179,195)
#B7BAC8
(183,186,200)
#BEC1CD
(190,193,205)
#C5C8D2
(197,200,210)
#CCCFD7
(204,207,215)
#D3D6DC
(211,214,220)
#DADDE1
(218,221,225)
#E1E4E6
(225,228,230)
#E8EBEB
(232,235,235)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ACBE; }

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

This text font color is #A9ACBE.


Background Color

.myBgColor { background-color: #A9ACBE; }

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

This div background color is #A9ACBE.


Border color

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

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

This div border color is #A9ACBE.


Opacity

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

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

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

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

This text has shadow with #A9ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ACBE on black background.


Color preview on white background

This text has color #A9ACBE on white background.



Black color preview on #A9ACBE background

This text has black color on #A9ACBE background.


White color preview on #A9ACBE background

This text has white color on #A9ACBE background.