COLOR #ACA3BC

HEX: #ACA3BC
RGB: (172,163,188)

Color info

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

RGB color model

#ACA3BC color RGB value is (172,163,188).

  • red value is 172;
  • green value is 163;
  • blue value is 188.
RGB:
(172,163,188)
(67%,64%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 188 of 255 = 74%

172
163
188

R + G + B ~ 68%. #ACA3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 188 = 523 (100%)
R 172 of 523 ~ 32.89%
G 163 of 523 ~ 31.17%
B 188 of 523 ~ 35.95%

%32.89
%31.17
%35.95

CMYK color model

#ACA3BC color CMYK value is (9,13,0,26).

  • cyan value is 8.51%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,13,0,26)
C9M13Y0K26 
(9%,13%,0%,26%)
(0.09/0.13/0.00/0.26)	

CMYK percentages

%8.51
%13.3
%0
%26.27

Codes

Color #ACA3BC in popluar color models

ACA3BC
RGB172163188
HSL262°15.72%68.82%
HSB/HSV262°13.30%73.73%
CMYK8.51%13.30%0.00%
26.27%

Color #ACA3BC in popluar number systems.

HEXACA3BC
Decimal172163188
Binary101011001010001110111100
Octal254243274

Shades and tints

Shades of #ACA3BC

#ACA3BC
(172,163,188)
#9D95AB
(157,149,171)
#8E879A
(142,135,154)
#7F7989
(127,121,137)
#706B78
(112,107,120)
#615D67
(97,93,103)
#524F56
(82,79,86)
#434145
(67,65,69)
#343334
(52,51,52)
#252523
(37,37,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACA3BC

#ACA3BC
(172,163,188)
#B3ABC2
(179,171,194)
#BAB3C8
(186,179,200)
#C1BBCE
(193,187,206)
#C8C3D4
(200,195,212)
#CFCBDA
(207,203,218)
#D6D3E0
(214,211,224)
#DDDBE6
(221,219,230)
#E4E3EC
(228,227,236)
#EBEBF2
(235,235,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA3BC color. Also use rgb(172,163,188) instead hex code.

Text Font Color

.myTextColor { color: #ACA3BC; }

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

This text font color is #ACA3BC.


Background Color

.myBgColor { background-color: #ACA3BC; }

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

This div background color is #ACA3BC.


Border color

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

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

This div border color is #ACA3BC.


Opacity

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

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

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

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

This text has shadow with #ACA3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA3BC on black background.


Color preview on white background

This text has color #ACA3BC on white background.



Black color preview on #ACA3BC background

This text has black color on #ACA3BC background.


White color preview on #ACA3BC background

This text has white color on #ACA3BC background.