COLOR #ACA6CE

HEX: #ACA6CE RGB: (172,166,206)

Color info

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

RGB color model

#ACA6CE color RGB value is (172,166,206).

RGB: (172,166,206) (67%, 65%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 206 of 255 = 81%

172
166
206

R + G + B ~ 71%. #ACA6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 206 = 544 (100%)
R 172 of 544 ~ 31.62%
G 166 of 544 ~ 30.51%
B 206 of 544 ~ 37.87'%

%31.62
%30.51
%37.87

CMYK color model

#ACA6CE color CMYK value is (17,19,0,19).

  • cyan value is 16.50%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,19,0,19)
C17M19Y0K19 (17%, 19%, 0%, 19%)
(0.17 / 0.19 / 0.00 / 0.19)

CMYK percentages

%16.5
%19.42
%0
%19.22

Codes

Color #ACA6CE in popluar color models

AC A6 CE
RGB 172 166 206
HSL 249° 28.99% 72.94%
HSB/HSV 249° 19.42% 80.78%
CMYK 16.50% 19.42% 0.00%
19.22%

Color #ACA6CE in popluar number systems.

HEX AC A6 CE
Decimal 172 166 206
Binary 10101100 10100110 11001110
Octal 254 246 316

Shades and tints

Shades of #ACA6CE

#ACA6CE
(172,166,206)
#9D97BC
(157,151,188)
#8E88AA
(142,136,170)
#7F7998
(127,121,152)
#706A86
(112,106,134)
#615B74
(97,91,116)
#524C62
(82,76,98)
#433D50
(67,61,80)
#342E3E
(52,46,62)
#251F2C
(37,31,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #ACA6CE

#ACA6CE
(172,166,206)
#B3AED2
(179,174,210)
#BAB6D6
(186,182,214)
#C1BEDA
(193,190,218)
#C8C6DE
(200,198,222)
#CFCEE2
(207,206,226)
#D6D6E6
(214,214,230)
#DDDEEA
(221,222,234)
#E4E6EE
(228,230,238)
#EBEEF2
(235,238,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6CE; }

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

This text font color is #ACA6CE.

Background Color

.myBgColor { background-color: #ACA6CE; }

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

This div background color is #ACA6CE.

Border color

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

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

This div border color is #ACA6CE.

Opacity

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

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

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

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

This text has shadow with #ACA6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA6CE.

Preview

Color preview on black background

This text has color #ACA6CE on black background.


Color preview on white background

This text has color #ACA6CE on white background.


Black color preview on #ACA6CE background

This text has black color on #ACA6CE background.


White color preview on #ACA6CE background

This text has white color on #ACA6CE background.


Related colors

Complementary color

Complementary color for #hex is #535931.


I love getcolorcode.com

Triadic colors

1 #CEACA6 and #A6CEAC with #ACA6CE are triadic colors.

2 #CEA6AC and #A6ACCE with #ACA6CE are triadic colors.