COLOR #A2B1BD

HEX: #A2B1BD
RGB: (162,177,189)

Color info

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

RGB color model

#A2B1BD color RGB value is (162,177,189).

  • red value is 162;
  • green value is 177;
  • blue value is 189.
RGB:
(162,177,189)
(64%,69%,74%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 189 of 255 = 74%

162
177
189

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

Portions of RGB colors in percentages

R + G + B =
162 + 177 + 189 = 528 (100%)
R 162 of 528 ~ 30.68%
G 177 of 528 ~ 33.52%
B 189 of 528 ~ 35.8%

%30.68
%33.52
%35.8

CMYK color model

#A2B1BD color CMYK value is (14,6,0,26).

  • cyan value is 14.29%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,6,0,26)
C14M6Y0K26 
(14%,6%,0%,26%)
(0.14/0.06/0.00/0.26)	

CMYK percentages

%14.29
%6.35
%0
%25.88

Codes

Color #A2B1BD in popluar color models

A2B1BD
RGB162177189
HSL207°16.98%68.82%
HSB/HSV207°14.29%74.12%
CMYK14.29%6.35%0.00%
25.88%

Color #A2B1BD in popluar number systems.

HEXA2B1BD
Decimal162177189
Binary101000101011000110111101
Octal242261275

Shades and tints

Shades of #A2B1BD

#A2B1BD
(162,177,189)
#94A1AC
(148,161,172)
#86919B
(134,145,155)
#78818A
(120,129,138)
#6A7179
(106,113,121)
#5C6168
(92,97,104)
#4E5157
(78,81,87)
#404146
(64,65,70)
#323135
(50,49,53)
#242124
(36,33,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A2B1BD

#A2B1BD
(162,177,189)
#AAB8C3
(170,184,195)
#B2BFC9
(178,191,201)
#BAC6CF
(186,198,207)
#C2CDD5
(194,205,213)
#CAD4DB
(202,212,219)
#D2DBE1
(210,219,225)
#DAE2E7
(218,226,231)
#E2E9ED
(226,233,237)
#EAF0F3
(234,240,243)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B1BD color. Also use rgb(162,177,189) instead hex code.

Text Font Color

.myTextColor { color: #A2B1BD; }

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

This text font color is #A2B1BD.


Background Color

.myBgColor { background-color: #A2B1BD; }

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

This div background color is #A2B1BD.


Border color

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

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

This div border color is #A2B1BD.


Opacity

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

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

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

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

This text has shadow with #A2B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B1BD on black background.


Color preview on white background

This text has color #A2B1BD on white background.



Black color preview on #A2B1BD background

This text has black color on #A2B1BD background.


White color preview on #A2B1BD background

This text has white color on #A2B1BD background.