COLOR #A1ADB1

HEX: #A1ADB1 RGB: (161,173,177)

Color info

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

RGB color model

#A1ADB1 color RGB value is (161,173,177).

RGB: (161,173,177) (63%, 68%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 177 of 255 = 69%

161
173
177

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

Portions of RGB colors in percentages

R + G + B = 161 + 173 + 177 = 511 (100%)
R 161 of 511 ~ 31.51%
G 173 of 511 ~ 33.86%
B 177 of 511 ~ 34.64'%

%31.51
%33.86
%34.64

CMYK color model

#A1ADB1 color CMYK value is (9,2,0,31).

  • cyan value is 9.04%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (9,2,0,31)
C9M2Y0K31 (9%, 2%, 0%, 31%)
(0.09 / 0.02 / 0.00 / 0.31)

CMYK percentages

%9.04
%2.26
%0
%30.59

Codes

Color #A1ADB1 in popluar color models

A1 AD B1
RGB 161 173 177
HSL 195° 9.30% 66.27%
HSB/HSV 195° 9.04% 69.41%
CMYK 9.04% 2.26% 0.00%
30.59%

Color #A1ADB1 in popluar number systems.

HEX A1 AD B1
Decimal 161 173 177
Binary 10100001 10101101 10110001
Octal 241 255 261

Shades and tints

Shades of #A1ADB1

#A1ADB1
(161,173,177)
#939EA1
(147,158,161)
#858F91
(133,143,145)
#778081
(119,128,129)
#697171
(105,113,113)
#5B6261
(91,98,97)
#4D5351
(77,83,81)
#3F4441
(63,68,65)
#313531
(49,53,49)
#232621
(35,38,33)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #A1ADB1

#A1ADB1
(161,173,177)
#A9B4B8
(169,180,184)
#B1BBBF
(177,187,191)
#B9C2C6
(185,194,198)
#C1C9CD
(193,201,205)
#C9D0D4
(201,208,212)
#D1D7DB
(209,215,219)
#D9DEE2
(217,222,226)
#E1E5E9
(225,229,233)
#E9ECF0
(233,236,240)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ADB1; }

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

This text font color is #A1ADB1.

Background Color

.myBgColor { background-color: #A1ADB1; }

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

This div background color is #A1ADB1.

Border color

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

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

This div border color is #A1ADB1.

Opacity

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

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

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

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

This text has shadow with #A1ADB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1ADB1.

Preview

Color preview on black background

This text has color #A1ADB1 on black background.


Color preview on white background

This text has color #A1ADB1 on white background.


Black color preview on #A1ADB1 background

This text has black color on #A1ADB1 background.


White color preview on #A1ADB1 background

This text has white color on #A1ADB1 background.


Related colors

Complementary color

Complementary color for #hex is #5E524E.


I love getcolorcode.com

Triadic colors

1 #B1A1AD and #ADB1A1 with #A1ADB1 are triadic colors.

2 #B1ADA1 and #ADA1B1 with #A1ADB1 are triadic colors.