COLOR #B1A4BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

177
164
186

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

Portions of RGB colors in percentages

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

%33.59
%31.12
%35.29

CMYK color model

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

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

CMYK percentages

%4.84
%11.83
%0
%27.06

Codes

Color #B1A4BA in popluar color models

B1A4BA
RGB177164186
HSL275°13.75%68.63%
HSB/HSV275°11.83%72.94%
CMYK4.84%11.83%0.00%
27.06%

Color #B1A4BA in popluar number systems.

HEXB1A4BA
Decimal177164186
Binary101100011010010010111010
Octal261244272

Shades and tints

Shades of #B1A4BA

#B1A4BA
(177,164,186)
#A196AA
(161,150,170)
#91889A
(145,136,154)
#817A8A
(129,122,138)
#716C7A
(113,108,122)
#615E6A
(97,94,106)
#51505A
(81,80,90)
#41424A
(65,66,74)
#31343A
(49,52,58)
#21262A
(33,38,42)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #B1A4BA

#B1A4BA
(177,164,186)
#B8ACC0
(184,172,192)
#BFB4C6
(191,180,198)
#C6BCCC
(198,188,204)
#CDC4D2
(205,196,210)
#D4CCD8
(212,204,216)
#DBD4DE
(219,212,222)
#E2DCE4
(226,220,228)
#E9E4EA
(233,228,234)
#F0ECF0
(240,236,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A4BA; }

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

This text font color is #B1A4BA.


Background Color

.myBgColor { background-color: #B1A4BA; }

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

This div background color is #B1A4BA.


Border color

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

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

This div border color is #B1A4BA.


Opacity

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

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

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

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

This text has shadow with #B1A4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A4BA on black background.


Color preview on white background

This text has color #B1A4BA on white background.



Black color preview on #B1A4BA background

This text has black color on #B1A4BA background.


White color preview on #B1A4BA background

This text has white color on #B1A4BA background.