COLOR #ACADA3

HEX: #ACADA3
RGB: (172,173,163)

Color info

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

RGB color model

#ACADA3 color RGB value is (172,173,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 163 of 255 = 64%

172
173
163

R + G + B ~ 66%. #ACADA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 163 = 508 (100%)
R 172 of 508 ~ 33.86%
G 173 of 508 ~ 34.06%
B 163 of 508 ~ 32.09%

%33.86
%34.06
%32.09

CMYK color model

#ACADA3 color CMYK value is (1,0,6,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 5.78%
  • key color value is 32.16%
CMYK:
(1,0,6,32)
C1M0Y6K32 
(1%,0%,6%,32%)
(0.01/0.00/0.06/0.32)	

CMYK percentages

%0.58
%0
%5.78
%32.16

Codes

Color #ACADA3 in popluar color models

ACADA3
RGB172173163
HSL66°5.75%65.88%
HSB/HSV66°5.78%67.84%
CMYK0.58%0.00%5.78%
32.16%

Color #ACADA3 in popluar number systems.

HEXACADA3
Decimal172173163
Binary101011001010110110100011
Octal254255243

Shades and tints

Shades of #ACADA3

#ACADA3
(172,173,163)
#9D9E95
(157,158,149)
#8E8F87
(142,143,135)
#7F8079
(127,128,121)
#70716B
(112,113,107)
#61625D
(97,98,93)
#52534F
(82,83,79)
#434441
(67,68,65)
#343533
(52,53,51)
#252625
(37,38,37)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACADA3

#ACADA3
(172,173,163)
#B3B4AB
(179,180,171)
#BABBB3
(186,187,179)
#C1C2BB
(193,194,187)
#C8C9C3
(200,201,195)
#CFD0CB
(207,208,203)
#D6D7D3
(214,215,211)
#DDDEDB
(221,222,219)
#E4E5E3
(228,229,227)
#EBECEB
(235,236,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADA3; }

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

This text font color is #ACADA3.


Background Color

.myBgColor { background-color: #ACADA3; }

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

This div background color is #ACADA3.


Border color

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

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

This div border color is #ACADA3.


Opacity

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

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

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

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

This text has shadow with #ACADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADA3 on black background.


Color preview on white background

This text has color #ACADA3 on white background.



Black color preview on #ACADA3 background

This text has black color on #ACADA3 background.


White color preview on #ACADA3 background

This text has white color on #ACADA3 background.