COLOR #ACA1B6

HEX: #ACA1B6
RGB: (172,161,182)

Color info

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

RGB color model

#ACA1B6 color RGB value is (172,161,182).

  • red value is 172;
  • green value is 161;
  • blue value is 182.
RGB:
(172,161,182)
(67%,63%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 182 of 255 = 71%

172
161
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 161 + 182 = 515 (100%)
R 172 of 515 ~ 33.4%
G 161 of 515 ~ 31.26%
B 182 of 515 ~ 35.34%

%33.4
%31.26
%35.34

CMYK color model

#ACA1B6 color CMYK value is (5,12,0,29).

  • cyan value is 5.49%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,12,0,29)
C5M12Y0K29 
(5%,12%,0%,29%)
(0.05/0.12/0.00/0.29)	

CMYK percentages

%5.49
%11.54
%0
%28.63

Codes

Color #ACA1B6 in popluar color models

ACA1B6
RGB172161182
HSL271°12.57%67.25%
HSB/HSV271°11.54%71.37%
CMYK5.49%11.54%0.00%
28.63%

Color #ACA1B6 in popluar number systems.

HEXACA1B6
Decimal172161182
Binary101011001010000110110110
Octal254241266

Shades and tints

Shades of #ACA1B6

#ACA1B6
(172,161,182)
#9D93A6
(157,147,166)
#8E8596
(142,133,150)
#7F7786
(127,119,134)
#706976
(112,105,118)
#615B66
(97,91,102)
#524D56
(82,77,86)
#433F46
(67,63,70)
#343136
(52,49,54)
#252326
(37,35,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #ACA1B6

#ACA1B6
(172,161,182)
#B3A9BC
(179,169,188)
#BAB1C2
(186,177,194)
#C1B9C8
(193,185,200)
#C8C1CE
(200,193,206)
#CFC9D4
(207,201,212)
#D6D1DA
(214,209,218)
#DDD9E0
(221,217,224)
#E4E1E6
(228,225,230)
#EBE9EC
(235,233,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA1B6 color. Also use rgb(172,161,182) instead hex code.

Text Font Color

.myTextColor { color: #ACA1B6; }

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

This text font color is #ACA1B6.


Background Color

.myBgColor { background-color: #ACA1B6; }

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

This div background color is #ACA1B6.


Border color

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

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

This div border color is #ACA1B6.


Opacity

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

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

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

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

This text has shadow with #ACA1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA1B6 on black background.


Color preview on white background

This text has color #ACA1B6 on white background.



Black color preview on #ACA1B6 background

This text has black color on #ACA1B6 background.


White color preview on #ACA1B6 background

This text has white color on #ACA1B6 background.