COLOR #ACA8E3

HEX: #ACA8E3
RGB: (172,168,227)

Color info

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

RGB color model

#ACA8E3 color RGB value is (172,168,227).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 227 of 255 = 89%

172
168
227

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 227 = 567 (100%)
R 172 of 567 ~ 30.34%
G 168 of 567 ~ 29.63%
B 227 of 567 ~ 40.04%

%30.34
%29.63
%40.04

CMYK color model

#ACA8E3 color CMYK value is (24,26,0,11).

  • cyan value is 24.23%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,26,0,11)
C24M26Y0K11 
(24%,26%,0%,11%)
(0.24/0.26/0.00/0.11)	

CMYK percentages

%24.23
%25.99
%0
%10.98

Codes

Color #ACA8E3 in popluar color models

ACA8E3
RGB172168227
HSL244°51.30%77.45%
HSB/HSV244°25.99%89.02%
CMYK24.23%25.99%0.00%
10.98%

Color #ACA8E3 in popluar number systems.

HEXACA8E3
Decimal172168227
Binary101011001010100011100011
Octal254250343

Shades and tints

Shades of #ACA8E3

#ACA8E3
(172,168,227)
#9D99CF
(157,153,207)
#8E8ABB
(142,138,187)
#7F7BA7
(127,123,167)
#706C93
(112,108,147)
#615D7F
(97,93,127)
#524E6B
(82,78,107)
#433F57
(67,63,87)
#343043
(52,48,67)
#25212F
(37,33,47)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #ACA8E3

#ACA8E3
(172,168,227)
#B3AFE5
(179,175,229)
#BAB6E7
(186,182,231)
#C1BDE9
(193,189,233)
#C8C4EB
(200,196,235)
#CFCBED
(207,203,237)
#D6D2EF
(214,210,239)
#DDD9F1
(221,217,241)
#E4E0F3
(228,224,243)
#EBE7F5
(235,231,245)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8E3; }

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

This text font color is #ACA8E3.


Background Color

.myBgColor { background-color: #ACA8E3; }

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

This div background color is #ACA8E3.


Border color

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

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

This div border color is #ACA8E3.


Opacity

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

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

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

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

This text has shadow with #ACA8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8E3 on black background.


Color preview on white background

This text has color #ACA8E3 on white background.



Black color preview on #ACA8E3 background

This text has black color on #ACA8E3 background.


White color preview on #ACA8E3 background

This text has white color on #ACA8E3 background.