COLOR #A1B2BD

HEX: #A1B2BD
RGB: (161,178,189)

Color info

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

RGB color model

#A1B2BD color RGB value is (161,178,189).

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

RGB channels and saturation

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

161
178
189

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

Portions of RGB colors in percentages

R + G + B =
161 + 178 + 189 = 528 (100%)
R 161 of 528 ~ 30.49%
G 178 of 528 ~ 33.71%
B 189 of 528 ~ 35.8%

%30.49
%33.71
%35.8

CMYK color model

#A1B2BD color CMYK value is (15,6,0,26).

  • cyan value is 14.81%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,6,0,26)
C15M6Y0K26 
(15%,6%,0%,26%)
(0.15/0.06/0.00/0.26)	

CMYK percentages

%14.81
%5.82
%0
%25.88

Codes

Color #A1B2BD in popluar color models

A1B2BD
RGB161178189
HSL204°17.50%68.63%
HSB/HSV204°14.81%74.12%
CMYK14.81%5.82%0.00%
25.88%

Color #A1B2BD in popluar number systems.

HEXA1B2BD
Decimal161178189
Binary101000011011001010111101
Octal241262275

Shades and tints

Shades of #A1B2BD

#A1B2BD
(161,178,189)
#93A2AC
(147,162,172)
#85929B
(133,146,155)
#77828A
(119,130,138)
#697279
(105,114,121)
#5B6268
(91,98,104)
#4D5257
(77,82,87)
#3F4246
(63,66,70)
#313235
(49,50,53)
#232224
(35,34,36)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1B2BD

#A1B2BD
(161,178,189)
#A9B9C3
(169,185,195)
#B1C0C9
(177,192,201)
#B9C7CF
(185,199,207)
#C1CED5
(193,206,213)
#C9D5DB
(201,213,219)
#D1DCE1
(209,220,225)
#D9E3E7
(217,227,231)
#E1EAED
(225,234,237)
#E9F1F3
(233,241,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B2BD; }

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

This text font color is #A1B2BD.


Background Color

.myBgColor { background-color: #A1B2BD; }

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

This div background color is #A1B2BD.


Border color

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

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

This div border color is #A1B2BD.


Opacity

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

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

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

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

This text has shadow with #A1B2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B2BD on black background.


Color preview on white background

This text has color #A1B2BD on white background.



Black color preview on #A1B2BD background

This text has black color on #A1B2BD background.


White color preview on #A1B2BD background

This text has white color on #A1B2BD background.