COLOR #ACA8E6

HEX: #ACA8E6
RGB: (172,168,230)

Color info

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

RGB color model

#ACA8E6 color RGB value is (172,168,230).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 230 of 255 = 90%

172
168
230

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 230 = 570 (100%)
R 172 of 570 ~ 30.18%
G 168 of 570 ~ 29.47%
B 230 of 570 ~ 40.35%

%30.18
%29.47
%40.35

CMYK color model

#ACA8E6 color CMYK value is (25,27,0,10).

  • cyan value is 25.22%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(25,27,0,10)
C25M27Y0K10 
(25%,27%,0%,10%)
(0.25/0.27/0.00/0.10)	

CMYK percentages

%25.22
%26.96
%0
%9.8

Codes

Color #ACA8E6 in popluar color models

ACA8E6
RGB172168230
HSL244°55.36%78.04%
HSB/HSV244°26.96%90.20%
CMYK25.22%26.96%0.00%
9.80%

Color #ACA8E6 in popluar number systems.

HEXACA8E6
Decimal172168230
Binary101011001010100011100110
Octal254250346

Shades and tints

Shades of #ACA8E6

#ACA8E6
(172,168,230)
#9D99D2
(157,153,210)
#8E8ABE
(142,138,190)
#7F7BAA
(127,123,170)
#706C96
(112,108,150)
#615D82
(97,93,130)
#524E6E
(82,78,110)
#433F5A
(67,63,90)
#343046
(52,48,70)
#252132
(37,33,50)
#16121E
(22,18,30)
#000000
(0,0,0)

Tints of #ACA8E6

#ACA8E6
(172,168,230)
#B3AFE8
(179,175,232)
#BAB6EA
(186,182,234)
#C1BDEC
(193,189,236)
#C8C4EE
(200,196,238)
#CFCBF0
(207,203,240)
#D6D2F2
(214,210,242)
#DDD9F4
(221,217,244)
#E4E0F6
(228,224,246)
#EBE7F8
(235,231,248)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8E6; }

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

This text font color is #ACA8E6.


Background Color

.myBgColor { background-color: #ACA8E6; }

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

This div background color is #ACA8E6.


Border color

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

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

This div border color is #ACA8E6.


Opacity

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

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

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

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

This text has shadow with #ACA8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8E6 on black background.


Color preview on white background

This text has color #ACA8E6 on white background.



Black color preview on #ACA8E6 background

This text has black color on #ACA8E6 background.


White color preview on #ACA8E6 background

This text has white color on #ACA8E6 background.