COLOR #ACAAB4

HEX: #ACAAB4
RGB: (172,170,180)

Color info

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

RGB color model

#ACAAB4 color RGB value is (172,170,180).

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

RGB channels and saturation

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

172
170
180

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 180 = 522 (100%)
R 172 of 522 ~ 32.95%
G 170 of 522 ~ 32.57%
B 180 of 522 ~ 34.48%

%32.95
%32.57
%34.48

CMYK color model

#ACAAB4 color CMYK value is (4,6,0,29).

  • cyan value is 4.44%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,6,0,29)
C4M6Y0K29 
(4%,6%,0%,29%)
(0.04/0.06/0.00/0.29)	

CMYK percentages

%4.44
%5.56
%0
%29.41

Codes

Color #ACAAB4 in popluar color models

ACAAB4
RGB172170180
HSL252°6.25%68.63%
HSB/HSV252°5.56%70.59%
CMYK4.44%5.56%0.00%
29.41%

Color #ACAAB4 in popluar number systems.

HEXACAAB4
Decimal172170180
Binary101011001010101010110100
Octal254252264

Shades and tints

Shades of #ACAAB4

#ACAAB4
(172,170,180)
#9D9BA4
(157,155,164)
#8E8C94
(142,140,148)
#7F7D84
(127,125,132)
#706E74
(112,110,116)
#615F64
(97,95,100)
#525054
(82,80,84)
#434144
(67,65,68)
#343234
(52,50,52)
#252324
(37,35,36)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACAAB4

#ACAAB4
(172,170,180)
#B3B1BA
(179,177,186)
#BAB8C0
(186,184,192)
#C1BFC6
(193,191,198)
#C8C6CC
(200,198,204)
#CFCDD2
(207,205,210)
#D6D4D8
(214,212,216)
#DDDBDE
(221,219,222)
#E4E2E4
(228,226,228)
#EBE9EA
(235,233,234)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAB4; }

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

This text font color is #ACAAB4.


Background Color

.myBgColor { background-color: #ACAAB4; }

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

This div background color is #ACAAB4.


Border color

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

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

This div border color is #ACAAB4.


Opacity

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

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

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

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

This text has shadow with #ACAAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAB4 on black background.


Color preview on white background

This text has color #ACAAB4 on white background.



Black color preview on #ACAAB4 background

This text has black color on #ACAAB4 background.


White color preview on #ACAAB4 background

This text has white color on #ACAAB4 background.