COLOR #ACB0BD

HEX: #ACB0BD RGB: (172,176,189)

Color info

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

RGB color model

#ACB0BD color RGB value is (172,176,189).

RGB: (172,176,189) (67%, 69%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 189 of 255 = 74%

172
176
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 189 = 537 (100%)
R 172 of 537 ~ 32.03%
G 176 of 537 ~ 32.77%
B 189 of 537 ~ 35.2'%

%32.03
%32.77
%35.2

CMYK color model

#ACB0BD color CMYK value is (9,7,0,26).

  • cyan value is 8.99%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (9,7,0,26) C9M7Y0K26 (9%,7%,0%,26%) (0.09/0.07/0.00/0.26) 

CMYK percentages

%8.99
%6.88
%0
%25.88

Codes

Color #ACB0BD in popluar color models

AC B0 BD
RGB 172 176 189
HSL 226° 11.41% 70.78%
HSB/HSV 226° 8.99% 74.12%
CMYK 8.99% 6.88% 0.00%
25.88%

Color #ACB0BD in popluar number systems.

HEX AC B0 BD
Decimal 172 176 189
Binary 10101100 10110000 10111101
Octal 254 260 275

Shades and tints

Shades of #ACB0BD

#ACB0BD
(172,176,189)
#9DA0AC
(157,160,172)
#8E909B
(142,144,155)
#7F808A
(127,128,138)
#707079
(112,112,121)
#616068
(97,96,104)
#525057
(82,80,87)
#434046
(67,64,70)
#343035
(52,48,53)
#252024
(37,32,36)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #ACB0BD

#ACB0BD
(172,176,189)
#B3B7C3
(179,183,195)
#BABEC9
(186,190,201)
#C1C5CF
(193,197,207)
#C8CCD5
(200,204,213)
#CFD3DB
(207,211,219)
#D6DAE1
(214,218,225)
#DDE1E7
(221,225,231)
#E4E8ED
(228,232,237)
#EBEFF3
(235,239,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0BD; }

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

This text font color is #ACB0BD.

Background Color

.myBgColor { background-color: #ACB0BD; }

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

This div background color is #ACB0BD.

Border color

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

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

This div border color is #ACB0BD.

Opacity

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

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

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

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

This text has shadow with #ACB0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0BD.

Preview

Color preview on black background

This text has color #ACB0BD on black background.


Color preview on white background

This text has color #ACB0BD on white background.


Black color preview on #ACB0BD background

This text has black color on #ACB0BD background.


White color preview on #ACB0BD background

This text has white color on #ACB0BD background.


Related colors

Complementary color

Complementary color for #hex is #534F42.


I love getcolorcode.com

Triadic colors

1 #BDACB0 and #B0BDAC with #ACB0BD are triadic colors.

2 #BDB0AC and #B0ACBD with #ACB0BD are triadic colors.