COLOR #ACA6BC

HEX: #ACA6BC
RGB: (172,166,188)

Color info

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

RGB color model

#ACA6BC color RGB value is (172,166,188).

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

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 188 of 255 = 74%

172
166
188

R + G + B ~ 69%. #ACA6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 188 = 526 (100%)
R 172 of 526 ~ 32.7%
G 166 of 526 ~ 31.56%
B 188 of 526 ~ 35.74%

%32.7
%31.56
%35.74

CMYK color model

#ACA6BC color CMYK value is (9,12,0,26).

  • cyan value is 8.51%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,12,0,26)
C9M12Y0K26 
(9%,12%,0%,26%)
(0.09/0.12/0.00/0.26)	

CMYK percentages

%8.51
%11.7
%0
%26.27

Codes

Color #ACA6BC in popluar color models

ACA6BC
RGB172166188
HSL256°14.10%69.41%
HSB/HSV256°11.70%73.73%
CMYK8.51%11.70%0.00%
26.27%

Color #ACA6BC in popluar number systems.

HEXACA6BC
Decimal172166188
Binary101011001010011010111100
Octal254246274

Shades and tints

Shades of #ACA6BC

#ACA6BC
(172,166,188)
#9D97AB
(157,151,171)
#8E889A
(142,136,154)
#7F7989
(127,121,137)
#706A78
(112,106,120)
#615B67
(97,91,103)
#524C56
(82,76,86)
#433D45
(67,61,69)
#342E34
(52,46,52)
#251F23
(37,31,35)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #ACA6BC

#ACA6BC
(172,166,188)
#B3AEC2
(179,174,194)
#BAB6C8
(186,182,200)
#C1BECE
(193,190,206)
#C8C6D4
(200,198,212)
#CFCEDA
(207,206,218)
#D6D6E0
(214,214,224)
#DDDEE6
(221,222,230)
#E4E6EC
(228,230,236)
#EBEEF2
(235,238,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6BC; }

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

This text font color is #ACA6BC.


Background Color

.myBgColor { background-color: #ACA6BC; }

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

This div background color is #ACA6BC.


Border color

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

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

This div border color is #ACA6BC.


Opacity

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

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

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

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

This text has shadow with #ACA6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6BC on black background.


Color preview on white background

This text has color #ACA6BC on white background.



Black color preview on #ACA6BC background

This text has black color on #ACA6BC background.


White color preview on #ACA6BC background

This text has white color on #ACA6BC background.