COLOR #ACA4D4

HEX: #ACA4D4 RGB: (172,164,212)

Color info

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

RGB color model

#ACA4D4 color RGB value is (172,164,212).

RGB: (172,164,212) (67%, 64%, 83%)

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 212 of 255 = 83%

172
164
212

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

Portions of RGB colors in percentages

R + G + B = 172 + 164 + 212 = 548 (100%)
R 172 of 548 ~ 31.39%
G 164 of 548 ~ 29.93%
B 212 of 548 ~ 38.69'%

%31.39
%29.93
%38.69

CMYK color model

#ACA4D4 color CMYK value is (19,23,0,17).

  • cyan value is 18.87%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (19,23,0,17)
C19M23Y0K17 (19%, 23%, 0%, 17%)
(0.19 / 0.23 / 0.00 / 0.17)

CMYK percentages

%18.87
%22.64
%0
%16.86

Codes

Color #ACA4D4 in popluar color models

AC A4 D4
RGB 172 164 212
HSL 250° 35.82% 73.73%
HSB/HSV 250° 22.64% 83.14%
CMYK 18.87% 22.64% 0.00%
16.86%

Color #ACA4D4 in popluar number systems.

HEX AC A4 D4
Decimal 172 164 212
Binary 10101100 10100100 11010100
Octal 254 244 324

Shades and tints

Shades of #ACA4D4

#ACA4D4
(172,164,212)
#9D96C1
(157,150,193)
#8E88AE
(142,136,174)
#7F7A9B
(127,122,155)
#706C88
(112,108,136)
#615E75
(97,94,117)
#525062
(82,80,98)
#43424F
(67,66,79)
#34343C
(52,52,60)
#252629
(37,38,41)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACA4D4

#ACA4D4
(172,164,212)
#B3ACD7
(179,172,215)
#BAB4DA
(186,180,218)
#C1BCDD
(193,188,221)
#C8C4E0
(200,196,224)
#CFCCE3
(207,204,227)
#D6D4E6
(214,212,230)
#DDDCE9
(221,220,233)
#E4E4EC
(228,228,236)
#EBECEF
(235,236,239)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4D4; }

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

This text font color is #ACA4D4.

Background Color

.myBgColor { background-color: #ACA4D4; }

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

This div background color is #ACA4D4.

Border color

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

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

This div border color is #ACA4D4.

Opacity

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

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

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

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

This text has shadow with #ACA4D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA4D4.

Preview

Color preview on black background

This text has color #ACA4D4 on black background.


Color preview on white background

This text has color #ACA4D4 on white background.


Black color preview on #ACA4D4 background

This text has black color on #ACA4D4 background.


White color preview on #ACA4D4 background

This text has white color on #ACA4D4 background.


Related colors

Complementary color

Complementary color for #hex is #535B2B.


I love getcolorcode.com

Triadic colors

1 #D4ACA4 and #A4D4AC with #ACA4D4 are triadic colors.

2 #D4A4AC and #A4ACD4 with #ACA4D4 are triadic colors.