COLOR #ACB4B7

HEX: #ACB4B7
RGB: (172,180,183)

Color info

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

RGB color model

#ACB4B7 color RGB value is (172,180,183).

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

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 183 of 255 = 72%

172
180
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 180 + 183 = 535 (100%)
R 172 of 535 ~ 32.15%
G 180 of 535 ~ 33.64%
B 183 of 535 ~ 34.21%

%32.15
%33.64
%34.21

CMYK color model

#ACB4B7 color CMYK value is (6,2,0,28).

  • cyan value is 6.01%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(6,2,0,28)
C6M2Y0K28 
(6%,2%,0%,28%)
(0.06/0.02/0.00/0.28)	

CMYK percentages

%6.01
%1.64
%0
%28.24

Codes

Color #ACB4B7 in popluar color models

ACB4B7
RGB172180183
HSL196°7.10%69.61%
HSB/HSV196°6.01%71.76%
CMYK6.01%1.64%0.00%
28.24%

Color #ACB4B7 in popluar number systems.

HEXACB4B7
Decimal172180183
Binary101011001011010010110111
Octal254264267

Shades and tints

Shades of #ACB4B7

#ACB4B7
(172,180,183)
#9DA4A7
(157,164,167)
#8E9497
(142,148,151)
#7F8487
(127,132,135)
#707477
(112,116,119)
#616467
(97,100,103)
#525457
(82,84,87)
#434447
(67,68,71)
#343437
(52,52,55)
#252427
(37,36,39)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACB4B7

#ACB4B7
(172,180,183)
#B3BABD
(179,186,189)
#BAC0C3
(186,192,195)
#C1C6C9
(193,198,201)
#C8CCCF
(200,204,207)
#CFD2D5
(207,210,213)
#D6D8DB
(214,216,219)
#DDDEE1
(221,222,225)
#E4E4E7
(228,228,231)
#EBEAED
(235,234,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB4B7; }

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

This text font color is #ACB4B7.


Background Color

.myBgColor { background-color: #ACB4B7; }

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

This div background color is #ACB4B7.


Border color

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

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

This div border color is #ACB4B7.


Opacity

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

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

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

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

This text has shadow with #ACB4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4B7 on black background.


Color preview on white background

This text has color #ACB4B7 on white background.



Black color preview on #ACB4B7 background

This text has black color on #ACB4B7 background.


White color preview on #ACB4B7 background

This text has white color on #ACB4B7 background.