COLOR #ACA0C3

HEX: #ACA0C3
RGB: (172,160,195)

Color info

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

RGB color model

#ACA0C3 color RGB value is (172,160,195).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 195 of 255 = 76%

172
160
195

R + G + B ~ 69%. #ACA0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 195 = 527 (100%)
R 172 of 527 ~ 32.64%
G 160 of 527 ~ 30.36%
B 195 of 527 ~ 37%

%32.64
%30.36
%37

CMYK color model

#ACA0C3 color CMYK value is (12,18,0,24).

  • cyan value is 11.79%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,18,0,24)
C12M18Y0K24 
(12%,18%,0%,24%)
(0.12/0.18/0.00/0.24)	

CMYK percentages

%11.79
%17.95
%0
%23.53

Codes

Color #ACA0C3 in popluar color models

ACA0C3
RGB172160195
HSL261°22.58%69.61%
HSB/HSV261°17.95%76.47%
CMYK11.79%17.95%0.00%
23.53%

Color #ACA0C3 in popluar number systems.

HEXACA0C3
Decimal172160195
Binary101011001010000011000011
Octal254240303

Shades and tints

Shades of #ACA0C3

#ACA0C3
(172,160,195)
#9D92B2
(157,146,178)
#8E84A1
(142,132,161)
#7F7690
(127,118,144)
#70687F
(112,104,127)
#615A6E
(97,90,110)
#524C5D
(82,76,93)
#433E4C
(67,62,76)
#34303B
(52,48,59)
#25222A
(37,34,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACA0C3

#ACA0C3
(172,160,195)
#B3A8C8
(179,168,200)
#BAB0CD
(186,176,205)
#C1B8D2
(193,184,210)
#C8C0D7
(200,192,215)
#CFC8DC
(207,200,220)
#D6D0E1
(214,208,225)
#DDD8E6
(221,216,230)
#E4E0EB
(228,224,235)
#EBE8F0
(235,232,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA0C3; }

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

This text font color is #ACA0C3.


Background Color

.myBgColor { background-color: #ACA0C3; }

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

This div background color is #ACA0C3.


Border color

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

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

This div border color is #ACA0C3.


Opacity

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

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

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

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

This text has shadow with #ACA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA0C3 on black background.


Color preview on white background

This text has color #ACA0C3 on white background.



Black color preview on #ACA0C3 background

This text has black color on #ACA0C3 background.


White color preview on #ACA0C3 background

This text has white color on #ACA0C3 background.