COLOR #A1ADBD

HEX: #A1ADBD RGB: (161,173,189)

Color info

#A1ADBD contains red, green and blue colors in about the same proportion. Web safe color of #A1ADBD is #9999CC (or #99C).

RGB color model

#A1ADBD color RGB value is (161,173,189).

RGB: (161,173,189) (63%, 68%, 74%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 189 of 255 = 74%

161
173
189

R + G + B ~ 68%. #A1ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 173 + 189 = 523 (100%)
R 161 of 523 ~ 30.78%
G 173 of 523 ~ 33.08%
B 189 of 523 ~ 36.14'%

%30.78
%33.08
%36.14

CMYK color model

#A1ADBD color CMYK value is (15,8,0,26).

  • cyan value is 14.81%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (15,8,0,26) C15M8Y0K26 (15%,8%,0%,26%) (0.15/0.08/0.00/0.26) 

CMYK percentages

%14.81
%8.47
%0
%25.88

Codes

Color #A1ADBD in popluar color models

A1 AD BD
RGB 161 173 189
HSL 214° 17.50% 68.63%
HSB/HSV 214° 14.81% 74.12%
CMYK 14.81% 8.47% 0.00%
25.88%

Color #A1ADBD in popluar number systems.

HEX A1 AD BD
Decimal 161 173 189
Binary 10100001 10101101 10111101
Octal 241 255 275

Shades and tints

Shades of #A1ADBD

#A1ADBD
(161,173,189)
#939EAC
(147,158,172)
#858F9B
(133,143,155)
#77808A
(119,128,138)
#697179
(105,113,121)
#5B6268
(91,98,104)
#4D5357
(77,83,87)
#3F4446
(63,68,70)
#313535
(49,53,53)
#232624
(35,38,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1ADBD

#A1ADBD
(161,173,189)
#A9B4C3
(169,180,195)
#B1BBC9
(177,187,201)
#B9C2CF
(185,194,207)
#C1C9D5
(193,201,213)
#C9D0DB
(201,208,219)
#D1D7E1
(209,215,225)
#D9DEE7
(217,222,231)
#E1E5ED
(225,229,237)
#E9ECF3
(233,236,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ADBD; }

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

This text font color is #A1ADBD.

Background Color

.myBgColor { background-color: #A1ADBD; }

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

This div background color is #A1ADBD.

Border color

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

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

This div border color is #A1ADBD.

Opacity

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

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

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

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

This text has shadow with #A1ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1ADBD.

Preview

Color preview on black background

This text has color #A1ADBD on black background.


Color preview on white background

This text has color #A1ADBD on white background.


Black color preview on #A1ADBD background

This text has black color on #A1ADBD background.


White color preview on #A1ADBD background

This text has white color on #A1ADBD background.


Related colors

Complementary color

Complementary color for #hex is #5E5242.


I love getcolorcode.com

Triadic colors

1 #BDA1AD and #ADBDA1 with #A1ADBD are triadic colors.

2 #BDADA1 and #ADA1BD with #A1ADBD are triadic colors.