COLOR #ACA8E1

HEX: #ACA8E1
RGB: (172,168,225)

Color info

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

RGB color model

#ACA8E1 color RGB value is (172,168,225).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 225 of 255 = 88%

172
168
225

R + G + B ~ 74%. #ACA8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 225 = 565 (100%)
R 172 of 565 ~ 30.44%
G 168 of 565 ~ 29.73%
B 225 of 565 ~ 39.82%

%30.44
%29.73
%39.82

CMYK color model

#ACA8E1 color CMYK value is (24,25,0,12).

  • cyan value is 23.56%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,25,0,12)
C24M25Y0K12 
(24%,25%,0%,12%)
(0.24/0.25/0.00/0.12)	

CMYK percentages

%23.56
%25.33
%0
%11.76

Codes

Color #ACA8E1 in popluar color models

ACA8E1
RGB172168225
HSL244°48.72%77.06%
HSB/HSV244°25.33%88.24%
CMYK23.56%25.33%0.00%
11.76%

Color #ACA8E1 in popluar number systems.

HEXACA8E1
Decimal172168225
Binary101011001010100011100001
Octal254250341

Shades and tints

Shades of #ACA8E1

#ACA8E1
(172,168,225)
#9D99CD
(157,153,205)
#8E8AB9
(142,138,185)
#7F7BA5
(127,123,165)
#706C91
(112,108,145)
#615D7D
(97,93,125)
#524E69
(82,78,105)
#433F55
(67,63,85)
#343041
(52,48,65)
#25212D
(37,33,45)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #ACA8E1

#ACA8E1
(172,168,225)
#B3AFE3
(179,175,227)
#BAB6E5
(186,182,229)
#C1BDE7
(193,189,231)
#C8C4E9
(200,196,233)
#CFCBEB
(207,203,235)
#D6D2ED
(214,210,237)
#DDD9EF
(221,217,239)
#E4E0F1
(228,224,241)
#EBE7F3
(235,231,243)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8E1; }

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

This text font color is #ACA8E1.


Background Color

.myBgColor { background-color: #ACA8E1; }

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

This div background color is #ACA8E1.


Border color

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

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

This div border color is #ACA8E1.


Opacity

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

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

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

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

This text has shadow with #ACA8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8E1 on black background.


Color preview on white background

This text has color #ACA8E1 on white background.



Black color preview on #ACA8E1 background

This text has black color on #ACA8E1 background.


White color preview on #ACA8E1 background

This text has white color on #ACA8E1 background.