COLOR #ACB4AF

HEX: #ACB4AF RGB: (172,180,175)

Color info

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

RGB color model

#ACB4AF color RGB value is (172,180,175).

RGB: (172,180,175) (67%, 71%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 175 of 255 = 69%

172
180
175

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 175 = 527 (100%)
R 172 of 527 ~ 32.64%
G 180 of 527 ~ 34.16%
B 175 of 527 ~ 33.21'%

%32.64
%34.16
%33.21

CMYK color model

#ACB4AF color CMYK value is (4,0,3,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (4,0,3,29)
C4M0Y3K29 (4%, 0%, 3%, 29%)
(0.04 / 0.00 / 0.03 / 0.29)

CMYK percentages

%4.44
%0
%2.78
%29.41

Codes

Color #ACB4AF in popluar color models

AC B4 AF
RGB 172 180 175
HSL 143° 5.06% 69.02%
HSB/HSV 143° 4.44% 70.59%
CMYK 4.44% 0.00% 2.78%
29.41%

Color #ACB4AF in popluar number systems.

HEX AC B4 AF
Decimal 172 180 175
Binary 10101100 10110100 10101111
Octal 254 264 257

Shades and tints

Shades of #ACB4AF

#ACB4AF
(172,180,175)
#9DA4A0
(157,164,160)
#8E9491
(142,148,145)
#7F8482
(127,132,130)
#707473
(112,116,115)
#616464
(97,100,100)
#525455
(82,84,85)
#434446
(67,68,70)
#343437
(52,52,55)
#252428
(37,36,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACB4AF

#ACB4AF
(172,180,175)
#B3BAB6
(179,186,182)
#BAC0BD
(186,192,189)
#C1C6C4
(193,198,196)
#C8CCCB
(200,204,203)
#CFD2D2
(207,210,210)
#D6D8D9
(214,216,217)
#DDDEE0
(221,222,224)
#E4E4E7
(228,228,231)
#EBEAEE
(235,234,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB4AF; }

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

This text font color is #ACB4AF.

Background Color

.myBgColor { background-color: #ACB4AF; }

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

This div background color is #ACB4AF.

Border color

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

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

This div border color is #ACB4AF.

Opacity

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

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

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

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

This text has shadow with #ACB4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB4AF.

Preview

Color preview on black background

This text has color #ACB4AF on black background.


Color preview on white background

This text has color #ACB4AF on white background.


Black color preview on #ACB4AF background

This text has black color on #ACB4AF background.


White color preview on #ACB4AF background

This text has white color on #ACB4AF background.


Related colors

Complementary color

Complementary color for #hex is #534B50.


I love getcolorcode.com

Triadic colors

1 #AFACB4 and #B4AFAC with #ACB4AF are triadic colors.

2 #AFB4AC and #B4ACAF with #ACB4AF are triadic colors.