COLOR #ACB2BD

HEX: #ACB2BD RGB: (172,178,189)

Color info

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

RGB color model

#ACB2BD color RGB value is (172,178,189).

RGB: (172,178,189) (67%, 70%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 189 of 255 = 74%

172
178
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 178 + 189 = 539 (100%)
R 172 of 539 ~ 31.91%
G 178 of 539 ~ 33.02%
B 189 of 539 ~ 35.06'%

%31.91
%33.02
%35.06

CMYK color model

#ACB2BD color CMYK value is (9,6,0,26).

  • cyan value is 8.99%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (9,6,0,26) C9M6Y0K26 (9%,6%,0%,26%) (0.09/0.06/0.00/0.26) 

CMYK percentages

%8.99
%5.82
%0
%25.88

Codes

Color #ACB2BD in popluar color models

AC B2 BD
RGB 172 178 189
HSL 219° 11.41% 70.78%
HSB/HSV 219° 8.99% 74.12%
CMYK 8.99% 5.82% 0.00%
25.88%

Color #ACB2BD in popluar number systems.

HEX AC B2 BD
Decimal 172 178 189
Binary 10101100 10110010 10111101
Octal 254 262 275

Shades and tints

Shades of #ACB2BD

#ACB2BD
(172,178,189)
#9DA2AC
(157,162,172)
#8E929B
(142,146,155)
#7F828A
(127,130,138)
#707279
(112,114,121)
#616268
(97,98,104)
#525257
(82,82,87)
#434246
(67,66,70)
#343235
(52,50,53)
#252224
(37,34,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACB2BD

#ACB2BD
(172,178,189)
#B3B9C3
(179,185,195)
#BAC0C9
(186,192,201)
#C1C7CF
(193,199,207)
#C8CED5
(200,206,213)
#CFD5DB
(207,213,219)
#D6DCE1
(214,220,225)
#DDE3E7
(221,227,231)
#E4EAED
(228,234,237)
#EBF1F3
(235,241,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2BD; }

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

This text font color is #ACB2BD.

Background Color

.myBgColor { background-color: #ACB2BD; }

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

This div background color is #ACB2BD.

Border color

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

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

This div border color is #ACB2BD.

Opacity

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

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

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

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

This text has shadow with #ACB2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB2BD.

Preview

Color preview on black background

This text has color #ACB2BD on black background.


Color preview on white background

This text has color #ACB2BD on white background.


Black color preview on #ACB2BD background

This text has black color on #ACB2BD background.


White color preview on #ACB2BD background

This text has white color on #ACB2BD background.


Related colors

Complementary color

Complementary color for #hex is #534D42.


I love getcolorcode.com

Triadic colors

1 #BDACB2 and #B2BDAC with #ACB2BD are triadic colors.

2 #BDB2AC and #B2ACBD with #ACB2BD are triadic colors.