COLOR #ACB1AF

HEX: #ACB1AF RGB: (172,177,175)

Color info

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

RGB color model

#ACB1AF color RGB value is (172,177,175).

RGB: (172,177,175) (67%, 69%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 175 of 255 = 69%

172
177
175

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

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 175 = 524 (100%)
R 172 of 524 ~ 32.82%
G 177 of 524 ~ 33.78%
B 175 of 524 ~ 33.4'%

%32.82
%33.78
%33.4

CMYK color model

#ACB1AF color CMYK value is (3,0,1,31).

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

CMYK: (3,0,1,31)
C3M0Y1K31 (3%, 0%, 1%, 31%)
(0.03 / 0.00 / 0.01 / 0.31)

CMYK percentages

%2.82
%0
%1.13
%30.59

Codes

Color #ACB1AF in popluar color models

AC B1 AF
RGB 172 177 175
HSL 156° 3.11% 68.43%
HSB/HSV 156° 2.82% 69.41%
CMYK 2.82% 0.00% 1.13%
30.59%

Color #ACB1AF in popluar number systems.

HEX AC B1 AF
Decimal 172 177 175
Binary 10101100 10110001 10101111
Octal 254 261 257

Shades and tints

Shades of #ACB1AF

#ACB1AF
(172,177,175)
#9DA1A0
(157,161,160)
#8E9191
(142,145,145)
#7F8182
(127,129,130)
#707173
(112,113,115)
#616164
(97,97,100)
#525155
(82,81,85)
#434146
(67,65,70)
#343137
(52,49,55)
#252128
(37,33,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #ACB1AF

#ACB1AF
(172,177,175)
#B3B8B6
(179,184,182)
#BABFBD
(186,191,189)
#C1C6C4
(193,198,196)
#C8CDCB
(200,205,203)
#CFD4D2
(207,212,210)
#D6DBD9
(214,219,217)
#DDE2E0
(221,226,224)
#E4E9E7
(228,233,231)
#EBF0EE
(235,240,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1AF; }

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

This text font color is #ACB1AF.

Background Color

.myBgColor { background-color: #ACB1AF; }

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

This div background color is #ACB1AF.

Border color

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

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

This div border color is #ACB1AF.

Opacity

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

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

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

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

This text has shadow with #ACB1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB1AF.

Preview

Color preview on black background

This text has color #ACB1AF on black background.


Color preview on white background

This text has color #ACB1AF on white background.


Black color preview on #ACB1AF background

This text has black color on #ACB1AF background.


White color preview on #ACB1AF background

This text has white color on #ACB1AF background.


Related colors

Complementary color

Complementary color for #hex is #534E50.


I love getcolorcode.com

Triadic colors

1 #AFACB1 and #B1AFAC with #ACB1AF are triadic colors.

2 #AFB1AC and #B1ACAF with #ACB1AF are triadic colors.