COLOR #ACBAB8

HEX: #ACBAB8
RGB: (172,186,184)

Color info

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

RGB color model

#ACBAB8 color RGB value is (172,186,184).

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

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 184 of 255 = 72%

172
186
184

R + G + B ~ 71%. #ACBAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 184 = 542 (100%)
R 172 of 542 ~ 31.73%
G 186 of 542 ~ 34.32%
B 184 of 542 ~ 33.95%

%31.73
%34.32
%33.95

CMYK color model

#ACBAB8 color CMYK value is (8,0,1,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(8,0,1,27)
C8M0Y1K27 
(8%,0%,1%,27%)
(0.08/0.00/0.01/0.27)	

CMYK percentages

%7.53
%0
%1.08
%27.06

Codes

Color #ACBAB8 in popluar color models

ACBAB8
RGB172186184
HSL171°9.21%70.20%
HSB/HSV171°7.53%72.94%
CMYK7.53%0.00%1.08%
27.06%

Color #ACBAB8 in popluar number systems.

HEXACBAB8
Decimal172186184
Binary101011001011101010111000
Octal254272270

Shades and tints

Shades of #ACBAB8

#ACBAB8
(172,186,184)
#9DAAA8
(157,170,168)
#8E9A98
(142,154,152)
#7F8A88
(127,138,136)
#707A78
(112,122,120)
#616A68
(97,106,104)
#525A58
(82,90,88)
#434A48
(67,74,72)
#343A38
(52,58,56)
#252A28
(37,42,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACBAB8

#ACBAB8
(172,186,184)
#B3C0BE
(179,192,190)
#BAC6C4
(186,198,196)
#C1CCCA
(193,204,202)
#C8D2D0
(200,210,208)
#CFD8D6
(207,216,214)
#D6DEDC
(214,222,220)
#DDE4E2
(221,228,226)
#E4EAE8
(228,234,232)
#EBF0EE
(235,240,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAB8; }

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

This text font color is #ACBAB8.


Background Color

.myBgColor { background-color: #ACBAB8; }

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

This div background color is #ACBAB8.


Border color

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

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

This div border color is #ACBAB8.


Opacity

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

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

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

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

This text has shadow with #ACBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAB8 on black background.


Color preview on white background

This text has color #ACBAB8 on white background.



Black color preview on #ACBAB8 background

This text has black color on #ACBAB8 background.


White color preview on #ACBAB8 background

This text has white color on #ACBAB8 background.