COLOR #ACA9CE

HEX: #ACA9CE
RGB: (172,169,206)

Color info

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

RGB color model

#ACA9CE color RGB value is (172,169,206).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 206 of 255 = 81%

172
169
206

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 206 = 547 (100%)
R 172 of 547 ~ 31.44%
G 169 of 547 ~ 30.9%
B 206 of 547 ~ 37.66%

%31.44
%30.9
%37.66

CMYK color model

#ACA9CE color CMYK value is (17,18,0,19).

  • cyan value is 16.50%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,18,0,19)
C17M18Y0K19 
(17%,18%,0%,19%)
(0.17/0.18/0.00/0.19)	

CMYK percentages

%16.5
%17.96
%0
%19.22

Codes

Color #ACA9CE in popluar color models

ACA9CE
RGB172169206
HSL245°27.41%73.53%
HSB/HSV245°17.96%80.78%
CMYK16.50%17.96%0.00%
19.22%

Color #ACA9CE in popluar number systems.

HEXACA9CE
Decimal172169206
Binary101011001010100111001110
Octal254251316

Shades and tints

Shades of #ACA9CE

#ACA9CE
(172,169,206)
#9D9ABC
(157,154,188)
#8E8BAA
(142,139,170)
#7F7C98
(127,124,152)
#706D86
(112,109,134)
#615E74
(97,94,116)
#524F62
(82,79,98)
#434050
(67,64,80)
#34313E
(52,49,62)
#25222C
(37,34,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #ACA9CE

#ACA9CE
(172,169,206)
#B3B0D2
(179,176,210)
#BAB7D6
(186,183,214)
#C1BEDA
(193,190,218)
#C8C5DE
(200,197,222)
#CFCCE2
(207,204,226)
#D6D3E6
(214,211,230)
#DDDAEA
(221,218,234)
#E4E1EE
(228,225,238)
#EBE8F2
(235,232,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA9CE; }

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

This text font color is #ACA9CE.


Background Color

.myBgColor { background-color: #ACA9CE; }

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

This div background color is #ACA9CE.


Border color

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

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

This div border color is #ACA9CE.


Opacity

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

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

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

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

This text has shadow with #ACA9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA9CE on black background.


Color preview on white background

This text has color #ACA9CE on white background.



Black color preview on #ACA9CE background

This text has black color on #ACA9CE background.


White color preview on #ACA9CE background

This text has white color on #ACA9CE background.