COLOR #ACB5BB

HEX: #ACB5BB
RGB: (172,181,187)

Color info

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

RGB color model

#ACB5BB color RGB value is (172,181,187).

  • red value is 172;
  • green value is 181;
  • blue value is 187.
RGB:
(172,181,187)
(67%,71%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 187 of 255 = 73%

172
181
187

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 187 = 540 (100%)
R 172 of 540 ~ 31.85%
G 181 of 540 ~ 33.52%
B 187 of 540 ~ 34.63%

%31.85
%33.52
%34.63

CMYK color model

#ACB5BB color CMYK value is (8,3,0,27).

  • cyan value is 8.02%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(8,3,0,27)
C8M3Y0K27 
(8%,3%,0%,27%)
(0.08/0.03/0.00/0.27)	

CMYK percentages

%8.02
%3.21
%0
%26.67

Codes

Color #ACB5BB in popluar color models

ACB5BB
RGB172181187
HSL204°9.93%70.39%
HSB/HSV204°8.02%73.33%
CMYK8.02%3.21%0.00%
26.67%

Color #ACB5BB in popluar number systems.

HEXACB5BB
Decimal172181187
Binary101011001011010110111011
Octal254265273

Shades and tints

Shades of #ACB5BB

#ACB5BB
(172,181,187)
#9DA5AA
(157,165,170)
#8E9599
(142,149,153)
#7F8588
(127,133,136)
#707577
(112,117,119)
#616566
(97,101,102)
#525555
(82,85,85)
#434544
(67,69,68)
#343533
(52,53,51)
#252522
(37,37,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACB5BB

#ACB5BB
(172,181,187)
#B3BBC1
(179,187,193)
#BAC1C7
(186,193,199)
#C1C7CD
(193,199,205)
#C8CDD3
(200,205,211)
#CFD3D9
(207,211,217)
#D6D9DF
(214,217,223)
#DDDFE5
(221,223,229)
#E4E5EB
(228,229,235)
#EBEBF1
(235,235,241)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5BB; }

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

This text font color is #ACB5BB.


Background Color

.myBgColor { background-color: #ACB5BB; }

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

This div background color is #ACB5BB.


Border color

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

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

This div border color is #ACB5BB.


Opacity

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

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

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

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

This text has shadow with #ACB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB5BB on black background.


Color preview on white background

This text has color #ACB5BB on white background.



Black color preview on #ACB5BB background

This text has black color on #ACB5BB background.


White color preview on #ACB5BB background

This text has white color on #ACB5BB background.