COLOR #ACA2D1

HEX: #ACA2D1 RGB: (172,162,209)

Color info

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

RGB color model

#ACA2D1 color RGB value is (172,162,209).

RGB: (172,162,209) (67%, 64%, 82%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 209 of 255 = 82%

172
162
209

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

Portions of RGB colors in percentages

R + G + B = 172 + 162 + 209 = 543 (100%)
R 172 of 543 ~ 31.68%
G 162 of 543 ~ 29.83%
B 209 of 543 ~ 38.49'%

%31.68
%29.83
%38.49

CMYK color model

#ACA2D1 color CMYK value is (18,22,0,18).

  • cyan value is 17.70%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (18,22,0,18)
C18M22Y0K18 (18%, 22%, 0%, 18%)
(0.18 / 0.22 / 0.00 / 0.18)

CMYK percentages

%17.7
%22.49
%0
%18.04

Codes

Color #ACA2D1 in popluar color models

AC A2 D1
RGB 172 162 209
HSL 253° 33.81% 72.75%
HSB/HSV 253° 22.49% 81.96%
CMYK 17.70% 22.49% 0.00%
18.04%

Color #ACA2D1 in popluar number systems.

HEX AC A2 D1
Decimal 172 162 209
Binary 10101100 10100010 11010001
Octal 254 242 321

Shades and tints

Shades of #ACA2D1

#ACA2D1
(172,162,209)
#9D94BE
(157,148,190)
#8E86AB
(142,134,171)
#7F7898
(127,120,152)
#706A85
(112,106,133)
#615C72
(97,92,114)
#524E5F
(82,78,95)
#43404C
(67,64,76)
#343239
(52,50,57)
#252426
(37,36,38)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACA2D1

#ACA2D1
(172,162,209)
#B3AAD5
(179,170,213)
#BAB2D9
(186,178,217)
#C1BADD
(193,186,221)
#C8C2E1
(200,194,225)
#CFCAE5
(207,202,229)
#D6D2E9
(214,210,233)
#DDDAED
(221,218,237)
#E4E2F1
(228,226,241)
#EBEAF5
(235,234,245)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA2D1 color. Also use rgb(172,162,209) instead hex code.

Text Font Color

.myTextColor { color: #ACA2D1; }

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

This text font color is #ACA2D1.

Background Color

.myBgColor { background-color: #ACA2D1; }

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

This div background color is #ACA2D1.

Border color

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

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

This div border color is #ACA2D1.

Opacity

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

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

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

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

This text has shadow with #ACA2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA2D1.

Preview

Color preview on black background

This text has color #ACA2D1 on black background.


Color preview on white background

This text has color #ACA2D1 on white background.


Black color preview on #ACA2D1 background

This text has black color on #ACA2D1 background.


White color preview on #ACA2D1 background

This text has white color on #ACA2D1 background.


Related colors

Complementary color

Complementary color for #hex is #535D2E.


I love getcolorcode.com

Triadic colors

1 #D1ACA2 and #A2D1AC with #ACA2D1 are triadic colors.

2 #D1A2AC and #A2ACD1 with #ACA2D1 are triadic colors.