COLOR #A4ACE0

HEX: #A4ACE0 RGB: (164,172,224)

Color info

#A4ACE0 contains mainly green and blue colors. Web safe color of #A4ACE0 is #9999CC (or #99C).

RGB color model

#A4ACE0 color RGB value is (164,172,224).

RGB: (164,172,224) (64%, 67%, 88%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 224 of 255 = 88%

164
172
224

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

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 224 = 560 (100%)
R 164 of 560 ~ 29.29%
G 172 of 560 ~ 30.71%
B 224 of 560 ~ 40'%

%29.29
%30.71
%40

CMYK color model

#A4ACE0 color CMYK value is (27,23,0,12).

  • cyan value is 26.79%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (27,23,0,12)
C27M23Y0K12 (27%, 23%, 0%, 12%)
(0.27 / 0.23 / 0.00 / 0.12)

CMYK percentages

%26.79
%23.21
%0
%12.16

Codes

Color #A4ACE0 in popluar color models

A4 AC E0
RGB 164 172 224
HSL 232° 49.18% 76.08%
HSB/HSV 232° 26.79% 87.84%
CMYK 26.79% 23.21% 0.00%
12.16%

Color #A4ACE0 in popluar number systems.

HEX A4 AC E0
Decimal 164 172 224
Binary 10100100 10101100 11100000
Octal 244 254 340

Shades and tints

Shades of #A4ACE0

#A4ACE0
(164,172,224)
#969DCC
(150,157,204)
#888EB8
(136,142,184)
#7A7FA4
(122,127,164)
#6C7090
(108,112,144)
#5E617C
(94,97,124)
#505268
(80,82,104)
#424354
(66,67,84)
#343440
(52,52,64)
#26252C
(38,37,44)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A4ACE0

#A4ACE0
(164,172,224)
#ACB3E2
(172,179,226)
#B4BAE4
(180,186,228)
#BCC1E6
(188,193,230)
#C4C8E8
(196,200,232)
#CCCFEA
(204,207,234)
#D4D6EC
(212,214,236)
#DCDDEE
(220,221,238)
#E4E4F0
(228,228,240)
#ECEBF2
(236,235,242)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ACE0 color. Also use rgb(164,172,224) instead hex code.

Text Font Color

.myTextColor { color: #A4ACE0; }

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

This text font color is #A4ACE0.

Background Color

.myBgColor { background-color: #A4ACE0; }

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

This div background color is #A4ACE0.

Border color

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

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

This div border color is #A4ACE0.

Opacity

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

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

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

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

This text has shadow with #A4ACE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ACE0.

Preview

Color preview on black background

This text has color #A4ACE0 on black background.


Color preview on white background

This text has color #A4ACE0 on white background.


Black color preview on #A4ACE0 background

This text has black color on #A4ACE0 background.


White color preview on #A4ACE0 background

This text has white color on #A4ACE0 background.


Related colors

Complementary color

Complementary color for #hex is #5B531F.


I love getcolorcode.com

Triadic colors

1 #E0A4AC and #ACE0A4 with #A4ACE0 are triadic colors.

2 #E0ACA4 and #ACA4E0 with #A4ACE0 are triadic colors.