COLOR #ACBAB4

HEX: #ACBAB4
RGB: (172,186,180)

Color info

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

RGB color model

#ACBAB4 color RGB value is (172,186,180).

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

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 180 of 255 = 71%

172
186
180

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

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 180 = 538 (100%)
R 172 of 538 ~ 31.97%
G 186 of 538 ~ 34.57%
B 180 of 538 ~ 33.46%

%31.97
%34.57
%33.46

CMYK color model

#ACBAB4 color CMYK value is (8,0,3,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(8,0,3,27)
C8M0Y3K27 
(8%,0%,3%,27%)
(0.08/0.00/0.03/0.27)	

CMYK percentages

%7.53
%0
%3.23
%27.06

Codes

Color #ACBAB4 in popluar color models

ACBAB4
RGB172186180
HSL154°9.21%70.20%
HSB/HSV154°7.53%72.94%
CMYK7.53%0.00%3.23%
27.06%

Color #ACBAB4 in popluar number systems.

HEXACBAB4
Decimal172186180
Binary101011001011101010110100
Octal254272264

Shades and tints

Shades of #ACBAB4

#ACBAB4
(172,186,180)
#9DAAA4
(157,170,164)
#8E9A94
(142,154,148)
#7F8A84
(127,138,132)
#707A74
(112,122,116)
#616A64
(97,106,100)
#525A54
(82,90,84)
#434A44
(67,74,68)
#343A34
(52,58,52)
#252A24
(37,42,36)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACBAB4

#ACBAB4
(172,186,180)
#B3C0BA
(179,192,186)
#BAC6C0
(186,198,192)
#C1CCC6
(193,204,198)
#C8D2CC
(200,210,204)
#CFD8D2
(207,216,210)
#D6DED8
(214,222,216)
#DDE4DE
(221,228,222)
#E4EAE4
(228,234,228)
#EBF0EA
(235,240,234)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAB4; }

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

This text font color is #ACBAB4.


Background Color

.myBgColor { background-color: #ACBAB4; }

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

This div background color is #ACBAB4.


Border color

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

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

This div border color is #ACBAB4.


Opacity

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

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

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

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

This text has shadow with #ACBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAB4 on black background.


Color preview on white background

This text has color #ACBAB4 on white background.



Black color preview on #ACBAB4 background

This text has black color on #ACBAB4 background.


White color preview on #ACBAB4 background

This text has white color on #ACBAB4 background.