COLOR #ACA8B6

HEX: #ACA8B6
RGB: (172,168,182)

Color info

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

RGB color model

#ACA8B6 color RGB value is (172,168,182).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 182 of 255 = 71%

172
168
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 182 = 522 (100%)
R 172 of 522 ~ 32.95%
G 168 of 522 ~ 32.18%
B 182 of 522 ~ 34.87%

%32.95
%32.18
%34.87

CMYK color model

#ACA8B6 color CMYK value is (5,8,0,29).

  • cyan value is 5.49%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,8,0,29)
C5M8Y0K29 
(5%,8%,0%,29%)
(0.05/0.08/0.00/0.29)	

CMYK percentages

%5.49
%7.69
%0
%28.63

Codes

Color #ACA8B6 in popluar color models

ACA8B6
RGB172168182
HSL257°8.75%68.63%
HSB/HSV257°7.69%71.37%
CMYK5.49%7.69%0.00%
28.63%

Color #ACA8B6 in popluar number systems.

HEXACA8B6
Decimal172168182
Binary101011001010100010110110
Octal254250266

Shades and tints

Shades of #ACA8B6

#ACA8B6
(172,168,182)
#9D99A6
(157,153,166)
#8E8A96
(142,138,150)
#7F7B86
(127,123,134)
#706C76
(112,108,118)
#615D66
(97,93,102)
#524E56
(82,78,86)
#433F46
(67,63,70)
#343036
(52,48,54)
#252126
(37,33,38)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #ACA8B6

#ACA8B6
(172,168,182)
#B3AFBC
(179,175,188)
#BAB6C2
(186,182,194)
#C1BDC8
(193,189,200)
#C8C4CE
(200,196,206)
#CFCBD4
(207,203,212)
#D6D2DA
(214,210,218)
#DDD9E0
(221,217,224)
#E4E0E6
(228,224,230)
#EBE7EC
(235,231,236)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8B6; }

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

This text font color is #ACA8B6.


Background Color

.myBgColor { background-color: #ACA8B6; }

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

This div background color is #ACA8B6.


Border color

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

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

This div border color is #ACA8B6.


Opacity

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

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

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

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

This text has shadow with #ACA8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8B6 on black background.


Color preview on white background

This text has color #ACA8B6 on white background.



Black color preview on #ACA8B6 background

This text has black color on #ACA8B6 background.


White color preview on #ACA8B6 background

This text has white color on #ACA8B6 background.