COLOR #ACA5BA

HEX: #ACA5BA
RGB: (172,165,186)

Color info

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

RGB color model

#ACA5BA color RGB value is (172,165,186).

  • red value is 172;
  • green value is 165;
  • blue value is 186.
RGB:
(172,165,186)
(67%,65%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 186 of 255 = 73%

172
165
186

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 186 = 523 (100%)
R 172 of 523 ~ 32.89%
G 165 of 523 ~ 31.55%
B 186 of 523 ~ 35.56%

%32.89
%31.55
%35.56

CMYK color model

#ACA5BA color CMYK value is (8,11,0,27).

  • cyan value is 7.53%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,11,0,27)
C8M11Y0K27 
(8%,11%,0%,27%)
(0.08/0.11/0.00/0.27)	

CMYK percentages

%7.53
%11.29
%0
%27.06

Codes

Color #ACA5BA in popluar color models

ACA5BA
RGB172165186
HSL260°13.21%68.82%
HSB/HSV260°11.29%72.94%
CMYK7.53%11.29%0.00%
27.06%

Color #ACA5BA in popluar number systems.

HEXACA5BA
Decimal172165186
Binary101011001010010110111010
Octal254245272

Shades and tints

Shades of #ACA5BA

#ACA5BA
(172,165,186)
#9D96AA
(157,150,170)
#8E879A
(142,135,154)
#7F788A
(127,120,138)
#70697A
(112,105,122)
#615A6A
(97,90,106)
#524B5A
(82,75,90)
#433C4A
(67,60,74)
#342D3A
(52,45,58)
#251E2A
(37,30,42)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #ACA5BA

#ACA5BA
(172,165,186)
#B3ADC0
(179,173,192)
#BAB5C6
(186,181,198)
#C1BDCC
(193,189,204)
#C8C5D2
(200,197,210)
#CFCDD8
(207,205,216)
#D6D5DE
(214,213,222)
#DDDDE4
(221,221,228)
#E4E5EA
(228,229,234)
#EBEDF0
(235,237,240)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA5BA color. Also use rgb(172,165,186) instead hex code.

Text Font Color

.myTextColor { color: #ACA5BA; }

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

This text font color is #ACA5BA.


Background Color

.myBgColor { background-color: #ACA5BA; }

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

This div background color is #ACA5BA.


Border color

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

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

This div border color is #ACA5BA.


Opacity

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

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

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

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

This text has shadow with #ACA5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5BA on black background.


Color preview on white background

This text has color #ACA5BA on white background.



Black color preview on #ACA5BA background

This text has black color on #ACA5BA background.


White color preview on #ACA5BA background

This text has white color on #ACA5BA background.