COLOR #ACA2AD

HEX: #ACA2AD
RGB: (172,162,173)

Color info

#ACA2AD contains red, green and blue colors in about the same proportion. Web safe color of #ACA2AD is #999999 (or #999).

RGB color model

#ACA2AD color RGB value is (172,162,173).

  • red value is 172;
  • green value is 162;
  • blue value is 173.
RGB:
(172,162,173)
(67%,64%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 173 of 255 = 68%

172
162
173

R + G + B ~ 66%. #ACA2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 173 = 507 (100%)
R 172 of 507 ~ 33.93%
G 162 of 507 ~ 31.95%
B 173 of 507 ~ 34.12%

%33.93
%31.95
%34.12

CMYK color model

#ACA2AD color CMYK value is (1,6,0,32).

  • cyan value is 0.58%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,6,0,32)
C1M6Y0K32 
(1%,6%,0%,32%)
(0.01/0.06/0.00/0.32)	

CMYK percentages

%0.58
%6.36
%0
%32.16

Codes

Color #ACA2AD in popluar color models

ACA2AD
RGB172162173
HSL295°6.29%65.69%
HSB/HSV295°6.36%67.84%
CMYK0.58%6.36%0.00%
32.16%

Color #ACA2AD in popluar number systems.

HEXACA2AD
Decimal172162173
Binary101011001010001010101101
Octal254242255

Shades and tints

Shades of #ACA2AD

#ACA2AD
(172,162,173)
#9D949E
(157,148,158)
#8E868F
(142,134,143)
#7F7880
(127,120,128)
#706A71
(112,106,113)
#615C62
(97,92,98)
#524E53
(82,78,83)
#434044
(67,64,68)
#343235
(52,50,53)
#252426
(37,36,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACA2AD

#ACA2AD
(172,162,173)
#B3AAB4
(179,170,180)
#BAB2BB
(186,178,187)
#C1BAC2
(193,186,194)
#C8C2C9
(200,194,201)
#CFCAD0
(207,202,208)
#D6D2D7
(214,210,215)
#DDDADE
(221,218,222)
#E4E2E5
(228,226,229)
#EBEAEC
(235,234,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA2AD color. Also use rgb(172,162,173) instead hex code.

Text Font Color

.myTextColor { color: #ACA2AD; }

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

This text font color is #ACA2AD.


Background Color

.myBgColor { background-color: #ACA2AD; }

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

This div background color is #ACA2AD.


Border color

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

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

This div border color is #ACA2AD.


Opacity

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

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

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

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

This text has shadow with #ACA2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA2AD on black background.


Color preview on white background

This text has color #ACA2AD on white background.



Black color preview on #ACA2AD background

This text has black color on #ACA2AD background.


White color preview on #ACA2AD background

This text has white color on #ACA2AD background.