COLOR #A1B3BD

HEX: #A1B3BD
RGB: (161,179,189)

Color info

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

RGB color model

#A1B3BD color RGB value is (161,179,189).

  • red value is 161;
  • green value is 179;
  • blue value is 189.
RGB:
(161,179,189)
(63%,70%,74%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 189 of 255 = 74%

161
179
189

R + G + B ~ 69%. #A1B3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 189 = 529 (100%)
R 161 of 529 ~ 30.43%
G 179 of 529 ~ 33.84%
B 189 of 529 ~ 35.73%

%30.43
%33.84
%35.73

CMYK color model

#A1B3BD color CMYK value is (15,5,0,26).

  • cyan value is 14.81%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,5,0,26)
C15M5Y0K26 
(15%,5%,0%,26%)
(0.15/0.05/0.00/0.26)	

CMYK percentages

%14.81
%5.29
%0
%25.88

Codes

Color #A1B3BD in popluar color models

A1B3BD
RGB161179189
HSL201°17.50%68.63%
HSB/HSV201°14.81%74.12%
CMYK14.81%5.29%0.00%
25.88%

Color #A1B3BD in popluar number systems.

HEXA1B3BD
Decimal161179189
Binary101000011011001110111101
Octal241263275

Shades and tints

Shades of #A1B3BD

#A1B3BD
(161,179,189)
#93A3AC
(147,163,172)
#85939B
(133,147,155)
#77838A
(119,131,138)
#697379
(105,115,121)
#5B6368
(91,99,104)
#4D5357
(77,83,87)
#3F4346
(63,67,70)
#313335
(49,51,53)
#232324
(35,35,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A1B3BD

#A1B3BD
(161,179,189)
#A9B9C3
(169,185,195)
#B1BFC9
(177,191,201)
#B9C5CF
(185,197,207)
#C1CBD5
(193,203,213)
#C9D1DB
(201,209,219)
#D1D7E1
(209,215,225)
#D9DDE7
(217,221,231)
#E1E3ED
(225,227,237)
#E9E9F3
(233,233,243)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B3BD; }

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

This text font color is #A1B3BD.


Background Color

.myBgColor { background-color: #A1B3BD; }

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

This div background color is #A1B3BD.


Border color

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

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

This div border color is #A1B3BD.


Opacity

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

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

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

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

This text has shadow with #A1B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B3BD on black background.


Color preview on white background

This text has color #A1B3BD on white background.



Black color preview on #A1B3BD background

This text has black color on #A1B3BD background.


White color preview on #A1B3BD background

This text has white color on #A1B3BD background.