COLOR #ACA0CE

HEX: #ACA0CE
RGB: (172,160,206)

Color info

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

RGB color model

#ACA0CE color RGB value is (172,160,206).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 206 of 255 = 81%

172
160
206

R + G + B ~ 70%. #ACA0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 206 = 538 (100%)
R 172 of 538 ~ 31.97%
G 160 of 538 ~ 29.74%
B 206 of 538 ~ 38.29%

%31.97
%29.74
%38.29

CMYK color model

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

  • cyan value is 16.50%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,22,0,19)
C17M22Y0K19 
(17%,22%,0%,19%)
(0.17/0.22/0.00/0.19)	

CMYK percentages

%16.5
%22.33
%0
%19.22

Codes

Color #ACA0CE in popluar color models

ACA0CE
RGB172160206
HSL256°31.94%71.76%
HSB/HSV256°22.33%80.78%
CMYK16.50%22.33%0.00%
19.22%

Color #ACA0CE in popluar number systems.

HEXACA0CE
Decimal172160206
Binary101011001010000011001110
Octal254240316

Shades and tints

Shades of #ACA0CE

#ACA0CE
(172,160,206)
#9D92BC
(157,146,188)
#8E84AA
(142,132,170)
#7F7698
(127,118,152)
#706886
(112,104,134)
#615A74
(97,90,116)
#524C62
(82,76,98)
#433E50
(67,62,80)
#34303E
(52,48,62)
#25222C
(37,34,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #ACA0CE

#ACA0CE
(172,160,206)
#B3A8D2
(179,168,210)
#BAB0D6
(186,176,214)
#C1B8DA
(193,184,218)
#C8C0DE
(200,192,222)
#CFC8E2
(207,200,226)
#D6D0E6
(214,208,230)
#DDD8EA
(221,216,234)
#E4E0EE
(228,224,238)
#EBE8F2
(235,232,242)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA0CE; }

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

This text font color is #ACA0CE.


Background Color

.myBgColor { background-color: #ACA0CE; }

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

This div background color is #ACA0CE.


Border color

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

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

This div border color is #ACA0CE.


Opacity

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

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

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

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

This text has shadow with #ACA0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA0CE on black background.


Color preview on white background

This text has color #ACA0CE on white background.



Black color preview on #ACA0CE background

This text has black color on #ACA0CE background.


White color preview on #ACA0CE background

This text has white color on #ACA0CE background.