COLOR #ACA8B2

HEX: #ACA8B2
RGB: (172,168,178)

Color info

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

RGB color model

#ACA8B2 color RGB value is (172,168,178).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 178 of 255 = 70%

172
168
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 178 = 518 (100%)
R 172 of 518 ~ 33.2%
G 168 of 518 ~ 32.43%
B 178 of 518 ~ 34.36%

%33.2
%32.43
%34.36

CMYK color model

#ACA8B2 color CMYK value is (3,6,0,30).

  • cyan value is 3.37%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,6,0,30)
C3M6Y0K30 
(3%,6%,0%,30%)
(0.03/0.06/0.00/0.30)	

CMYK percentages

%3.37
%5.62
%0
%30.2

Codes

Color #ACA8B2 in popluar color models

ACA8B2
RGB172168178
HSL264°6.10%67.84%
HSB/HSV264°5.62%69.80%
CMYK3.37%5.62%0.00%
30.20%

Color #ACA8B2 in popluar number systems.

HEXACA8B2
Decimal172168178
Binary101011001010100010110010
Octal254250262

Shades and tints

Shades of #ACA8B2

#ACA8B2
(172,168,178)
#9D99A2
(157,153,162)
#8E8A92
(142,138,146)
#7F7B82
(127,123,130)
#706C72
(112,108,114)
#615D62
(97,93,98)
#524E52
(82,78,82)
#433F42
(67,63,66)
#343032
(52,48,50)
#252122
(37,33,34)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #ACA8B2

#ACA8B2
(172,168,178)
#B3AFB9
(179,175,185)
#BAB6C0
(186,182,192)
#C1BDC7
(193,189,199)
#C8C4CE
(200,196,206)
#CFCBD5
(207,203,213)
#D6D2DC
(214,210,220)
#DDD9E3
(221,217,227)
#E4E0EA
(228,224,234)
#EBE7F1
(235,231,241)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8B2; }

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

This text font color is #ACA8B2.


Background Color

.myBgColor { background-color: #ACA8B2; }

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

This div background color is #ACA8B2.


Border color

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

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

This div border color is #ACA8B2.


Opacity

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

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

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

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

This text has shadow with #ACA8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8B2 on black background.


Color preview on white background

This text has color #ACA8B2 on white background.



Black color preview on #ACA8B2 background

This text has black color on #ACA8B2 background.


White color preview on #ACA8B2 background

This text has white color on #ACA8B2 background.