COLOR #ACA6B2

HEX: #ACA6B2
RGB: (172,166,178)

Color info

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

RGB color model

#ACA6B2 color RGB value is (172,166,178).

  • red value is 172;
  • green value is 166;
  • blue value is 178.
RGB:
(172,166,178)
(67%,65%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 178 of 255 = 70%

172
166
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 178 = 516 (100%)
R 172 of 516 ~ 33.33%
G 166 of 516 ~ 32.17%
B 178 of 516 ~ 34.5%

%33.33
%32.17
%34.5

CMYK color model

#ACA6B2 color CMYK value is (3,7,0,30).

  • cyan value is 3.37%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,7,0,30)
C3M7Y0K30 
(3%,7%,0%,30%)
(0.03/0.07/0.00/0.30)	

CMYK percentages

%3.37
%6.74
%0
%30.2

Codes

Color #ACA6B2 in popluar color models

ACA6B2
RGB172166178
HSL270°7.23%67.45%
HSB/HSV270°6.74%69.80%
CMYK3.37%6.74%0.00%
30.20%

Color #ACA6B2 in popluar number systems.

HEXACA6B2
Decimal172166178
Binary101011001010011010110010
Octal254246262

Shades and tints

Shades of #ACA6B2

#ACA6B2
(172,166,178)
#9D97A2
(157,151,162)
#8E8892
(142,136,146)
#7F7982
(127,121,130)
#706A72
(112,106,114)
#615B62
(97,91,98)
#524C52
(82,76,82)
#433D42
(67,61,66)
#342E32
(52,46,50)
#251F22
(37,31,34)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #ACA6B2

#ACA6B2
(172,166,178)
#B3AEB9
(179,174,185)
#BAB6C0
(186,182,192)
#C1BEC7
(193,190,199)
#C8C6CE
(200,198,206)
#CFCED5
(207,206,213)
#D6D6DC
(214,214,220)
#DDDEE3
(221,222,227)
#E4E6EA
(228,230,234)
#EBEEF1
(235,238,241)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA6B2 color. Also use rgb(172,166,178) instead hex code.

Text Font Color

.myTextColor { color: #ACA6B2; }

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

This text font color is #ACA6B2.


Background Color

.myBgColor { background-color: #ACA6B2; }

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

This div background color is #ACA6B2.


Border color

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

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

This div border color is #ACA6B2.


Opacity

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

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

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

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

This text has shadow with #ACA6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6B2 on black background.


Color preview on white background

This text has color #ACA6B2 on white background.



Black color preview on #ACA6B2 background

This text has black color on #ACA6B2 background.


White color preview on #ACA6B2 background

This text has white color on #ACA6B2 background.