COLOR #ACB1B4

HEX: #ACB1B4
RGB: (172,177,180)

Color info

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

RGB color model

#ACB1B4 color RGB value is (172,177,180).

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

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 180 of 255 = 71%

172
177
180

R + G + B ~ 69%. #ACB1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 180 = 529 (100%)
R 172 of 529 ~ 32.51%
G 177 of 529 ~ 33.46%
B 180 of 529 ~ 34.03%

%32.51
%33.46
%34.03

CMYK color model

#ACB1B4 color CMYK value is (4,2,0,29).

  • cyan value is 4.44%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,2,0,29)
C4M2Y0K29 
(4%,2%,0%,29%)
(0.04/0.02/0.00/0.29)	

CMYK percentages

%4.44
%1.67
%0
%29.41

Codes

Color #ACB1B4 in popluar color models

ACB1B4
RGB172177180
HSL203°5.06%69.02%
HSB/HSV203°4.44%70.59%
CMYK4.44%1.67%0.00%
29.41%

Color #ACB1B4 in popluar number systems.

HEXACB1B4
Decimal172177180
Binary101011001011000110110100
Octal254261264

Shades and tints

Shades of #ACB1B4

#ACB1B4
(172,177,180)
#9DA1A4
(157,161,164)
#8E9194
(142,145,148)
#7F8184
(127,129,132)
#707174
(112,113,116)
#616164
(97,97,100)
#525154
(82,81,84)
#434144
(67,65,68)
#343134
(52,49,52)
#252124
(37,33,36)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #ACB1B4

#ACB1B4
(172,177,180)
#B3B8BA
(179,184,186)
#BABFC0
(186,191,192)
#C1C6C6
(193,198,198)
#C8CDCC
(200,205,204)
#CFD4D2
(207,212,210)
#D6DBD8
(214,219,216)
#DDE2DE
(221,226,222)
#E4E9E4
(228,233,228)
#EBF0EA
(235,240,234)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1B4; }

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

This text font color is #ACB1B4.


Background Color

.myBgColor { background-color: #ACB1B4; }

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

This div background color is #ACB1B4.


Border color

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

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

This div border color is #ACB1B4.


Opacity

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

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

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

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

This text has shadow with #ACB1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB1B4 on black background.


Color preview on white background

This text has color #ACB1B4 on white background.



Black color preview on #ACB1B4 background

This text has black color on #ACB1B4 background.


White color preview on #ACB1B4 background

This text has white color on #ACB1B4 background.