COLOR #ACA6DE

HEX: #ACA6DE
RGB: (172,166,222)

Color info

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

RGB color model

#ACA6DE color RGB value is (172,166,222).

  • red value is 172;
  • green value is 166;
  • blue value is 222.
RGB:
(172,166,222)
(67%,65%,87%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 222 of 255 = 87%

172
166
222

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 222 = 560 (100%)
R 172 of 560 ~ 30.71%
G 166 of 560 ~ 29.64%
B 222 of 560 ~ 39.64%

%30.71
%29.64
%39.64

CMYK color model

#ACA6DE color CMYK value is (23,25,0,13).

  • cyan value is 22.52%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,25,0,13)
C23M25Y0K13 
(23%,25%,0%,13%)
(0.23/0.25/0.00/0.13)	

CMYK percentages

%22.52
%25.23
%0
%12.94

Codes

Color #ACA6DE in popluar color models

ACA6DE
RGB172166222
HSL246°45.90%76.08%
HSB/HSV246°25.23%87.06%
CMYK22.52%25.23%0.00%
12.94%

Color #ACA6DE in popluar number systems.

HEXACA6DE
Decimal172166222
Binary101011001010011011011110
Octal254246336

Shades and tints

Shades of #ACA6DE

#ACA6DE
(172,166,222)
#9D97CA
(157,151,202)
#8E88B6
(142,136,182)
#7F79A2
(127,121,162)
#706A8E
(112,106,142)
#615B7A
(97,91,122)
#524C66
(82,76,102)
#433D52
(67,61,82)
#342E3E
(52,46,62)
#251F2A
(37,31,42)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #ACA6DE

#ACA6DE
(172,166,222)
#B3AEE1
(179,174,225)
#BAB6E4
(186,182,228)
#C1BEE7
(193,190,231)
#C8C6EA
(200,198,234)
#CFCEED
(207,206,237)
#D6D6F0
(214,214,240)
#DDDEF3
(221,222,243)
#E4E6F6
(228,230,246)
#EBEEF9
(235,238,249)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA6DE color. Also use rgb(172,166,222) instead hex code.

Text Font Color

.myTextColor { color: #ACA6DE; }

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

This text font color is #ACA6DE.


Background Color

.myBgColor { background-color: #ACA6DE; }

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

This div background color is #ACA6DE.


Border color

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

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

This div border color is #ACA6DE.


Opacity

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

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

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

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

This text has shadow with #ACA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6DE on black background.


Color preview on white background

This text has color #ACA6DE on white background.



Black color preview on #ACA6DE background

This text has black color on #ACA6DE background.


White color preview on #ACA6DE background

This text has white color on #ACA6DE background.