COLOR #ACAAB6

HEX: #ACAAB6
RGB: (172,170,182)

Color info

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

RGB color model

#ACAAB6 color RGB value is (172,170,182).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 182 of 255 = 71%

172
170
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 182 = 524 (100%)
R 172 of 524 ~ 32.82%
G 170 of 524 ~ 32.44%
B 182 of 524 ~ 34.73%

%32.82
%32.44
%34.73

CMYK color model

#ACAAB6 color CMYK value is (5,7,0,29).

  • cyan value is 5.49%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,7,0,29)
C5M7Y0K29 
(5%,7%,0%,29%)
(0.05/0.07/0.00/0.29)	

CMYK percentages

%5.49
%6.59
%0
%28.63

Codes

Color #ACAAB6 in popluar color models

ACAAB6
RGB172170182
HSL250°7.59%69.02%
HSB/HSV250°6.59%71.37%
CMYK5.49%6.59%0.00%
28.63%

Color #ACAAB6 in popluar number systems.

HEXACAAB6
Decimal172170182
Binary101011001010101010110110
Octal254252266

Shades and tints

Shades of #ACAAB6

#ACAAB6
(172,170,182)
#9D9BA6
(157,155,166)
#8E8C96
(142,140,150)
#7F7D86
(127,125,134)
#706E76
(112,110,118)
#615F66
(97,95,102)
#525056
(82,80,86)
#434146
(67,65,70)
#343236
(52,50,54)
#252326
(37,35,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #ACAAB6

#ACAAB6
(172,170,182)
#B3B1BC
(179,177,188)
#BAB8C2
(186,184,194)
#C1BFC8
(193,191,200)
#C8C6CE
(200,198,206)
#CFCDD4
(207,205,212)
#D6D4DA
(214,212,218)
#DDDBE0
(221,219,224)
#E4E2E6
(228,226,230)
#EBE9EC
(235,233,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAB6; }

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

This text font color is #ACAAB6.


Background Color

.myBgColor { background-color: #ACAAB6; }

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

This div background color is #ACAAB6.


Border color

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

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

This div border color is #ACAAB6.


Opacity

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

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

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

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

This text has shadow with #ACAAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAB6 on black background.


Color preview on white background

This text has color #ACAAB6 on white background.



Black color preview on #ACAAB6 background

This text has black color on #ACAAB6 background.


White color preview on #ACAAB6 background

This text has white color on #ACAAB6 background.