COLOR #ACA3CE

HEX: #ACA3CE
RGB: (172,163,206)

Color info

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

RGB color model

#ACA3CE color RGB value is (172,163,206).

  • red value is 172;
  • green value is 163;
  • blue value is 206.
RGB:
(172,163,206)
(67%,64%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 206 of 255 = 81%

172
163
206

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 206 = 541 (100%)
R 172 of 541 ~ 31.79%
G 163 of 541 ~ 30.13%
B 206 of 541 ~ 38.08%

%31.79
%30.13
%38.08

CMYK color model

#ACA3CE color CMYK value is (17,21,0,19).

  • cyan value is 16.50%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,21,0,19)
C17M21Y0K19 
(17%,21%,0%,19%)
(0.17/0.21/0.00/0.19)	

CMYK percentages

%16.5
%20.87
%0
%19.22

Codes

Color #ACA3CE in popluar color models

ACA3CE
RGB172163206
HSL253°30.50%72.35%
HSB/HSV253°20.87%80.78%
CMYK16.50%20.87%0.00%
19.22%

Color #ACA3CE in popluar number systems.

HEXACA3CE
Decimal172163206
Binary101011001010001111001110
Octal254243316

Shades and tints

Shades of #ACA3CE

#ACA3CE
(172,163,206)
#9D95BC
(157,149,188)
#8E87AA
(142,135,170)
#7F7998
(127,121,152)
#706B86
(112,107,134)
#615D74
(97,93,116)
#524F62
(82,79,98)
#434150
(67,65,80)
#34333E
(52,51,62)
#25252C
(37,37,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACA3CE

#ACA3CE
(172,163,206)
#B3ABD2
(179,171,210)
#BAB3D6
(186,179,214)
#C1BBDA
(193,187,218)
#C8C3DE
(200,195,222)
#CFCBE2
(207,203,226)
#D6D3E6
(214,211,230)
#DDDBEA
(221,219,234)
#E4E3EE
(228,227,238)
#EBEBF2
(235,235,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA3CE color. Also use rgb(172,163,206) instead hex code.

Text Font Color

.myTextColor { color: #ACA3CE; }

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

This text font color is #ACA3CE.


Background Color

.myBgColor { background-color: #ACA3CE; }

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

This div background color is #ACA3CE.


Border color

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

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

This div border color is #ACA3CE.


Opacity

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

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

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

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

This text has shadow with #ACA3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA3CE on black background.


Color preview on white background

This text has color #ACA3CE on white background.



Black color preview on #ACA3CE background

This text has black color on #ACA3CE background.


White color preview on #ACA3CE background

This text has white color on #ACA3CE background.