COLOR #ACB9B2

HEX: #ACB9B2 RGB: (172,185,178)

Color info

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

RGB color model

#ACB9B2 color RGB value is (172,185,178).

RGB: (172,185,178) (67%, 73%, 70%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 178 of 255 = 70%

172
185
178

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

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 178 = 535 (100%)
R 172 of 535 ~ 32.15%
G 185 of 535 ~ 34.58%
B 178 of 535 ~ 33.27'%

%32.15
%34.58
%33.27

CMYK color model

#ACB9B2 color CMYK value is (7,0,4,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 27.45%

CMYK: (7,0,4,27)
C7M0Y4K27 (7%, 0%, 4%, 27%)
(0.07 / 0.00 / 0.04 / 0.27)

CMYK percentages

%7.03
%0
%3.78
%27.45

Codes

Color #ACB9B2 in popluar color models

AC B9 B2
RGB 172 185 178
HSL 148° 8.50% 70.00%
HSB/HSV 148° 7.03% 72.55%
CMYK 7.03% 0.00% 3.78%
27.45%

Color #ACB9B2 in popluar number systems.

HEX AC B9 B2
Decimal 172 185 178
Binary 10101100 10111001 10110010
Octal 254 271 262

Shades and tints

Shades of #ACB9B2

#ACB9B2
(172,185,178)
#9DA9A2
(157,169,162)
#8E9992
(142,153,146)
#7F8982
(127,137,130)
#707972
(112,121,114)
#616962
(97,105,98)
#525952
(82,89,82)
#434942
(67,73,66)
#343932
(52,57,50)
#252922
(37,41,34)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACB9B2

#ACB9B2
(172,185,178)
#B3BFB9
(179,191,185)
#BAC5C0
(186,197,192)
#C1CBC7
(193,203,199)
#C8D1CE
(200,209,206)
#CFD7D5
(207,215,213)
#D6DDDC
(214,221,220)
#DDE3E3
(221,227,227)
#E4E9EA
(228,233,234)
#EBEFF1
(235,239,241)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9B2; }

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

This text font color is #ACB9B2.

Background Color

.myBgColor { background-color: #ACB9B2; }

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

This div background color is #ACB9B2.

Border color

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

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

This div border color is #ACB9B2.

Opacity

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

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

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

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

This text has shadow with #ACB9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB9B2.

Preview

Color preview on black background

This text has color #ACB9B2 on black background.


Color preview on white background

This text has color #ACB9B2 on white background.


Black color preview on #ACB9B2 background

This text has black color on #ACB9B2 background.


White color preview on #ACB9B2 background

This text has white color on #ACB9B2 background.


Related colors

Complementary color

Complementary color for #hex is #53464D.


I love getcolorcode.com

Triadic colors

1 #B2ACB9 and #B9B2AC with #ACB9B2 are triadic colors.

2 #B2B9AC and #B9ACB2 with #ACB9B2 are triadic colors.