COLOR #ACA4DC

HEX: #ACA4DC
RGB: (172,164,220)

Color info

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

RGB color model

#ACA4DC color RGB value is (172,164,220).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 220 of 255 = 86%

172
164
220

R + G + B ~ 72%. #ACA4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 220 = 556 (100%)
R 172 of 556 ~ 30.94%
G 164 of 556 ~ 29.5%
B 220 of 556 ~ 39.57%

%30.94
%29.5
%39.57

CMYK color model

#ACA4DC color CMYK value is (22,25,0,14).

  • cyan value is 21.82%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,25,0,14)
C22M25Y0K14 
(22%,25%,0%,14%)
(0.22/0.25/0.00/0.14)	

CMYK percentages

%21.82
%25.45
%0
%13.73

Codes

Color #ACA4DC in popluar color models

ACA4DC
RGB172164220
HSL249°44.44%75.29%
HSB/HSV249°25.45%86.27%
CMYK21.82%25.45%0.00%
13.73%

Color #ACA4DC in popluar number systems.

HEXACA4DC
Decimal172164220
Binary101011001010010011011100
Octal254244334

Shades and tints

Shades of #ACA4DC

#ACA4DC
(172,164,220)
#9D96C8
(157,150,200)
#8E88B4
(142,136,180)
#7F7AA0
(127,122,160)
#706C8C
(112,108,140)
#615E78
(97,94,120)
#525064
(82,80,100)
#434250
(67,66,80)
#34343C
(52,52,60)
#252628
(37,38,40)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACA4DC

#ACA4DC
(172,164,220)
#B3ACDF
(179,172,223)
#BAB4E2
(186,180,226)
#C1BCE5
(193,188,229)
#C8C4E8
(200,196,232)
#CFCCEB
(207,204,235)
#D6D4EE
(214,212,238)
#DDDCF1
(221,220,241)
#E4E4F4
(228,228,244)
#EBECF7
(235,236,247)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4DC; }

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

This text font color is #ACA4DC.


Background Color

.myBgColor { background-color: #ACA4DC; }

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

This div background color is #ACA4DC.


Border color

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

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

This div border color is #ACA4DC.


Opacity

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

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

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

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

This text has shadow with #ACA4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4DC on black background.


Color preview on white background

This text has color #ACA4DC on white background.



Black color preview on #ACA4DC background

This text has black color on #ACA4DC background.


White color preview on #ACA4DC background

This text has white color on #ACA4DC background.