COLOR #A4B1BA

HEX: #A4B1BA
RGB: (164,177,186)

Color info

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

RGB color model

#A4B1BA color RGB value is (164,177,186).

  • red value is 164;
  • green value is 177;
  • blue value is 186.
RGB:
(164,177,186)
(64%,69%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 186 of 255 = 73%

164
177
186

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 186 = 527 (100%)
R 164 of 527 ~ 31.12%
G 177 of 527 ~ 33.59%
B 186 of 527 ~ 35.29%

%31.12
%33.59
%35.29

CMYK color model

#A4B1BA color CMYK value is (12,5,0,27).

  • cyan value is 11.83%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,5,0,27)
C12M5Y0K27 
(12%,5%,0%,27%)
(0.12/0.05/0.00/0.27)	

CMYK percentages

%11.83
%4.84
%0
%27.06

Codes

Color #A4B1BA in popluar color models

A4B1BA
RGB164177186
HSL205°13.75%68.63%
HSB/HSV205°11.83%72.94%
CMYK11.83%4.84%0.00%
27.06%

Color #A4B1BA in popluar number systems.

HEXA4B1BA
Decimal164177186
Binary101001001011000110111010
Octal244261272

Shades and tints

Shades of #A4B1BA

#A4B1BA
(164,177,186)
#96A1AA
(150,161,170)
#88919A
(136,145,154)
#7A818A
(122,129,138)
#6C717A
(108,113,122)
#5E616A
(94,97,106)
#50515A
(80,81,90)
#42414A
(66,65,74)
#34313A
(52,49,58)
#26212A
(38,33,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #A4B1BA

#A4B1BA
(164,177,186)
#ACB8C0
(172,184,192)
#B4BFC6
(180,191,198)
#BCC6CC
(188,198,204)
#C4CDD2
(196,205,210)
#CCD4D8
(204,212,216)
#D4DBDE
(212,219,222)
#DCE2E4
(220,226,228)
#E4E9EA
(228,233,234)
#ECF0F0
(236,240,240)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B1BA color. Also use rgb(164,177,186) instead hex code.

Text Font Color

.myTextColor { color: #A4B1BA; }

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

This text font color is #A4B1BA.


Background Color

.myBgColor { background-color: #A4B1BA; }

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

This div background color is #A4B1BA.


Border color

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

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

This div border color is #A4B1BA.


Opacity

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

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

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

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

This text has shadow with #A4B1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B1BA on black background.


Color preview on white background

This text has color #A4B1BA on white background.



Black color preview on #A4B1BA background

This text has black color on #A4B1BA background.


White color preview on #A4B1BA background

This text has white color on #A4B1BA background.