COLOR #ACA2CE

HEX: #ACA2CE
RGB: (172,162,206)

Color info

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

RGB color model

#ACA2CE color RGB value is (172,162,206).

  • red value is 172;
  • green value is 162;
  • blue value is 206.
RGB: (172,162,206) (67%,64%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 206 of 255 = 81%

172
162
206

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 206 = 540 (100%)
R 172 of 540 ~ 31.85%
G 162 of 540 ~ 30%
B 206 of 540 ~ 38.15%

%31.85
%30
%38.15

CMYK color model

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

  • cyan value is 16.50%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (17,21,0,19) C17M21Y0K19 (17%,21%,0%,19%) (0.17/0.21/0.00/0.19)

CMYK percentages

%16.5
%21.36
%0
%19.22

Codes

Color #ACA2CE in popluar color models

ACA2CE
RGB172162206
HSL254°30.99%72.16%
HSB/HSV254°21.36%80.78%
CMYK16.50%21.36%0.00%
19.22%

Color #ACA2CE in popluar number systems.

HEXACA2CE
Decimal172162206
Binary101011001010001011001110
Octal254242316

Shades and tints

Shades of #ACA2CE

#ACA2CE
(172,162,206)
#9D94BC
(157,148,188)
#8E86AA
(142,134,170)
#7F7898
(127,120,152)
#706A86
(112,106,134)
#615C74
(97,92,116)
#524E62
(82,78,98)
#434050
(67,64,80)
#34323E
(52,50,62)
#25242C
(37,36,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #ACA2CE

#ACA2CE
(172,162,206)
#B3AAD2
(179,170,210)
#BAB2D6
(186,178,214)
#C1BADA
(193,186,218)
#C8C2DE
(200,194,222)
#CFCAE2
(207,202,226)
#D6D2E6
(214,210,230)
#DDDAEA
(221,218,234)
#E4E2EE
(228,226,238)
#EBEAF2
(235,234,242)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA2CE; }

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

This text font color is #ACA2CE.


Background Color

.myBgColor { background-color: #ACA2CE; }

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

This div background color is #ACA2CE.


Border color

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

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

This div border color is #ACA2CE.


Opacity

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

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

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

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

This text has shadow with #ACA2CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACA2CE on black background.


Color preview on white background

This text has color #ACA2CE on white background.



Black color preview on #ACA2CE background

This text has black color on #ACA2CE background.


White color preview on #ACA2CE background

This text has white color on #ACA2CE background.