COLOR #ACA5B9

HEX: #ACA5B9
RGB: (172,165,185)

Color info

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

RGB color model

#ACA5B9 color RGB value is (172,165,185).

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

RGB channels and saturation

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

172
165
185

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 185 = 522 (100%)
R 172 of 522 ~ 32.95%
G 165 of 522 ~ 31.61%
B 185 of 522 ~ 35.44%

%32.95
%31.61
%35.44

CMYK color model

#ACA5B9 color CMYK value is (7,11,0,27).

  • cyan value is 7.03%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(7,11,0,27)
C7M11Y0K27 
(7%,11%,0%,27%)
(0.07/0.11/0.00/0.27)	

CMYK percentages

%7.03
%10.81
%0
%27.45

Codes

Color #ACA5B9 in popluar color models

ACA5B9
RGB172165185
HSL261°12.50%68.63%
HSB/HSV261°10.81%72.55%
CMYK7.03%10.81%0.00%
27.45%

Color #ACA5B9 in popluar number systems.

HEXACA5B9
Decimal172165185
Binary101011001010010110111001
Octal254245271

Shades and tints

Shades of #ACA5B9

#ACA5B9
(172,165,185)
#9D96A9
(157,150,169)
#8E8799
(142,135,153)
#7F7889
(127,120,137)
#706979
(112,105,121)
#615A69
(97,90,105)
#524B59
(82,75,89)
#433C49
(67,60,73)
#342D39
(52,45,57)
#251E29
(37,30,41)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #ACA5B9

#ACA5B9
(172,165,185)
#B3ADBF
(179,173,191)
#BAB5C5
(186,181,197)
#C1BDCB
(193,189,203)
#C8C5D1
(200,197,209)
#CFCDD7
(207,205,215)
#D6D5DD
(214,213,221)
#DDDDE3
(221,221,227)
#E4E5E9
(228,229,233)
#EBEDEF
(235,237,239)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA5B9; }

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

This text font color is #ACA5B9.


Background Color

.myBgColor { background-color: #ACA5B9; }

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

This div background color is #ACA5B9.


Border color

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

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

This div border color is #ACA5B9.


Opacity

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

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

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

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

This text has shadow with #ACA5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5B9 on black background.


Color preview on white background

This text has color #ACA5B9 on white background.



Black color preview on #ACA5B9 background

This text has black color on #ACA5B9 background.


White color preview on #ACA5B9 background

This text has white color on #ACA5B9 background.