COLOR #ACAFA4

HEX: #ACAFA4
RGB: (172,175,164)

Color info

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

RGB color model

#ACAFA4 color RGB value is (172,175,164).

  • red value is 172;
  • green value is 175;
  • blue value is 164.
RGB:
(172,175,164)
(67%,69%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 164 of 255 = 64%

172
175
164

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 164 = 511 (100%)
R 172 of 511 ~ 33.66%
G 175 of 511 ~ 34.25%
B 164 of 511 ~ 32.09%

%33.66
%34.25
%32.09

CMYK color model

#ACAFA4 color CMYK value is (2,0,6,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(2,0,6,31)
C2M0Y6K31 
(2%,0%,6%,31%)
(0.02/0.00/0.06/0.31)	

CMYK percentages

%1.71
%0
%6.29
%31.37

Codes

Color #ACAFA4 in popluar color models

ACAFA4
RGB172175164
HSL76°6.43%66.47%
HSB/HSV76°6.29%68.63%
CMYK1.71%0.00%6.29%
31.37%

Color #ACAFA4 in popluar number systems.

HEXACAFA4
Decimal172175164
Binary101011001010111110100100
Octal254257244

Shades and tints

Shades of #ACAFA4

#ACAFA4
(172,175,164)
#9DA096
(157,160,150)
#8E9188
(142,145,136)
#7F827A
(127,130,122)
#70736C
(112,115,108)
#61645E
(97,100,94)
#525550
(82,85,80)
#434642
(67,70,66)
#343734
(52,55,52)
#252826
(37,40,38)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #ACAFA4

#ACAFA4
(172,175,164)
#B3B6AC
(179,182,172)
#BABDB4
(186,189,180)
#C1C4BC
(193,196,188)
#C8CBC4
(200,203,196)
#CFD2CC
(207,210,204)
#D6D9D4
(214,217,212)
#DDE0DC
(221,224,220)
#E4E7E4
(228,231,228)
#EBEEEC
(235,238,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFA4; }

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

This text font color is #ACAFA4.


Background Color

.myBgColor { background-color: #ACAFA4; }

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

This div background color is #ACAFA4.


Border color

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

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

This div border color is #ACAFA4.


Opacity

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

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

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

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

This text has shadow with #ACAFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFA4 on black background.


Color preview on white background

This text has color #ACAFA4 on white background.



Black color preview on #ACAFA4 background

This text has black color on #ACAFA4 background.


White color preview on #ACAFA4 background

This text has white color on #ACAFA4 background.