COLOR #ACAFA9

HEX: #ACAFA9 RGB: (172,175,169)

Color info

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

RGB color model

#ACAFA9 color RGB value is (172,175,169).

RGB: (172,175,169) (67%, 69%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 169 of 255 = 66%

172
175
169

R + G + B ~ 67%. #ACAFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 175 + 169 = 516 (100%)
R 172 of 516 ~ 33.33%
G 175 of 516 ~ 33.91%
B 169 of 516 ~ 32.75'%

%33.33
%33.91
%32.75

CMYK color model

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

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 31.37%

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

CMYK percentages

%1.71
%0
%3.43
%31.37

Codes

Color #ACAFA9 in popluar color models

AC AF A9
RGB 172 175 169
HSL 90° 3.61% 67.45%
HSB/HSV 90° 3.43% 68.63%
CMYK 1.71% 0.00% 3.43%
31.37%

Color #ACAFA9 in popluar number systems.

HEX AC AF A9
Decimal 172 175 169
Binary 10101100 10101111 10101001
Octal 254 257 251

Shades and tints

Shades of #ACAFA9

#ACAFA9
(172,175,169)
#9DA09A
(157,160,154)
#8E918B
(142,145,139)
#7F827C
(127,130,124)
#70736D
(112,115,109)
#61645E
(97,100,94)
#52554F
(82,85,79)
#434640
(67,70,64)
#343731
(52,55,49)
#252822
(37,40,34)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACAFA9

#ACAFA9
(172,175,169)
#B3B6B0
(179,182,176)
#BABDB7
(186,189,183)
#C1C4BE
(193,196,190)
#C8CBC5
(200,203,197)
#CFD2CC
(207,210,204)
#D6D9D3
(214,217,211)
#DDE0DA
(221,224,218)
#E4E7E1
(228,231,225)
#EBEEE8
(235,238,232)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFA9; }

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

This text font color is #ACAFA9.

Background Color

.myBgColor { background-color: #ACAFA9; }

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

This div background color is #ACAFA9.

Border color

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

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

This div border color is #ACAFA9.

Opacity

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

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

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

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

This text has shadow with #ACAFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAFA9.

Preview

Color preview on black background

This text has color #ACAFA9 on black background.


Color preview on white background

This text has color #ACAFA9 on white background.


Black color preview on #ACAFA9 background

This text has black color on #ACAFA9 background.


White color preview on #ACAFA9 background

This text has white color on #ACAFA9 background.


Related colors

Complementary color

Complementary color for #hex is #535056.


I love getcolorcode.com

Triadic colors

1 #A9ACAF and #AFA9AC with #ACAFA9 are triadic colors.

2 #A9AFAC and #AFACA9 with #ACAFA9 are triadic colors.