COLOR #A9ACBB

HEX: #A9ACBB RGB: (169,172,187)

Color info

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

RGB color model

#A9ACBB color RGB value is (169,172,187).

RGB: (169,172,187) (66%, 67%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 187 of 255 = 73%

169
172
187

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

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 187 = 528 (100%)
R 169 of 528 ~ 32.01%
G 172 of 528 ~ 32.58%
B 187 of 528 ~ 35.42'%

%32.01
%32.58
%35.42

CMYK color model

#A9ACBB color CMYK value is (10,8,0,27).

  • cyan value is 9.63%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,8,0,27)
C10M8Y0K27 (10%, 8%, 0%, 27%)
(0.10 / 0.08 / 0.00 / 0.27)

CMYK percentages

%9.63
%8.02
%0
%26.67

Codes

Color #A9ACBB in popluar color models

A9 AC BB
RGB 169 172 187
HSL 230° 11.69% 69.80%
HSB/HSV 230° 9.63% 73.33%
CMYK 9.63% 8.02% 0.00%
26.67%

Color #A9ACBB in popluar number systems.

HEX A9 AC BB
Decimal 169 172 187
Binary 10101001 10101100 10111011
Octal 251 254 273

Shades and tints

Shades of #A9ACBB

#A9ACBB
(169,172,187)
#9A9DAA
(154,157,170)
#8B8E99
(139,142,153)
#7C7F88
(124,127,136)
#6D7077
(109,112,119)
#5E6166
(94,97,102)
#4F5255
(79,82,85)
#404344
(64,67,68)
#313433
(49,52,51)
#222522
(34,37,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A9ACBB

#A9ACBB
(169,172,187)
#B0B3C1
(176,179,193)
#B7BAC7
(183,186,199)
#BEC1CD
(190,193,205)
#C5C8D3
(197,200,211)
#CCCFD9
(204,207,217)
#D3D6DF
(211,214,223)
#DADDE5
(218,221,229)
#E1E4EB
(225,228,235)
#E8EBF1
(232,235,241)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ACBB; }

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

This text font color is #A9ACBB.

Background Color

.myBgColor { background-color: #A9ACBB; }

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

This div background color is #A9ACBB.

Border color

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

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

This div border color is #A9ACBB.

Opacity

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

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

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

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

This text has shadow with #A9ACBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ACBB.

Preview

Color preview on black background

This text has color #A9ACBB on black background.


Color preview on white background

This text has color #A9ACBB on white background.


Black color preview on #A9ACBB background

This text has black color on #A9ACBB background.


White color preview on #A9ACBB background

This text has white color on #A9ACBB background.


Related colors

Complementary color

Complementary color for #hex is #565344.


I love getcolorcode.com

Triadic colors

1 #BBA9AC and #ACBBA9 with #A9ACBB are triadic colors.

2 #BBACA9 and #ACA9BB with #A9ACBB are triadic colors.