COLOR #A4ACE8

HEX: #A4ACE8 RGB: (164,172,232)

Color info

#A4ACE8 contains mainly blue color. Web safe color of #A4ACE8 is #9999FF (or #99F).

RGB color model

#A4ACE8 color RGB value is (164,172,232).

RGB: (164,172,232) (64%, 67%, 91%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 232 of 255 = 91%

164
172
232

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

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 232 = 568 (100%)
R 164 of 568 ~ 28.87%
G 172 of 568 ~ 30.28%
B 232 of 568 ~ 40.85'%

%28.87
%30.28
%40.85

CMYK color model

#A4ACE8 color CMYK value is (29,26,0,9).

  • cyan value is 29.31%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (29,26,0,9)
C29M26Y0K9 (29%, 26%, 0%, 9%)
(0.29 / 0.26 / 0.00 / 0.09)

CMYK percentages

%29.31
%25.86
%0
%9.02

Codes

Color #A4ACE8 in popluar color models

A4 AC E8
RGB 164 172 232
HSL 233° 59.65% 77.65%
HSB/HSV 233° 29.31% 90.98%
CMYK 29.31% 25.86% 0.00%
9.02%

Color #A4ACE8 in popluar number systems.

HEX A4 AC E8
Decimal 164 172 232
Binary 10100100 10101100 11101000
Octal 244 254 350

Shades and tints

Shades of #A4ACE8

#A4ACE8
(164,172,232)
#969DD3
(150,157,211)
#888EBE
(136,142,190)
#7A7FA9
(122,127,169)
#6C7094
(108,112,148)
#5E617F
(94,97,127)
#50526A
(80,82,106)
#424355
(66,67,85)
#343440
(52,52,64)
#26252B
(38,37,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A4ACE8

#A4ACE8
(164,172,232)
#ACB3EA
(172,179,234)
#B4BAEC
(180,186,236)
#BCC1EE
(188,193,238)
#C4C8F0
(196,200,240)
#CCCFF2
(204,207,242)
#D4D6F4
(212,214,244)
#DCDDF6
(220,221,246)
#E4E4F8
(228,228,248)
#ECEBFA
(236,235,250)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ACE8; }

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

This text font color is #A4ACE8.

Background Color

.myBgColor { background-color: #A4ACE8; }

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

This div background color is #A4ACE8.

Border color

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

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

This div border color is #A4ACE8.

Opacity

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

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

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

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

This text has shadow with #A4ACE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ACE8.

Preview

Color preview on black background

This text has color #A4ACE8 on black background.


Color preview on white background

This text has color #A4ACE8 on white background.


Black color preview on #A4ACE8 background

This text has black color on #A4ACE8 background.


White color preview on #A4ACE8 background

This text has white color on #A4ACE8 background.


Related colors

Complementary color

Complementary color for #hex is #5B5317.


I love getcolorcode.com

Triadic colors

1 #E8A4AC and #ACE8A4 with #A4ACE8 are triadic colors.

2 #E8ACA4 and #ACA4E8 with #A4ACE8 are triadic colors.