COLOR #ACADA5

HEX: #ACADA5
RGB: (172,173,165)

Color info

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

RGB color model

#ACADA5 color RGB value is (172,173,165).

  • red value is 172;
  • green value is 173;
  • blue value is 165.
RGB:
(172,173,165)
(67%,68%,65%)

RGB channels and saturation

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

172
173
165

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

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 165 = 510 (100%)
R 172 of 510 ~ 33.73%
G 173 of 510 ~ 33.92%
B 165 of 510 ~ 32.35%

%33.73
%33.92
%32.35

CMYK color model

#ACADA5 color CMYK value is (1,0,5,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(1,0,5,32)
C1M0Y5K32 
(1%,0%,5%,32%)
(0.01/0.00/0.05/0.32)	

CMYK percentages

%0.58
%0
%4.62
%32.16

Codes

Color #ACADA5 in popluar color models

ACADA5
RGB172173165
HSL68°4.65%66.27%
HSB/HSV68°4.62%67.84%
CMYK0.58%0.00%4.62%
32.16%

Color #ACADA5 in popluar number systems.

HEXACADA5
Decimal172173165
Binary101011001010110110100101
Octal254255245

Shades and tints

Shades of #ACADA5

#ACADA5
(172,173,165)
#9D9E96
(157,158,150)
#8E8F87
(142,143,135)
#7F8078
(127,128,120)
#707169
(112,113,105)
#61625A
(97,98,90)
#52534B
(82,83,75)
#43443C
(67,68,60)
#34352D
(52,53,45)
#25261E
(37,38,30)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACADA5

#ACADA5
(172,173,165)
#B3B4AD
(179,180,173)
#BABBB5
(186,187,181)
#C1C2BD
(193,194,189)
#C8C9C5
(200,201,197)
#CFD0CD
(207,208,205)
#D6D7D5
(214,215,213)
#DDDEDD
(221,222,221)
#E4E5E5
(228,229,229)
#EBECED
(235,236,237)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADA5; }

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

This text font color is #ACADA5.


Background Color

.myBgColor { background-color: #ACADA5; }

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

This div background color is #ACADA5.


Border color

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

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

This div border color is #ACADA5.


Opacity

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

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

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

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

This text has shadow with #ACADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADA5 on black background.


Color preview on white background

This text has color #ACADA5 on white background.



Black color preview on #ACADA5 background

This text has black color on #ACADA5 background.


White color preview on #ACADA5 background

This text has white color on #ACADA5 background.