COLOR #ACACB0

HEX: #ACACB0
RGB: (172,172,176)

Color info

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

RGB color model

#ACACB0 color RGB value is (172,172,176).

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

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 176 of 255 = 69%

172
172
176

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 176 = 520 (100%)
R 172 of 520 ~ 33.08%
G 172 of 520 ~ 33.08%
B 176 of 520 ~ 33.85%

%33.08
%33.08
%33.85

CMYK color model

#ACACB0 color CMYK value is (2,2,0,31).

  • cyan value is 2.27%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,2,0,31)
C2M2Y0K31 
(2%,2%,0%,31%)
(0.02/0.02/0.00/0.31)	

CMYK percentages

%2.27
%2.27
%0
%30.98

Codes

Color #ACACB0 in popluar color models

ACACB0
RGB172172176
HSL240°2.47%68.24%
HSB/HSV240°2.27%69.02%
CMYK2.27%2.27%0.00%
30.98%

Color #ACACB0 in popluar number systems.

HEXACACB0
Decimal172172176
Binary101011001010110010110000
Octal254254260

Shades and tints

Shades of #ACACB0

#ACACB0
(172,172,176)
#9D9DA0
(157,157,160)
#8E8E90
(142,142,144)
#7F7F80
(127,127,128)
#707070
(112,112,112)
#616160
(97,97,96)
#525250
(82,82,80)
#434340
(67,67,64)
#343430
(52,52,48)
#252520
(37,37,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #ACACB0

#ACACB0
(172,172,176)
#B3B3B7
(179,179,183)
#BABABE
(186,186,190)
#C1C1C5
(193,193,197)
#C8C8CC
(200,200,204)
#CFCFD3
(207,207,211)
#D6D6DA
(214,214,218)
#DDDDE1
(221,221,225)
#E4E4E8
(228,228,232)
#EBEBEF
(235,235,239)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACACB0; }

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

This text font color is #ACACB0.


Background Color

.myBgColor { background-color: #ACACB0; }

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

This div background color is #ACACB0.


Border color

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

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

This div border color is #ACACB0.


Opacity

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

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

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

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

This text has shadow with #ACACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACACB0 on black background.


Color preview on white background

This text has color #ACACB0 on white background.



Black color preview on #ACACB0 background

This text has black color on #ACACB0 background.


White color preview on #ACACB0 background

This text has white color on #ACACB0 background.