COLOR #ACA6BA

HEX: #ACA6BA
RGB: (172,166,186)

Color info

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

RGB color model

#ACA6BA color RGB value is (172,166,186).

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

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 186 of 255 = 73%

172
166
186

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 186 = 524 (100%)
R 172 of 524 ~ 32.82%
G 166 of 524 ~ 31.68%
B 186 of 524 ~ 35.5%

%32.82
%31.68
%35.5

CMYK color model

#ACA6BA color CMYK value is (8,11,0,27).

  • cyan value is 7.53%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,11,0,27)
C8M11Y0K27 
(8%,11%,0%,27%)
(0.08/0.11/0.00/0.27)	

CMYK percentages

%7.53
%10.75
%0
%27.06

Codes

Color #ACA6BA in popluar color models

ACA6BA
RGB172166186
HSL258°12.66%69.02%
HSB/HSV258°10.75%72.94%
CMYK7.53%10.75%0.00%
27.06%

Color #ACA6BA in popluar number systems.

HEXACA6BA
Decimal172166186
Binary101011001010011010111010
Octal254246272

Shades and tints

Shades of #ACA6BA

#ACA6BA
(172,166,186)
#9D97AA
(157,151,170)
#8E889A
(142,136,154)
#7F798A
(127,121,138)
#706A7A
(112,106,122)
#615B6A
(97,91,106)
#524C5A
(82,76,90)
#433D4A
(67,61,74)
#342E3A
(52,46,58)
#251F2A
(37,31,42)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #ACA6BA

#ACA6BA
(172,166,186)
#B3AEC0
(179,174,192)
#BAB6C6
(186,182,198)
#C1BECC
(193,190,204)
#C8C6D2
(200,198,210)
#CFCED8
(207,206,216)
#D6D6DE
(214,214,222)
#DDDEE4
(221,222,228)
#E4E6EA
(228,230,234)
#EBEEF0
(235,238,240)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6BA; }

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

This text font color is #ACA6BA.


Background Color

.myBgColor { background-color: #ACA6BA; }

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

This div background color is #ACA6BA.


Border color

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

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

This div border color is #ACA6BA.


Opacity

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

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

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

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

This text has shadow with #ACA6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6BA on black background.


Color preview on white background

This text has color #ACA6BA on white background.



Black color preview on #ACA6BA background

This text has black color on #ACA6BA background.


White color preview on #ACA6BA background

This text has white color on #ACA6BA background.