COLOR #ACA4DF

HEX: #ACA4DF
RGB: (172,164,223)

Color info

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

RGB color model

#ACA4DF color RGB value is (172,164,223).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 223 of 255 = 87%

172
164
223

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 223 = 559 (100%)
R 172 of 559 ~ 30.77%
G 164 of 559 ~ 29.34%
B 223 of 559 ~ 39.89%

%30.77
%29.34
%39.89

CMYK color model

#ACA4DF color CMYK value is (23,26,0,13).

  • cyan value is 22.87%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,26,0,13)
C23M26Y0K13 
(23%,26%,0%,13%)
(0.23/0.26/0.00/0.13)	

CMYK percentages

%22.87
%26.46
%0
%12.55

Codes

Color #ACA4DF in popluar color models

ACA4DF
RGB172164223
HSL248°47.97%75.88%
HSB/HSV248°26.46%87.45%
CMYK22.87%26.46%0.00%
12.55%

Color #ACA4DF in popluar number systems.

HEXACA4DF
Decimal172164223
Binary101011001010010011011111
Octal254244337

Shades and tints

Shades of #ACA4DF

#ACA4DF
(172,164,223)
#9D96CB
(157,150,203)
#8E88B7
(142,136,183)
#7F7AA3
(127,122,163)
#706C8F
(112,108,143)
#615E7B
(97,94,123)
#525067
(82,80,103)
#434253
(67,66,83)
#34343F
(52,52,63)
#25262B
(37,38,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACA4DF

#ACA4DF
(172,164,223)
#B3ACE1
(179,172,225)
#BAB4E3
(186,180,227)
#C1BCE5
(193,188,229)
#C8C4E7
(200,196,231)
#CFCCE9
(207,204,233)
#D6D4EB
(214,212,235)
#DDDCED
(221,220,237)
#E4E4EF
(228,228,239)
#EBECF1
(235,236,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4DF; }

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

This text font color is #ACA4DF.


Background Color

.myBgColor { background-color: #ACA4DF; }

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

This div background color is #ACA4DF.


Border color

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

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

This div border color is #ACA4DF.


Opacity

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

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

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

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

This text has shadow with #ACA4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4DF on black background.


Color preview on white background

This text has color #ACA4DF on white background.



Black color preview on #ACA4DF background

This text has black color on #ACA4DF background.


White color preview on #ACA4DF background

This text has white color on #ACA4DF background.