COLOR #ACA8B5

HEX: #ACA8B5 RGB: (172,168,181)

Color info

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

RGB color model

#ACA8B5 color RGB value is (172,168,181).

RGB: (172,168,181) (67%, 66%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 181 of 255 = 71%

172
168
181

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 181 = 521 (100%)
R 172 of 521 ~ 33.01%
G 168 of 521 ~ 32.25%
B 181 of 521 ~ 34.74'%

%33.01
%32.25
%34.74

CMYK color model

#ACA8B5 color CMYK value is (5,7,0,29).

  • cyan value is 4.97%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (5,7,0,29)
C5M7Y0K29 (5%, 7%, 0%, 29%)
(0.05 / 0.07 / 0.00 / 0.29)

CMYK percentages

%4.97
%7.18
%0
%29.02

Codes

Color #ACA8B5 in popluar color models

AC A8 B5
RGB 172 168 181
HSL 258° 8.07% 68.43%
HSB/HSV 258° 7.18% 70.98%
CMYK 4.97% 7.18% 0.00%
29.02%

Color #ACA8B5 in popluar number systems.

HEX AC A8 B5
Decimal 172 168 181
Binary 10101100 10101000 10110101
Octal 254 250 265

Shades and tints

Shades of #ACA8B5

#ACA8B5
(172,168,181)
#9D99A5
(157,153,165)
#8E8A95
(142,138,149)
#7F7B85
(127,123,133)
#706C75
(112,108,117)
#615D65
(97,93,101)
#524E55
(82,78,85)
#433F45
(67,63,69)
#343035
(52,48,53)
#252125
(37,33,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACA8B5

#ACA8B5
(172,168,181)
#B3AFBB
(179,175,187)
#BAB6C1
(186,182,193)
#C1BDC7
(193,189,199)
#C8C4CD
(200,196,205)
#CFCBD3
(207,203,211)
#D6D2D9
(214,210,217)
#DDD9DF
(221,217,223)
#E4E0E5
(228,224,229)
#EBE7EB
(235,231,235)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8B5; }

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

This text font color is #ACA8B5.

Background Color

.myBgColor { background-color: #ACA8B5; }

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

This div background color is #ACA8B5.

Border color

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

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

This div border color is #ACA8B5.

Opacity

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

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

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

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

This text has shadow with #ACA8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA8B5.

Preview

Color preview on black background

This text has color #ACA8B5 on black background.


Color preview on white background

This text has color #ACA8B5 on white background.


Black color preview on #ACA8B5 background

This text has black color on #ACA8B5 background.


White color preview on #ACA8B5 background

This text has white color on #ACA8B5 background.


Related colors

Complementary color

Complementary color for #hex is #53574A.


I love getcolorcode.com

Triadic colors

1 #B5ACA8 and #A8B5AC with #ACA8B5 are triadic colors.

2 #B5A8AC and #A8ACB5 with #ACA8B5 are triadic colors.