COLOR #ACB1BC

HEX: #ACB1BC
RGB: (172,177,188)

Color info

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

RGB color model

#ACB1BC color RGB value is (172,177,188).

  • red value is 172;
  • green value is 177;
  • blue value is 188.
RGB:
(172,177,188)
(67%,69%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 188 of 255 = 74%

172
177
188

R + G + B ~ 70%. #ACB1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 188 = 537 (100%)
R 172 of 537 ~ 32.03%
G 177 of 537 ~ 32.96%
B 188 of 537 ~ 35.01%

%32.03
%32.96
%35.01

CMYK color model

#ACB1BC color CMYK value is (9,6,0,26).

  • cyan value is 8.51%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,6,0,26)
C9M6Y0K26 
(9%,6%,0%,26%)
(0.09/0.06/0.00/0.26)	

CMYK percentages

%8.51
%5.85
%0
%26.27

Codes

Color #ACB1BC in popluar color models

ACB1BC
RGB172177188
HSL221°10.67%70.59%
HSB/HSV221°8.51%73.73%
CMYK8.51%5.85%0.00%
26.27%

Color #ACB1BC in popluar number systems.

HEXACB1BC
Decimal172177188
Binary101011001011000110111100
Octal254261274

Shades and tints

Shades of #ACB1BC

#ACB1BC
(172,177,188)
#9DA1AB
(157,161,171)
#8E919A
(142,145,154)
#7F8189
(127,129,137)
#707178
(112,113,120)
#616167
(97,97,103)
#525156
(82,81,86)
#434145
(67,65,69)
#343134
(52,49,52)
#252123
(37,33,35)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #ACB1BC

#ACB1BC
(172,177,188)
#B3B8C2
(179,184,194)
#BABFC8
(186,191,200)
#C1C6CE
(193,198,206)
#C8CDD4
(200,205,212)
#CFD4DA
(207,212,218)
#D6DBE0
(214,219,224)
#DDE2E6
(221,226,230)
#E4E9EC
(228,233,236)
#EBF0F2
(235,240,242)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1BC; }

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

This text font color is #ACB1BC.


Background Color

.myBgColor { background-color: #ACB1BC; }

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

This div background color is #ACB1BC.


Border color

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

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

This div border color is #ACB1BC.


Opacity

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

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

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

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

This text has shadow with #ACB1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB1BC on black background.


Color preview on white background

This text has color #ACB1BC on white background.



Black color preview on #ACB1BC background

This text has black color on #ACB1BC background.


White color preview on #ACB1BC background

This text has white color on #ACB1BC background.