COLOR #ACB6BD

HEX: #ACB6BD RGB: (172,182,189)

Color info

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

RGB color model

#ACB6BD color RGB value is (172,182,189).

RGB: (172,182,189) (67%, 71%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 189 of 255 = 74%

172
182
189

R + G + B ~ 71%. #ACB6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 189 = 543 (100%)
R 172 of 543 ~ 31.68%
G 182 of 543 ~ 33.52%
B 189 of 543 ~ 34.81'%

%31.68
%33.52
%34.81

CMYK color model

#ACB6BD color CMYK value is (9,4,0,26).

  • cyan value is 8.99%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (9,4,0,26)
C9M4Y0K26 (9%, 4%, 0%, 26%)
(0.09 / 0.04 / 0.00 / 0.26)

CMYK percentages

%8.99
%3.7
%0
%25.88

Codes

Color #ACB6BD in popluar color models

AC B6 BD
RGB 172 182 189
HSL 205° 11.41% 70.78%
HSB/HSV 205° 8.99% 74.12%
CMYK 8.99% 3.70% 0.00%
25.88%

Color #ACB6BD in popluar number systems.

HEX AC B6 BD
Decimal 172 182 189
Binary 10101100 10110110 10111101
Octal 254 266 275

Shades and tints

Shades of #ACB6BD

#ACB6BD
(172,182,189)
#9DA6AC
(157,166,172)
#8E969B
(142,150,155)
#7F868A
(127,134,138)
#707679
(112,118,121)
#616668
(97,102,104)
#525657
(82,86,87)
#434646
(67,70,70)
#343635
(52,54,53)
#252624
(37,38,36)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACB6BD

#ACB6BD
(172,182,189)
#B3BCC3
(179,188,195)
#BAC2C9
(186,194,201)
#C1C8CF
(193,200,207)
#C8CED5
(200,206,213)
#CFD4DB
(207,212,219)
#D6DAE1
(214,218,225)
#DDE0E7
(221,224,231)
#E4E6ED
(228,230,237)
#EBECF3
(235,236,243)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB6BD; }

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

This text font color is #ACB6BD.

Background Color

.myBgColor { background-color: #ACB6BD; }

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

This div background color is #ACB6BD.

Border color

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

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

This div border color is #ACB6BD.

Opacity

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

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

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

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

This text has shadow with #ACB6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB6BD.

Preview

Color preview on black background

This text has color #ACB6BD on black background.


Color preview on white background

This text has color #ACB6BD on white background.


Black color preview on #ACB6BD background

This text has black color on #ACB6BD background.


White color preview on #ACB6BD background

This text has white color on #ACB6BD background.


Related colors

Complementary color

Complementary color for #hex is #534942.


I love getcolorcode.com

Triadic colors

1 #BDACB6 and #B6BDAC with #ACB6BD are triadic colors.

2 #BDB6AC and #B6ACBD with #ACB6BD are triadic colors.