COLOR #ACABB2

HEX: #ACABB2
RGB: (172,171,178)

Color info

#ACABB2 contains red, green and blue colors in about the same proportion. Web safe color of #ACABB2 is #999999 (or #999).

RGB color model

#ACABB2 color RGB value is (172,171,178).

  • red value is 172;
  • green value is 171;
  • blue value is 178.
RGB:
(172,171,178)
(67%,67%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 178 of 255 = 70%

172
171
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 178 = 521 (100%)
R 172 of 521 ~ 33.01%
G 171 of 521 ~ 32.82%
B 178 of 521 ~ 34.17%

%33.01
%32.82
%34.17

CMYK color model

#ACABB2 color CMYK value is (3,4,0,30).

  • cyan value is 3.37%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,4,0,30)
C3M4Y0K30 
(3%,4%,0%,30%)
(0.03/0.04/0.00/0.30)	

CMYK percentages

%3.37
%3.93
%0
%30.2

Codes

Color #ACABB2 in popluar color models

ACABB2
RGB172171178
HSL249°4.35%68.43%
HSB/HSV249°3.93%69.80%
CMYK3.37%3.93%0.00%
30.20%

Color #ACABB2 in popluar number systems.

HEXACABB2
Decimal172171178
Binary101011001010101110110010
Octal254253262

Shades and tints

Shades of #ACABB2

#ACABB2
(172,171,178)
#9D9CA2
(157,156,162)
#8E8D92
(142,141,146)
#7F7E82
(127,126,130)
#706F72
(112,111,114)
#616062
(97,96,98)
#525152
(82,81,82)
#434242
(67,66,66)
#343332
(52,51,50)
#252422
(37,36,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACABB2

#ACABB2
(172,171,178)
#B3B2B9
(179,178,185)
#BAB9C0
(186,185,192)
#C1C0C7
(193,192,199)
#C8C7CE
(200,199,206)
#CFCED5
(207,206,213)
#D6D5DC
(214,213,220)
#DDDCE3
(221,220,227)
#E4E3EA
(228,227,234)
#EBEAF1
(235,234,241)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACABB2 color. Also use rgb(172,171,178) instead hex code.

Text Font Color

.myTextColor { color: #ACABB2; }

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

This text font color is #ACABB2.


Background Color

.myBgColor { background-color: #ACABB2; }

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

This div background color is #ACABB2.


Border color

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

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

This div border color is #ACABB2.


Opacity

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

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

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

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

This text has shadow with #ACABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABB2 on black background.


Color preview on white background

This text has color #ACABB2 on white background.



Black color preview on #ACABB2 background

This text has black color on #ACABB2 background.


White color preview on #ACABB2 background

This text has white color on #ACABB2 background.