COLOR #ACA8B1

HEX: #ACA8B1
RGB: (172,168,177)

Color info

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

RGB color model

#ACA8B1 color RGB value is (172,168,177).

  • red value is 172;
  • green value is 168;
  • blue value is 177.
RGB:
(172,168,177)
(67%,66%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 177 of 255 = 69%

172
168
177

R + G + B ~ 67%. #ACA8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 177 = 517 (100%)
R 172 of 517 ~ 33.27%
G 168 of 517 ~ 32.5%
B 177 of 517 ~ 34.24%

%33.27
%32.5
%34.24

CMYK color model

#ACA8B1 color CMYK value is (3,5,0,31).

  • cyan value is 2.82%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,5,0,31)
C3M5Y0K31 
(3%,5%,0%,31%)
(0.03/0.05/0.00/0.31)	

CMYK percentages

%2.82
%5.08
%0
%30.59

Codes

Color #ACA8B1 in popluar color models

ACA8B1
RGB172168177
HSL267°5.45%67.65%
HSB/HSV267°5.08%69.41%
CMYK2.82%5.08%0.00%
30.59%

Color #ACA8B1 in popluar number systems.

HEXACA8B1
Decimal172168177
Binary101011001010100010110001
Octal254250261

Shades and tints

Shades of #ACA8B1

#ACA8B1
(172,168,177)
#9D99A1
(157,153,161)
#8E8A91
(142,138,145)
#7F7B81
(127,123,129)
#706C71
(112,108,113)
#615D61
(97,93,97)
#524E51
(82,78,81)
#433F41
(67,63,65)
#343031
(52,48,49)
#252121
(37,33,33)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #ACA8B1

#ACA8B1
(172,168,177)
#B3AFB8
(179,175,184)
#BAB6BF
(186,182,191)
#C1BDC6
(193,189,198)
#C8C4CD
(200,196,205)
#CFCBD4
(207,203,212)
#D6D2DB
(214,210,219)
#DDD9E2
(221,217,226)
#E4E0E9
(228,224,233)
#EBE7F0
(235,231,240)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA8B1 color. Also use rgb(172,168,177) instead hex code.

Text Font Color

.myTextColor { color: #ACA8B1; }

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

This text font color is #ACA8B1.


Background Color

.myBgColor { background-color: #ACA8B1; }

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

This div background color is #ACA8B1.


Border color

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

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

This div border color is #ACA8B1.


Opacity

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

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

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

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

This text has shadow with #ACA8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8B1 on black background.


Color preview on white background

This text has color #ACA8B1 on white background.



Black color preview on #ACA8B1 background

This text has black color on #ACA8B1 background.


White color preview on #ACA8B1 background

This text has white color on #ACA8B1 background.