COLOR #A9ACD8

HEX: #A9ACD8 RGB: (169,172,216)

Color info

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

RGB color model

#A9ACD8 color RGB value is (169,172,216).

RGB: (169,172,216) (66%, 67%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 216 of 255 = 85%

169
172
216

R + G + B ~ 73%. #A9ACD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 216 = 557 (100%)
R 169 of 557 ~ 30.34%
G 172 of 557 ~ 30.88%
B 216 of 557 ~ 38.78'%

%30.34
%30.88
%38.78

CMYK color model

#A9ACD8 color CMYK value is (22,20,0,15).

  • cyan value is 21.76%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (22,20,0,15)
C22M20Y0K15 (22%, 20%, 0%, 15%)
(0.22 / 0.20 / 0.00 / 0.15)

CMYK percentages

%21.76
%20.37
%0
%15.29

Codes

Color #A9ACD8 in popluar color models

A9 AC D8
RGB 169 172 216
HSL 236° 37.60% 75.49%
HSB/HSV 236° 21.76% 84.71%
CMYK 21.76% 20.37% 0.00%
15.29%

Color #A9ACD8 in popluar number systems.

HEX A9 AC D8
Decimal 169 172 216
Binary 10101001 10101100 11011000
Octal 251 254 330

Shades and tints

Shades of #A9ACD8

#A9ACD8
(169,172,216)
#9A9DC5
(154,157,197)
#8B8EB2
(139,142,178)
#7C7F9F
(124,127,159)
#6D708C
(109,112,140)
#5E6179
(94,97,121)
#4F5266
(79,82,102)
#404353
(64,67,83)
#313440
(49,52,64)
#22252D
(34,37,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #A9ACD8

#A9ACD8
(169,172,216)
#B0B3DB
(176,179,219)
#B7BADE
(183,186,222)
#BEC1E1
(190,193,225)
#C5C8E4
(197,200,228)
#CCCFE7
(204,207,231)
#D3D6EA
(211,214,234)
#DADDED
(218,221,237)
#E1E4F0
(225,228,240)
#E8EBF3
(232,235,243)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ACD8; }

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

This text font color is #A9ACD8.

Background Color

.myBgColor { background-color: #A9ACD8; }

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

This div background color is #A9ACD8.

Border color

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

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

This div border color is #A9ACD8.

Opacity

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

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

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

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

This text has shadow with #A9ACD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ACD8.

Preview

Color preview on black background

This text has color #A9ACD8 on black background.


Color preview on white background

This text has color #A9ACD8 on white background.


Black color preview on #A9ACD8 background

This text has black color on #A9ACD8 background.


White color preview on #A9ACD8 background

This text has white color on #A9ACD8 background.


Related colors

Complementary color

Complementary color for #hex is #565327.


I love getcolorcode.com

Triadic colors

1 #D8A9AC and #ACD8A9 with #A9ACD8 are triadic colors.

2 #D8ACA9 and #ACA9D8 with #A9ACD8 are triadic colors.