COLOR #ACA8B8

HEX: #ACA8B8 RGB: (172,168,184)

Color info

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

RGB color model

#ACA8B8 color RGB value is (172,168,184).

RGB: (172,168,184) (67%, 66%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 184 of 255 = 72%

172
168
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 184 = 524 (100%)
R 172 of 524 ~ 32.82%
G 168 of 524 ~ 32.06%
B 184 of 524 ~ 35.11'%

%32.82
%32.06
%35.11

CMYK color model

#ACA8B8 color CMYK value is (7,9,0,28).

  • cyan value is 6.52%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (7,9,0,28)
C7M9Y0K28 (7%, 9%, 0%, 28%)
(0.07 / 0.09 / 0.00 / 0.28)

CMYK percentages

%6.52
%8.7
%0
%27.84

Codes

Color #ACA8B8 in popluar color models

AC A8 B8
RGB 172 168 184
HSL 255° 10.13% 69.02%
HSB/HSV 255° 8.70% 72.16%
CMYK 6.52% 8.70% 0.00%
27.84%

Color #ACA8B8 in popluar number systems.

HEX AC A8 B8
Decimal 172 168 184
Binary 10101100 10101000 10111000
Octal 254 250 270

Shades and tints

Shades of #ACA8B8

#ACA8B8
(172,168,184)
#9D99A8
(157,153,168)
#8E8A98
(142,138,152)
#7F7B88
(127,123,136)
#706C78
(112,108,120)
#615D68
(97,93,104)
#524E58
(82,78,88)
#433F48
(67,63,72)
#343038
(52,48,56)
#252128
(37,33,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #ACA8B8

#ACA8B8
(172,168,184)
#B3AFBE
(179,175,190)
#BAB6C4
(186,182,196)
#C1BDCA
(193,189,202)
#C8C4D0
(200,196,208)
#CFCBD6
(207,203,214)
#D6D2DC
(214,210,220)
#DDD9E2
(221,217,226)
#E4E0E8
(228,224,232)
#EBE7EE
(235,231,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8B8; }

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

This text font color is #ACA8B8.

Background Color

.myBgColor { background-color: #ACA8B8; }

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

This div background color is #ACA8B8.

Border color

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

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

This div border color is #ACA8B8.

Opacity

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

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

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

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

This text has shadow with #ACA8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA8B8.

Preview

Color preview on black background

This text has color #ACA8B8 on black background.


Color preview on white background

This text has color #ACA8B8 on white background.


Black color preview on #ACA8B8 background

This text has black color on #ACA8B8 background.


White color preview on #ACA8B8 background

This text has white color on #ACA8B8 background.


Related colors

Complementary color

Complementary color for #hex is #535747.


I love getcolorcode.com

Triadic colors

1 #B8ACA8 and #A8B8AC with #ACA8B8 are triadic colors.

2 #B8A8AC and #A8ACB8 with #ACA8B8 are triadic colors.