COLOR #ACB9AD

HEX: #ACB9AD RGB: (172,185,173)

Color info

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

RGB color model

#ACB9AD color RGB value is (172,185,173).

RGB: (172,185,173) (67%, 73%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 173 of 255 = 68%

172
185
173

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

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 173 = 530 (100%)
R 172 of 530 ~ 32.45%
G 185 of 530 ~ 34.91%
B 173 of 530 ~ 32.64'%

%32.45
%34.91
%32.64

CMYK color model

#ACB9AD color CMYK value is (7,0,6,27).

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

CMYK: (7,0,6,27)
C7M0Y6K27 (7%, 0%, 6%, 27%)
(0.07 / 0.00 / 0.06 / 0.27)

CMYK percentages

%7.03
%0
%6.49
%27.45

Codes

Color #ACB9AD in popluar color models

AC B9 AD
RGB 172 185 173
HSL 125° 8.50% 70.00%
HSB/HSV 125° 7.03% 72.55%
CMYK 7.03% 0.00% 6.49%
27.45%

Color #ACB9AD in popluar number systems.

HEX AC B9 AD
Decimal 172 185 173
Binary 10101100 10111001 10101101
Octal 254 271 255

Shades and tints

Shades of #ACB9AD

#ACB9AD
(172,185,173)
#9DA99E
(157,169,158)
#8E998F
(142,153,143)
#7F8980
(127,137,128)
#707971
(112,121,113)
#616962
(97,105,98)
#525953
(82,89,83)
#434944
(67,73,68)
#343935
(52,57,53)
#252926
(37,41,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #ACB9AD

#ACB9AD
(172,185,173)
#B3BFB4
(179,191,180)
#BAC5BB
(186,197,187)
#C1CBC2
(193,203,194)
#C8D1C9
(200,209,201)
#CFD7D0
(207,215,208)
#D6DDD7
(214,221,215)
#DDE3DE
(221,227,222)
#E4E9E5
(228,233,229)
#EBEFEC
(235,239,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9AD; }

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

This text font color is #ACB9AD.

Background Color

.myBgColor { background-color: #ACB9AD; }

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

This div background color is #ACB9AD.

Border color

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

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

This div border color is #ACB9AD.

Opacity

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

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

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

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

This text has shadow with #ACB9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB9AD.

Preview

Color preview on black background

This text has color #ACB9AD on black background.


Color preview on white background

This text has color #ACB9AD on white background.


Black color preview on #ACB9AD background

This text has black color on #ACB9AD background.


White color preview on #ACB9AD background

This text has white color on #ACB9AD background.


Related colors

Complementary color

Complementary color for #hex is #534652.


I love getcolorcode.com

Triadic colors

1 #ADACB9 and #B9ADAC with #ACB9AD are triadic colors.

2 #ADB9AC and #B9ACAD with #ACB9AD are triadic colors.