COLOR #ACACB4

HEX: #ACACB4
RGB: (172,172,180)

Color info

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

RGB color model

#ACACB4 color RGB value is (172,172,180).

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

RGB channels and saturation

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

172
172
180

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 180 = 524 (100%)
R 172 of 524 ~ 32.82%
G 172 of 524 ~ 32.82%
B 180 of 524 ~ 34.35%

%32.82
%32.82
%34.35

CMYK color model

#ACACB4 color CMYK value is (4,4,0,29).

  • cyan value is 4.44%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,4,0,29)
C4M4Y0K29 
(4%,4%,0%,29%)
(0.04/0.04/0.00/0.29)	

CMYK percentages

%4.44
%4.44
%0
%29.41

Codes

Color #ACACB4 in popluar color models

ACACB4
RGB172172180
HSL240°5.06%69.02%
HSB/HSV240°4.44%70.59%
CMYK4.44%4.44%0.00%
29.41%

Color #ACACB4 in popluar number systems.

HEXACACB4
Decimal172172180
Binary101011001010110010110100
Octal254254264

Shades and tints

Shades of #ACACB4

#ACACB4
(172,172,180)
#9D9DA4
(157,157,164)
#8E8E94
(142,142,148)
#7F7F84
(127,127,132)
#707074
(112,112,116)
#616164
(97,97,100)
#525254
(82,82,84)
#434344
(67,67,68)
#343434
(52,52,52)
#252524
(37,37,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACACB4

#ACACB4
(172,172,180)
#B3B3BA
(179,179,186)
#BABAC0
(186,186,192)
#C1C1C6
(193,193,198)
#C8C8CC
(200,200,204)
#CFCFD2
(207,207,210)
#D6D6D8
(214,214,216)
#DDDDDE
(221,221,222)
#E4E4E4
(228,228,228)
#EBEBEA
(235,235,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACACB4; }

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

This text font color is #ACACB4.


Background Color

.myBgColor { background-color: #ACACB4; }

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

This div background color is #ACACB4.


Border color

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

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

This div border color is #ACACB4.


Opacity

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

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

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

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

This text has shadow with #ACACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACACB4 on black background.


Color preview on white background

This text has color #ACACB4 on white background.



Black color preview on #ACACB4 background

This text has black color on #ACACB4 background.


White color preview on #ACACB4 background

This text has white color on #ACACB4 background.