COLOR #ACB0B8

HEX: #ACB0B8 RGB: (172,176,184)

Color info

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

RGB color model

#ACB0B8 color RGB value is (172,176,184).

RGB: (172,176,184) (67%, 69%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 184 of 255 = 72%

172
176
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 184 = 532 (100%)
R 172 of 532 ~ 32.33%
G 176 of 532 ~ 33.08%
B 184 of 532 ~ 34.59'%

%32.33
%33.08
%34.59

CMYK color model

#ACB0B8 color CMYK value is (7,4,0,28).

  • cyan value is 6.52%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (7,4,0,28)
C7M4Y0K28 (7%, 4%, 0%, 28%)
(0.07 / 0.04 / 0.00 / 0.28)

CMYK percentages

%6.52
%4.35
%0
%27.84

Codes

Color #ACB0B8 in popluar color models

AC B0 B8
RGB 172 176 184
HSL 220° 7.79% 69.80%
HSB/HSV 220° 6.52% 72.16%
CMYK 6.52% 4.35% 0.00%
27.84%

Color #ACB0B8 in popluar number systems.

HEX AC B0 B8
Decimal 172 176 184
Binary 10101100 10110000 10111000
Octal 254 260 270

Shades and tints

Shades of #ACB0B8

#ACB0B8
(172,176,184)
#9DA0A8
(157,160,168)
#8E9098
(142,144,152)
#7F8088
(127,128,136)
#707078
(112,112,120)
#616068
(97,96,104)
#525058
(82,80,88)
#434048
(67,64,72)
#343038
(52,48,56)
#252028
(37,32,40)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #ACB0B8

#ACB0B8
(172,176,184)
#B3B7BE
(179,183,190)
#BABEC4
(186,190,196)
#C1C5CA
(193,197,202)
#C8CCD0
(200,204,208)
#CFD3D6
(207,211,214)
#D6DADC
(214,218,220)
#DDE1E2
(221,225,226)
#E4E8E8
(228,232,232)
#EBEFEE
(235,239,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB0B8 color. Also use rgb(172,176,184) instead hex code.

Text Font Color

.myTextColor { color: #ACB0B8; }

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

This text font color is #ACB0B8.

Background Color

.myBgColor { background-color: #ACB0B8; }

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

This div background color is #ACB0B8.

Border color

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

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

This div border color is #ACB0B8.

Opacity

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

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

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

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

This text has shadow with #ACB0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0B8.

Preview

Color preview on black background

This text has color #ACB0B8 on black background.


Color preview on white background

This text has color #ACB0B8 on white background.


Black color preview on #ACB0B8 background

This text has black color on #ACB0B8 background.


White color preview on #ACB0B8 background

This text has white color on #ACB0B8 background.


Related colors

Complementary color

Complementary color for #hex is #534F47.


I love getcolorcode.com

Triadic colors

1 #B8ACB0 and #B0B8AC with #ACB0B8 are triadic colors.

2 #B8B0AC and #B0ACB8 with #ACB0B8 are triadic colors.