COLOR #ACB1AD

HEX: #ACB1AD RGB: (172,177,173)

Color info

#ACB1AD contains red, green and blue colors in about the same proportion. Web safe color of #ACB1AD is #999999 (or #999).

RGB color model

#ACB1AD color RGB value is (172,177,173).

RGB: (172,177,173) (67%, 69%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 173 of 255 = 68%

172
177
173

R + G + B ~ 68%. #ACB1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 173 = 522 (100%)
R 172 of 522 ~ 32.95%
G 177 of 522 ~ 33.91%
B 173 of 522 ~ 33.14'%

%32.95
%33.91
%33.14

CMYK color model

#ACB1AD color CMYK value is (3,0,2,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 30.59%

CMYK: (3,0,2,31)
C3M0Y2K31 (3%, 0%, 2%, 31%)
(0.03 / 0.00 / 0.02 / 0.31)

CMYK percentages

%2.82
%0
%2.26
%30.59

Codes

Color #ACB1AD in popluar color models

AC B1 AD
RGB 172 177 173
HSL 132° 3.11% 68.43%
HSB/HSV 132° 2.82% 69.41%
CMYK 2.82% 0.00% 2.26%
30.59%

Color #ACB1AD in popluar number systems.

HEX AC B1 AD
Decimal 172 177 173
Binary 10101100 10110001 10101101
Octal 254 261 255

Shades and tints

Shades of #ACB1AD

#ACB1AD
(172,177,173)
#9DA19E
(157,161,158)
#8E918F
(142,145,143)
#7F8180
(127,129,128)
#707171
(112,113,113)
#616162
(97,97,98)
#525153
(82,81,83)
#434144
(67,65,68)
#343135
(52,49,53)
#252126
(37,33,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #ACB1AD

#ACB1AD
(172,177,173)
#B3B8B4
(179,184,180)
#BABFBB
(186,191,187)
#C1C6C2
(193,198,194)
#C8CDC9
(200,205,201)
#CFD4D0
(207,212,208)
#D6DBD7
(214,219,215)
#DDE2DE
(221,226,222)
#E4E9E5
(228,233,229)
#EBF0EC
(235,240,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1AD; }

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

This text font color is #ACB1AD.

Background Color

.myBgColor { background-color: #ACB1AD; }

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

This div background color is #ACB1AD.

Border color

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

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

This div border color is #ACB1AD.

Opacity

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

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

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

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

This text has shadow with #ACB1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB1AD.

Preview

Color preview on black background

This text has color #ACB1AD on black background.


Color preview on white background

This text has color #ACB1AD on white background.


Black color preview on #ACB1AD background

This text has black color on #ACB1AD background.


White color preview on #ACB1AD background

This text has white color on #ACB1AD background.


Related colors

Complementary color

Complementary color for #hex is #534E52.


I love getcolorcode.com

Triadic colors

1 #ADACB1 and #B1ADAC with #ACB1AD are triadic colors.

2 #ADB1AC and #B1ACAD with #ACB1AD are triadic colors.