COLOR #ACADA7

HEX: #ACADA7 RGB: (172,173,167)

Color info

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

RGB color model

#ACADA7 color RGB value is (172,173,167).

RGB: (172,173,167) (67%, 68%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 167 of 255 = 65%

172
173
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 167 = 512 (100%)
R 172 of 512 ~ 33.59%
G 173 of 512 ~ 33.79%
B 167 of 512 ~ 32.62'%

%33.59
%33.79
%32.62

CMYK color model

#ACADA7 color CMYK value is (1,0,3,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%

CMYK: (1,0,3,32)
C1M0Y3K32 (1%, 0%, 3%, 32%)
(0.01 / 0.00 / 0.03 / 0.32)

CMYK percentages

%0.58
%0
%3.47
%32.16

Codes

Color #ACADA7 in popluar color models

AC AD A7
RGB 172 173 167
HSL 70° 3.53% 66.67%
HSB/HSV 70° 3.47% 67.84%
CMYK 0.58% 0.00% 3.47%
32.16%

Color #ACADA7 in popluar number systems.

HEX AC AD A7
Decimal 172 173 167
Binary 10101100 10101101 10100111
Octal 254 255 247

Shades and tints

Shades of #ACADA7

#ACADA7
(172,173,167)
#9D9E98
(157,158,152)
#8E8F89
(142,143,137)
#7F807A
(127,128,122)
#70716B
(112,113,107)
#61625C
(97,98,92)
#52534D
(82,83,77)
#43443E
(67,68,62)
#34352F
(52,53,47)
#252620
(37,38,32)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACADA7

#ACADA7
(172,173,167)
#B3B4AF
(179,180,175)
#BABBB7
(186,187,183)
#C1C2BF
(193,194,191)
#C8C9C7
(200,201,199)
#CFD0CF
(207,208,207)
#D6D7D7
(214,215,215)
#DDDEDF
(221,222,223)
#E4E5E7
(228,229,231)
#EBECEF
(235,236,239)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADA7; }

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

This text font color is #ACADA7.

Background Color

.myBgColor { background-color: #ACADA7; }

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

This div background color is #ACADA7.

Border color

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

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

This div border color is #ACADA7.

Opacity

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

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

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

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

This text has shadow with #ACADA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACADA7.

Preview

Color preview on black background

This text has color #ACADA7 on black background.


Color preview on white background

This text has color #ACADA7 on white background.


Black color preview on #ACADA7 background

This text has black color on #ACADA7 background.


White color preview on #ACADA7 background

This text has white color on #ACADA7 background.


Related colors

Complementary color

Complementary color for #hex is #535258.


I love getcolorcode.com

Triadic colors

1 #A7ACAD and #ADA7AC with #ACADA7 are triadic colors.

2 #A7ADAC and #ADACA7 with #ACADA7 are triadic colors.