COLOR #ADACA3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
172
163

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

Portions of RGB colors in percentages

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

%34.06
%33.86
%32.09

CMYK color model

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

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

CMYK percentages

%0
%0.58
%5.78
%32.16

Codes

Color #ADACA3 in popluar color models

ADACA3
RGB173172163
HSL54°5.75%65.88%
HSB/HSV54°5.78%67.84%
CMYK0.00%0.58%5.78%
32.16%

Color #ADACA3 in popluar number systems.

HEXADACA3
Decimal173172163
Binary101011011010110010100011
Octal255254243

Shades and tints

Shades of #ADACA3

#ADACA3
(173,172,163)
#9E9D95
(158,157,149)
#8F8E87
(143,142,135)
#807F79
(128,127,121)
#71706B
(113,112,107)
#62615D
(98,97,93)
#53524F
(83,82,79)
#444341
(68,67,65)
#353433
(53,52,51)
#262525
(38,37,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #ADACA3

#ADACA3
(173,172,163)
#B4B3AB
(180,179,171)
#BBBAB3
(187,186,179)
#C2C1BB
(194,193,187)
#C9C8C3
(201,200,195)
#D0CFCB
(208,207,203)
#D7D6D3
(215,214,211)
#DEDDDB
(222,221,219)
#E5E4E3
(229,228,227)
#ECEBEB
(236,235,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACA3; }

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

This text font color is #ADACA3.


Background Color

.myBgColor { background-color: #ADACA3; }

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

This div background color is #ADACA3.


Border color

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

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

This div border color is #ADACA3.


Opacity

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

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

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

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

This text has shadow with #ADACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADACA3 on black background.


Color preview on white background

This text has color #ADACA3 on white background.



Black color preview on #ADACA3 background

This text has black color on #ADACA3 background.


White color preview on #ADACA3 background

This text has white color on #ADACA3 background.