COLOR #A9ACE2

HEX: #A9ACE2 RGB: (169,172,226)

Color info

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

RGB color model

#A9ACE2 color RGB value is (169,172,226).

RGB: (169,172,226) (66%, 67%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 226 of 255 = 89%

169
172
226

R + G + B ~ 74%. #A9ACE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 226 = 567 (100%)
R 169 of 567 ~ 29.81%
G 172 of 567 ~ 30.34%
B 226 of 567 ~ 39.86'%

%29.81
%30.34
%39.86

CMYK color model

#A9ACE2 color CMYK value is (25,24,0,11).

  • cyan value is 25.22%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (25,24,0,11)
C25M24Y0K11 (25%, 24%, 0%, 11%)
(0.25 / 0.24 / 0.00 / 0.11)

CMYK percentages

%25.22
%23.89
%0
%11.37

Codes

Color #A9ACE2 in popluar color models

A9 AC E2
RGB 169 172 226
HSL 237° 49.57% 77.45%
HSB/HSV 237° 25.22% 88.63%
CMYK 25.22% 23.89% 0.00%
11.37%

Color #A9ACE2 in popluar number systems.

HEX A9 AC E2
Decimal 169 172 226
Binary 10101001 10101100 11100010
Octal 251 254 342

Shades and tints

Shades of #A9ACE2

#A9ACE2
(169,172,226)
#9A9DCE
(154,157,206)
#8B8EBA
(139,142,186)
#7C7FA6
(124,127,166)
#6D7092
(109,112,146)
#5E617E
(94,97,126)
#4F526A
(79,82,106)
#404356
(64,67,86)
#313442
(49,52,66)
#22252E
(34,37,46)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #A9ACE2

#A9ACE2
(169,172,226)
#B0B3E4
(176,179,228)
#B7BAE6
(183,186,230)
#BEC1E8
(190,193,232)
#C5C8EA
(197,200,234)
#CCCFEC
(204,207,236)
#D3D6EE
(211,214,238)
#DADDF0
(218,221,240)
#E1E4F2
(225,228,242)
#E8EBF4
(232,235,244)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ACE2; }

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

This text font color is #A9ACE2.

Background Color

.myBgColor { background-color: #A9ACE2; }

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

This div background color is #A9ACE2.

Border color

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

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

This div border color is #A9ACE2.

Opacity

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

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

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

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

This text has shadow with #A9ACE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ACE2.

Preview

Color preview on black background

This text has color #A9ACE2 on black background.


Color preview on white background

This text has color #A9ACE2 on white background.


Black color preview on #A9ACE2 background

This text has black color on #A9ACE2 background.


White color preview on #A9ACE2 background

This text has white color on #A9ACE2 background.


Related colors

Complementary color

Complementary color for #hex is #56531D.


I love getcolorcode.com

Triadic colors

1 #E2A9AC and #ACE2A9 with #A9ACE2 are triadic colors.

2 #E2ACA9 and #ACA9E2 with #A9ACE2 are triadic colors.