COLOR #ADACA1

HEX: #ADACA1
RGB: (173,172,161)

Color info

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

RGB color model

#ADACA1 color RGB value is (173,172,161).

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

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 161 of 255 = 63%

173
172
161

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

Portions of RGB colors in percentages

R + G + B =
173 + 172 + 161 = 506 (100%)
R 173 of 506 ~ 34.19%
G 172 of 506 ~ 33.99%
B 161 of 506 ~ 31.82%

%34.19
%33.99
%31.82

CMYK color model

#ADACA1 color CMYK value is (0,1,7,32).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(0,1,7,32)
C0M1Y7K32 
(0%,1%,7%,32%)
(0.00/0.01/0.07/0.32)	

CMYK percentages

%0
%0.58
%6.94
%32.16

Codes

Color #ADACA1 in popluar color models

ADACA1
RGB173172161
HSL55°6.82%65.49%
HSB/HSV55°6.94%67.84%
CMYK0.00%0.58%6.94%
32.16%

Color #ADACA1 in popluar number systems.

HEXADACA1
Decimal173172161
Binary101011011010110010100001
Octal255254241

Shades and tints

Shades of #ADACA1

#ADACA1
(173,172,161)
#9E9D93
(158,157,147)
#8F8E85
(143,142,133)
#807F77
(128,127,119)
#717069
(113,112,105)
#62615B
(98,97,91)
#53524D
(83,82,77)
#44433F
(68,67,63)
#353431
(53,52,49)
#262523
(38,37,35)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADACA1

#ADACA1
(173,172,161)
#B4B3A9
(180,179,169)
#BBBAB1
(187,186,177)
#C2C1B9
(194,193,185)
#C9C8C1
(201,200,193)
#D0CFC9
(208,207,201)
#D7D6D1
(215,214,209)
#DEDDD9
(222,221,217)
#E5E4E1
(229,228,225)
#ECEBE9
(236,235,233)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACA1; }

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

This text font color is #ADACA1.


Background Color

.myBgColor { background-color: #ADACA1; }

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

This div background color is #ADACA1.


Border color

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

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

This div border color is #ADACA1.


Opacity

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

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

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

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

This text has shadow with #ADACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADACA1 on black background.


Color preview on white background

This text has color #ADACA1 on white background.



Black color preview on #ADACA1 background

This text has black color on #ADACA1 background.


White color preview on #ADACA1 background

This text has white color on #ADACA1 background.