COLOR #ACAFA7

HEX: #ACAFA7
RGB: (172,175,167)

Color info

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

RGB color model

#ACAFA7 color RGB value is (172,175,167).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 167 of 255 = 65%

172
175
167

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 167 = 514 (100%)
R 172 of 514 ~ 33.46%
G 175 of 514 ~ 34.05%
B 167 of 514 ~ 32.49%

%33.46
%34.05
%32.49

CMYK color model

#ACAFA7 color CMYK value is (2,0,5,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(2,0,5,31)
C2M0Y5K31 
(2%,0%,5%,31%)
(0.02/0.00/0.05/0.31)	

CMYK percentages

%1.71
%0
%4.57
%31.37

Codes

Color #ACAFA7 in popluar color models

ACAFA7
RGB172175167
HSL82°4.76%67.06%
HSB/HSV82°4.57%68.63%
CMYK1.71%0.00%4.57%
31.37%

Color #ACAFA7 in popluar number systems.

HEXACAFA7
Decimal172175167
Binary101011001010111110100111
Octal254257247

Shades and tints

Shades of #ACAFA7

#ACAFA7
(172,175,167)
#9DA098
(157,160,152)
#8E9189
(142,145,137)
#7F827A
(127,130,122)
#70736B
(112,115,107)
#61645C
(97,100,92)
#52554D
(82,85,77)
#43463E
(67,70,62)
#34372F
(52,55,47)
#252820
(37,40,32)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACAFA7

#ACAFA7
(172,175,167)
#B3B6AF
(179,182,175)
#BABDB7
(186,189,183)
#C1C4BF
(193,196,191)
#C8CBC7
(200,203,199)
#CFD2CF
(207,210,207)
#D6D9D7
(214,217,215)
#DDE0DF
(221,224,223)
#E4E7E7
(228,231,231)
#EBEEEF
(235,238,239)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAFA7; }

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

This text font color is #ACAFA7.


Background Color

.myBgColor { background-color: #ACAFA7; }

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

This div background color is #ACAFA7.


Border color

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

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

This div border color is #ACAFA7.


Opacity

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

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

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

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

This text has shadow with #ACAFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFA7 on black background.


Color preview on white background

This text has color #ACAFA7 on white background.



Black color preview on #ACAFA7 background

This text has black color on #ACAFA7 background.


White color preview on #ACAFA7 background

This text has white color on #ACAFA7 background.