COLOR #ACA1E2

HEX: #ACA1E2
RGB: (172,161,226)

Color info

#ACA1E2 contains mainly red and blue colors. Web safe color of #ACA1E2 is #9999CC (or #99C).

RGB color model

#ACA1E2 color RGB value is (172,161,226).

  • red value is 172;
  • green value is 161;
  • blue value is 226.
RGB:
(172,161,226)
(67%,63%,89%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 226 of 255 = 89%

172
161
226

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

Portions of RGB colors in percentages

R + G + B =
172 + 161 + 226 = 559 (100%)
R 172 of 559 ~ 30.77%
G 161 of 559 ~ 28.8%
B 226 of 559 ~ 40.43%

%30.77
%28.8
%40.43

CMYK color model

#ACA1E2 color CMYK value is (24,29,0,11).

  • cyan value is 23.89%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(24,29,0,11)
C24M29Y0K11 
(24%,29%,0%,11%)
(0.24/0.29/0.00/0.11)	

CMYK percentages

%23.89
%28.76
%0
%11.37

Codes

Color #ACA1E2 in popluar color models

ACA1E2
RGB172161226
HSL250°52.85%75.88%
HSB/HSV250°28.76%88.63%
CMYK23.89%28.76%0.00%
11.37%

Color #ACA1E2 in popluar number systems.

HEXACA1E2
Decimal172161226
Binary101011001010000111100010
Octal254241342

Shades and tints

Shades of #ACA1E2

#ACA1E2
(172,161,226)
#9D93CE
(157,147,206)
#8E85BA
(142,133,186)
#7F77A6
(127,119,166)
#706992
(112,105,146)
#615B7E
(97,91,126)
#524D6A
(82,77,106)
#433F56
(67,63,86)
#343142
(52,49,66)
#25232E
(37,35,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACA1E2

#ACA1E2
(172,161,226)
#B3A9E4
(179,169,228)
#BAB1E6
(186,177,230)
#C1B9E8
(193,185,232)
#C8C1EA
(200,193,234)
#CFC9EC
(207,201,236)
#D6D1EE
(214,209,238)
#DDD9F0
(221,217,240)
#E4E1F2
(228,225,242)
#EBE9F4
(235,233,244)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA1E2 color. Also use rgb(172,161,226) instead hex code.

Text Font Color

.myTextColor { color: #ACA1E2; }

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

This text font color is #ACA1E2.


Background Color

.myBgColor { background-color: #ACA1E2; }

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

This div background color is #ACA1E2.


Border color

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

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

This div border color is #ACA1E2.


Opacity

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

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

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

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

This text has shadow with #ACA1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA1E2 on black background.


Color preview on white background

This text has color #ACA1E2 on white background.



Black color preview on #ACA1E2 background

This text has black color on #ACA1E2 background.


White color preview on #ACA1E2 background

This text has white color on #ACA1E2 background.