COLOR #A3B5BD

HEX: #A3B5BD RGB: (163,181,189)

Color info

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

RGB color model

#A3B5BD color RGB value is (163,181,189).

RGB: (163,181,189) (64%, 71%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 189 of 255 = 74%

163
181
189

R + G + B ~ 70%. #A3B5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 181 + 189 = 533 (100%)
R 163 of 533 ~ 30.58%
G 181 of 533 ~ 33.96%
B 189 of 533 ~ 35.46'%

%30.58
%33.96
%35.46

CMYK color model

#A3B5BD color CMYK value is (14,4,0,26).

  • cyan value is 13.76%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,4,0,26)
C14M4Y0K26 (14%, 4%, 0%, 26%)
(0.14 / 0.04 / 0.00 / 0.26)

CMYK percentages

%13.76
%4.23
%0
%25.88

Codes

Color #A3B5BD in popluar color models

A3 B5 BD
RGB 163 181 189
HSL 198° 16.46% 69.02%
HSB/HSV 198° 13.76% 74.12%
CMYK 13.76% 4.23% 0.00%
25.88%

Color #A3B5BD in popluar number systems.

HEX A3 B5 BD
Decimal 163 181 189
Binary 10100011 10110101 10111101
Octal 243 265 275

Shades and tints

Shades of #A3B5BD

#A3B5BD
(163,181,189)
#95A5AC
(149,165,172)
#87959B
(135,149,155)
#79858A
(121,133,138)
#6B7579
(107,117,121)
#5D6568
(93,101,104)
#4F5557
(79,85,87)
#414546
(65,69,70)
#333535
(51,53,53)
#252524
(37,37,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A3B5BD

#A3B5BD
(163,181,189)
#ABBBC3
(171,187,195)
#B3C1C9
(179,193,201)
#BBC7CF
(187,199,207)
#C3CDD5
(195,205,213)
#CBD3DB
(203,211,219)
#D3D9E1
(211,217,225)
#DBDFE7
(219,223,231)
#E3E5ED
(227,229,237)
#EBEBF3
(235,235,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B5BD color. Also use rgb(163,181,189) instead hex code.

Text Font Color

.myTextColor { color: #A3B5BD; }

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

This text font color is #A3B5BD.

Background Color

.myBgColor { background-color: #A3B5BD; }

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

This div background color is #A3B5BD.

Border color

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

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

This div border color is #A3B5BD.

Opacity

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

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

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

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

This text has shadow with #A3B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B5BD.

Preview

Color preview on black background

This text has color #A3B5BD on black background.


Color preview on white background

This text has color #A3B5BD on white background.


Black color preview on #A3B5BD background

This text has black color on #A3B5BD background.


White color preview on #A3B5BD background

This text has white color on #A3B5BD background.


Related colors

Complementary color

Complementary color for #hex is #5C4A42.


I love getcolorcode.com

Triadic colors

1 #BDA3B5 and #B5BDA3 with #A3B5BD are triadic colors.

2 #BDB5A3 and #B5A3BD with #A3B5BD are triadic colors.