COLOR #ACA4D0

HEX: #ACA4D0
RGB: (172,164,208)

Color info

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

RGB color model

#ACA4D0 color RGB value is (172,164,208).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 208 of 255 = 82%

172
164
208

R + G + B ~ 71%. #ACA4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 208 = 544 (100%)
R 172 of 544 ~ 31.62%
G 164 of 544 ~ 30.15%
B 208 of 544 ~ 38.24%

%31.62
%30.15
%38.24

CMYK color model

#ACA4D0 color CMYK value is (17,21,0,18).

  • cyan value is 17.31%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,21,0,18)
C17M21Y0K18 
(17%,21%,0%,18%)
(0.17/0.21/0.00/0.18)	

CMYK percentages

%17.31
%21.15
%0
%18.43

Codes

Color #ACA4D0 in popluar color models

ACA4D0
RGB172164208
HSL251°31.88%72.94%
HSB/HSV251°21.15%81.57%
CMYK17.31%21.15%0.00%
18.43%

Color #ACA4D0 in popluar number systems.

HEXACA4D0
Decimal172164208
Binary101011001010010011010000
Octal254244320

Shades and tints

Shades of #ACA4D0

#ACA4D0
(172,164,208)
#9D96BE
(157,150,190)
#8E88AC
(142,136,172)
#7F7A9A
(127,122,154)
#706C88
(112,108,136)
#615E76
(97,94,118)
#525064
(82,80,100)
#434252
(67,66,82)
#343440
(52,52,64)
#25262E
(37,38,46)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #ACA4D0

#ACA4D0
(172,164,208)
#B3ACD4
(179,172,212)
#BAB4D8
(186,180,216)
#C1BCDC
(193,188,220)
#C8C4E0
(200,196,224)
#CFCCE4
(207,204,228)
#D6D4E8
(214,212,232)
#DDDCEC
(221,220,236)
#E4E4F0
(228,228,240)
#EBECF4
(235,236,244)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4D0; }

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

This text font color is #ACA4D0.


Background Color

.myBgColor { background-color: #ACA4D0; }

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

This div background color is #ACA4D0.


Border color

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

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

This div border color is #ACA4D0.


Opacity

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

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

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

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

This text has shadow with #ACA4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4D0 on black background.


Color preview on white background

This text has color #ACA4D0 on white background.



Black color preview on #ACA4D0 background

This text has black color on #ACA4D0 background.


White color preview on #ACA4D0 background

This text has white color on #ACA4D0 background.