COLOR #ACA4E9

HEX: #ACA4E9
RGB: (172,164,233)

Color info

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

RGB color model

#ACA4E9 color RGB value is (172,164,233).

  • red value is 172;
  • green value is 164;
  • blue value is 233.
RGB:
(172,164,233)
(67%,64%,91%)

RGB channels and saturation

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

172
164
233

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 233 = 569 (100%)
R 172 of 569 ~ 30.23%
G 164 of 569 ~ 28.82%
B 233 of 569 ~ 40.95%

%30.23
%28.82
%40.95

CMYK color model

#ACA4E9 color CMYK value is (26,30,0,9).

  • cyan value is 26.18%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(26,30,0,9)
C26M30Y0K9 
(26%,30%,0%,9%)
(0.26/0.30/0.00/0.09)	

CMYK percentages

%26.18
%29.61
%0
%8.63

Codes

Color #ACA4E9 in popluar color models

ACA4E9
RGB172164233
HSL247°61.06%77.84%
HSB/HSV247°29.61%91.37%
CMYK26.18%29.61%0.00%
8.63%

Color #ACA4E9 in popluar number systems.

HEXACA4E9
Decimal172164233
Binary101011001010010011101001
Octal254244351

Shades and tints

Shades of #ACA4E9

#ACA4E9
(172,164,233)
#9D96D4
(157,150,212)
#8E88BF
(142,136,191)
#7F7AAA
(127,122,170)
#706C95
(112,108,149)
#615E80
(97,94,128)
#52506B
(82,80,107)
#434256
(67,66,86)
#343441
(52,52,65)
#25262C
(37,38,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACA4E9

#ACA4E9
(172,164,233)
#B3ACEB
(179,172,235)
#BAB4ED
(186,180,237)
#C1BCEF
(193,188,239)
#C8C4F1
(200,196,241)
#CFCCF3
(207,204,243)
#D6D4F5
(214,212,245)
#DDDCF7
(221,220,247)
#E4E4F9
(228,228,249)
#EBECFB
(235,236,251)
#F2F4FD
(242,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4E9; }

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

This text font color is #ACA4E9.


Background Color

.myBgColor { background-color: #ACA4E9; }

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

This div background color is #ACA4E9.


Border color

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

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

This div border color is #ACA4E9.


Opacity

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

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

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

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

This text has shadow with #ACA4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4E9 on black background.


Color preview on white background

This text has color #ACA4E9 on white background.



Black color preview on #ACA4E9 background

This text has black color on #ACA4E9 background.


White color preview on #ACA4E9 background

This text has white color on #ACA4E9 background.