COLOR #ACA8D9

HEX: #ACA8D9
RGB: (172,168,217)

Color info

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

RGB color model

#ACA8D9 color RGB value is (172,168,217).

  • red value is 172;
  • green value is 168;
  • blue value is 217.
RGB:
(172,168,217)
(67%,66%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 217 of 255 = 85%

172
168
217

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 217 = 557 (100%)
R 172 of 557 ~ 30.88%
G 168 of 557 ~ 30.16%
B 217 of 557 ~ 38.96%

%30.88
%30.16
%38.96

CMYK color model

#ACA8D9 color CMYK value is (21,23,0,15).

  • cyan value is 20.74%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,23,0,15)
C21M23Y0K15 
(21%,23%,0%,15%)
(0.21/0.23/0.00/0.15)	

CMYK percentages

%20.74
%22.58
%0
%14.9

Codes

Color #ACA8D9 in popluar color models

ACA8D9
RGB172168217
HSL245°39.20%75.49%
HSB/HSV245°22.58%85.10%
CMYK20.74%22.58%0.00%
14.90%

Color #ACA8D9 in popluar number systems.

HEXACA8D9
Decimal172168217
Binary101011001010100011011001
Octal254250331

Shades and tints

Shades of #ACA8D9

#ACA8D9
(172,168,217)
#9D99C6
(157,153,198)
#8E8AB3
(142,138,179)
#7F7BA0
(127,123,160)
#706C8D
(112,108,141)
#615D7A
(97,93,122)
#524E67
(82,78,103)
#433F54
(67,63,84)
#343041
(52,48,65)
#25212E
(37,33,46)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #ACA8D9

#ACA8D9
(172,168,217)
#B3AFDC
(179,175,220)
#BAB6DF
(186,182,223)
#C1BDE2
(193,189,226)
#C8C4E5
(200,196,229)
#CFCBE8
(207,203,232)
#D6D2EB
(214,210,235)
#DDD9EE
(221,217,238)
#E4E0F1
(228,224,241)
#EBE7F4
(235,231,244)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA8D9 color. Also use rgb(172,168,217) instead hex code.

Text Font Color

.myTextColor { color: #ACA8D9; }

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

This text font color is #ACA8D9.


Background Color

.myBgColor { background-color: #ACA8D9; }

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

This div background color is #ACA8D9.


Border color

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

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

This div border color is #ACA8D9.


Opacity

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

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

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

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

This text has shadow with #ACA8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8D9 on black background.


Color preview on white background

This text has color #ACA8D9 on white background.



Black color preview on #ACA8D9 background

This text has black color on #ACA8D9 background.


White color preview on #ACA8D9 background

This text has white color on #ACA8D9 background.