COLOR #A9ACC5

HEX: #A9ACC5 RGB: (169,172,197)

Color info

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

RGB color model

#A9ACC5 color RGB value is (169,172,197).

RGB: (169,172,197) (66%, 67%, 77%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 197 of 255 = 77%

169
172
197

R + G + B ~ 70%. #A9ACC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 197 = 538 (100%)
R 169 of 538 ~ 31.41%
G 172 of 538 ~ 31.97%
B 197 of 538 ~ 36.62'%

%31.41
%31.97
%36.62

CMYK color model

#A9ACC5 color CMYK value is (14,13,0,23).

  • cyan value is 14.21%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (14,13,0,23)
C14M13Y0K23 (14%, 13%, 0%, 23%)
(0.14 / 0.13 / 0.00 / 0.23)

CMYK percentages

%14.21
%12.69
%0
%22.75

Codes

Color #A9ACC5 in popluar color models

A9 AC C5
RGB 169 172 197
HSL 234° 19.44% 71.76%
HSB/HSV 234° 14.21% 77.25%
CMYK 14.21% 12.69% 0.00%
22.75%

Color #A9ACC5 in popluar number systems.

HEX A9 AC C5
Decimal 169 172 197
Binary 10101001 10101100 11000101
Octal 251 254 305

Shades and tints

Shades of #A9ACC5

#A9ACC5
(169,172,197)
#9A9DB4
(154,157,180)
#8B8EA3
(139,142,163)
#7C7F92
(124,127,146)
#6D7081
(109,112,129)
#5E6170
(94,97,112)
#4F525F
(79,82,95)
#40434E
(64,67,78)
#31343D
(49,52,61)
#22252C
(34,37,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #A9ACC5

#A9ACC5
(169,172,197)
#B0B3CA
(176,179,202)
#B7BACF
(183,186,207)
#BEC1D4
(190,193,212)
#C5C8D9
(197,200,217)
#CCCFDE
(204,207,222)
#D3D6E3
(211,214,227)
#DADDE8
(218,221,232)
#E1E4ED
(225,228,237)
#E8EBF2
(232,235,242)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ACC5; }

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

This text font color is #A9ACC5.

Background Color

.myBgColor { background-color: #A9ACC5; }

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

This div background color is #A9ACC5.

Border color

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

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

This div border color is #A9ACC5.

Opacity

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

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

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

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

This text has shadow with #A9ACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ACC5.

Preview

Color preview on black background

This text has color #A9ACC5 on black background.


Color preview on white background

This text has color #A9ACC5 on white background.


Black color preview on #A9ACC5 background

This text has black color on #A9ACC5 background.


White color preview on #A9ACC5 background

This text has white color on #A9ACC5 background.


Related colors

Complementary color

Complementary color for #hex is #56533A.


I love getcolorcode.com

Triadic colors

1 #C5A9AC and #ACC5A9 with #A9ACC5 are triadic colors.

2 #C5ACA9 and #ACA9C5 with #A9ACC5 are triadic colors.