COLOR #ACBAB1

HEX: #ACBAB1
RGB: (172,186,177)

Color info

#ACBAB1 contains red, green and blue colors in about the same proportion. Web safe color of #ACBAB1 is #99CC99 (or #9C9).

RGB color model

#ACBAB1 color RGB value is (172,186,177).

  • red value is 172;
  • green value is 186;
  • blue value is 177.
RGB:
(172,186,177)
(67%,73%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 177 of 255 = 69%

172
186
177

R + G + B ~ 70%. #ACBAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 177 = 535 (100%)
R 172 of 535 ~ 32.15%
G 186 of 535 ~ 34.77%
B 177 of 535 ~ 33.08%

%32.15
%34.77
%33.08

CMYK color model

#ACBAB1 color CMYK value is (8,0,5,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(8,0,5,27)
C8M0Y5K27 
(8%,0%,5%,27%)
(0.08/0.00/0.05/0.27)	

CMYK percentages

%7.53
%0
%4.84
%27.06

Codes

Color #ACBAB1 in popluar color models

ACBAB1
RGB172186177
HSL141°9.21%70.20%
HSB/HSV141°7.53%72.94%
CMYK7.53%0.00%4.84%
27.06%

Color #ACBAB1 in popluar number systems.

HEXACBAB1
Decimal172186177
Binary101011001011101010110001
Octal254272261

Shades and tints

Shades of #ACBAB1

#ACBAB1
(172,186,177)
#9DAAA1
(157,170,161)
#8E9A91
(142,154,145)
#7F8A81
(127,138,129)
#707A71
(112,122,113)
#616A61
(97,106,97)
#525A51
(82,90,81)
#434A41
(67,74,65)
#343A31
(52,58,49)
#252A21
(37,42,33)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #ACBAB1

#ACBAB1
(172,186,177)
#B3C0B8
(179,192,184)
#BAC6BF
(186,198,191)
#C1CCC6
(193,204,198)
#C8D2CD
(200,210,205)
#CFD8D4
(207,216,212)
#D6DEDB
(214,222,219)
#DDE4E2
(221,228,226)
#E4EAE9
(228,234,233)
#EBF0F0
(235,240,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBAB1 color. Also use rgb(172,186,177) instead hex code.

Text Font Color

.myTextColor { color: #ACBAB1; }

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

This text font color is #ACBAB1.


Background Color

.myBgColor { background-color: #ACBAB1; }

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

This div background color is #ACBAB1.


Border color

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

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

This div border color is #ACBAB1.


Opacity

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

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

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

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

This text has shadow with #ACBAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAB1 on black background.


Color preview on white background

This text has color #ACBAB1 on white background.



Black color preview on #ACBAB1 background

This text has black color on #ACBAB1 background.


White color preview on #ACBAB1 background

This text has white color on #ACBAB1 background.