COLOR #A3ADB9

HEX: #A3ADB9 RGB: (163,173,185)

Color info

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

RGB color model

#A3ADB9 color RGB value is (163,173,185).

RGB: (163,173,185) (64%, 68%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 185 of 255 = 73%

163
173
185

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

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 185 = 521 (100%)
R 163 of 521 ~ 31.29%
G 173 of 521 ~ 33.21%
B 185 of 521 ~ 35.51'%

%31.29
%33.21
%35.51

CMYK color model

#A3ADB9 color CMYK value is (12,6,0,27).

  • cyan value is 11.89%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (12,6,0,27)
C12M6Y0K27 (12%, 6%, 0%, 27%)
(0.12 / 0.06 / 0.00 / 0.27)

CMYK percentages

%11.89
%6.49
%0
%27.45

Codes

Color #A3ADB9 in popluar color models

A3 AD B9
RGB 163 173 185
HSL 213° 13.58% 68.24%
HSB/HSV 213° 11.89% 72.55%
CMYK 11.89% 6.49% 0.00%
27.45%

Color #A3ADB9 in popluar number systems.

HEX A3 AD B9
Decimal 163 173 185
Binary 10100011 10101101 10111001
Octal 243 255 271

Shades and tints

Shades of #A3ADB9

#A3ADB9
(163,173,185)
#959EA9
(149,158,169)
#878F99
(135,143,153)
#798089
(121,128,137)
#6B7179
(107,113,121)
#5D6269
(93,98,105)
#4F5359
(79,83,89)
#414449
(65,68,73)
#333539
(51,53,57)
#252629
(37,38,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3ADB9

#A3ADB9
(163,173,185)
#ABB4BF
(171,180,191)
#B3BBC5
(179,187,197)
#BBC2CB
(187,194,203)
#C3C9D1
(195,201,209)
#CBD0D7
(203,208,215)
#D3D7DD
(211,215,221)
#DBDEE3
(219,222,227)
#E3E5E9
(227,229,233)
#EBECEF
(235,236,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ADB9; }

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

This text font color is #A3ADB9.

Background Color

.myBgColor { background-color: #A3ADB9; }

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

This div background color is #A3ADB9.

Border color

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

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

This div border color is #A3ADB9.

Opacity

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

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

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

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

This text has shadow with #A3ADB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ADB9.

Preview

Color preview on black background

This text has color #A3ADB9 on black background.


Color preview on white background

This text has color #A3ADB9 on white background.


Black color preview on #A3ADB9 background

This text has black color on #A3ADB9 background.


White color preview on #A3ADB9 background

This text has white color on #A3ADB9 background.


Related colors

Complementary color

Complementary color for #hex is #5C5246.


I love getcolorcode.com

Triadic colors

1 #B9A3AD and #ADB9A3 with #A3ADB9 are triadic colors.

2 #B9ADA3 and #ADA3B9 with #A3ADB9 are triadic colors.