COLOR #A1ADA4

HEX: #A1ADA4
RGB: (161,173,164)

Color info

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

RGB color model

#A1ADA4 color RGB value is (161,173,164).

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

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 164 of 255 = 64%

161
173
164

R + G + B ~ 65%. #A1ADA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 164 = 498 (100%)
R 161 of 498 ~ 32.33%
G 173 of 498 ~ 34.74%
B 164 of 498 ~ 32.93%

%32.33
%34.74
%32.93

CMYK color model

#A1ADA4 color CMYK value is (7,0,5,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(7,0,5,32)
C7M0Y5K32 
(7%,0%,5%,32%)
(0.07/0.00/0.05/0.32)	

CMYK percentages

%6.94
%0
%5.2
%32.16

Codes

Color #A1ADA4 in popluar color models

A1ADA4
RGB161173164
HSL135°6.82%65.49%
HSB/HSV135°6.94%67.84%
CMYK6.94%0.00%5.20%
32.16%

Color #A1ADA4 in popluar number systems.

HEXA1ADA4
Decimal161173164
Binary101000011010110110100100
Octal241255244

Shades and tints

Shades of #A1ADA4

#A1ADA4
(161,173,164)
#939E96
(147,158,150)
#858F88
(133,143,136)
#77807A
(119,128,122)
#69716C
(105,113,108)
#5B625E
(91,98,94)
#4D5350
(77,83,80)
#3F4442
(63,68,66)
#313534
(49,53,52)
#232626
(35,38,38)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #A1ADA4

#A1ADA4
(161,173,164)
#A9B4AC
(169,180,172)
#B1BBB4
(177,187,180)
#B9C2BC
(185,194,188)
#C1C9C4
(193,201,196)
#C9D0CC
(201,208,204)
#D1D7D4
(209,215,212)
#D9DEDC
(217,222,220)
#E1E5E4
(225,229,228)
#E9ECEC
(233,236,236)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ADA4; }

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

This text font color is #A1ADA4.


Background Color

.myBgColor { background-color: #A1ADA4; }

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

This div background color is #A1ADA4.


Border color

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

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

This div border color is #A1ADA4.


Opacity

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

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

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

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

This text has shadow with #A1ADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ADA4 on black background.


Color preview on white background

This text has color #A1ADA4 on white background.



Black color preview on #A1ADA4 background

This text has black color on #A1ADA4 background.


White color preview on #A1ADA4 background

This text has white color on #A1ADA4 background.