COLOR #ACB3C1

HEX: #ACB3C1
RGB: (172,179,193)

Color info

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

RGB color model

#ACB3C1 color RGB value is (172,179,193).

  • red value is 172;
  • green value is 179;
  • blue value is 193.
RGB:
(172,179,193)
(67%,70%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 193 of 255 = 76%

172
179
193

R + G + B ~ 71%. #ACB3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 193 = 544 (100%)
R 172 of 544 ~ 31.62%
G 179 of 544 ~ 32.9%
B 193 of 544 ~ 35.48%

%31.62
%32.9
%35.48

CMYK color model

#ACB3C1 color CMYK value is (11,7,0,24).

  • cyan value is 10.88%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(11,7,0,24)
C11M7Y0K24 
(11%,7%,0%,24%)
(0.11/0.07/0.00/0.24)	

CMYK percentages

%10.88
%7.25
%0
%24.31

Codes

Color #ACB3C1 in popluar color models

ACB3C1
RGB172179193
HSL220°14.48%71.57%
HSB/HSV220°10.88%75.69%
CMYK10.88%7.25%0.00%
24.31%

Color #ACB3C1 in popluar number systems.

HEXACB3C1
Decimal172179193
Binary101011001011001111000001
Octal254263301

Shades and tints

Shades of #ACB3C1

#ACB3C1
(172,179,193)
#9DA3B0
(157,163,176)
#8E939F
(142,147,159)
#7F838E
(127,131,142)
#70737D
(112,115,125)
#61636C
(97,99,108)
#52535B
(82,83,91)
#43434A
(67,67,74)
#343339
(52,51,57)
#252328
(37,35,40)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACB3C1

#ACB3C1
(172,179,193)
#B3B9C6
(179,185,198)
#BABFCB
(186,191,203)
#C1C5D0
(193,197,208)
#C8CBD5
(200,203,213)
#CFD1DA
(207,209,218)
#D6D7DF
(214,215,223)
#DDDDE4
(221,221,228)
#E4E3E9
(228,227,233)
#EBE9EE
(235,233,238)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3C1; }

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

This text font color is #ACB3C1.


Background Color

.myBgColor { background-color: #ACB3C1; }

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

This div background color is #ACB3C1.


Border color

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

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

This div border color is #ACB3C1.


Opacity

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

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

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

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

This text has shadow with #ACB3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB3C1 on black background.


Color preview on white background

This text has color #ACB3C1 on white background.



Black color preview on #ACB3C1 background

This text has black color on #ACB3C1 background.


White color preview on #ACB3C1 background

This text has white color on #ACB3C1 background.