COLOR #ACAAB5

HEX: #ACAAB5
RGB: (172,170,181)

Color info

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

RGB color model

#ACAAB5 color RGB value is (172,170,181).

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

RGB channels and saturation

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

172
170
181

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 181 = 523 (100%)
R 172 of 523 ~ 32.89%
G 170 of 523 ~ 32.5%
B 181 of 523 ~ 34.61%

%32.89
%32.5
%34.61

CMYK color model

#ACAAB5 color CMYK value is (5,6,0,29).

  • cyan value is 4.97%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(5,6,0,29)
C5M6Y0K29 
(5%,6%,0%,29%)
(0.05/0.06/0.00/0.29)	

CMYK percentages

%4.97
%6.08
%0
%29.02

Codes

Color #ACAAB5 in popluar color models

ACAAB5
RGB172170181
HSL251°6.92%68.82%
HSB/HSV251°6.08%70.98%
CMYK4.97%6.08%0.00%
29.02%

Color #ACAAB5 in popluar number systems.

HEXACAAB5
Decimal172170181
Binary101011001010101010110101
Octal254252265

Shades and tints

Shades of #ACAAB5

#ACAAB5
(172,170,181)
#9D9BA5
(157,155,165)
#8E8C95
(142,140,149)
#7F7D85
(127,125,133)
#706E75
(112,110,117)
#615F65
(97,95,101)
#525055
(82,80,85)
#434145
(67,65,69)
#343235
(52,50,53)
#252325
(37,35,37)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACAAB5

#ACAAB5
(172,170,181)
#B3B1BB
(179,177,187)
#BAB8C1
(186,184,193)
#C1BFC7
(193,191,199)
#C8C6CD
(200,198,205)
#CFCDD3
(207,205,211)
#D6D4D9
(214,212,217)
#DDDBDF
(221,219,223)
#E4E2E5
(228,226,229)
#EBE9EB
(235,233,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAB5; }

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

This text font color is #ACAAB5.


Background Color

.myBgColor { background-color: #ACAAB5; }

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

This div background color is #ACAAB5.


Border color

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

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

This div border color is #ACAAB5.


Opacity

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

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

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

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

This text has shadow with #ACAAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAB5 on black background.


Color preview on white background

This text has color #ACAAB5 on white background.



Black color preview on #ACAAB5 background

This text has black color on #ACAAB5 background.


White color preview on #ACAAB5 background

This text has white color on #ACAAB5 background.