COLOR #B1A4BF

HEX: #B1A4BF
RGB: (177,164,191)

Color info

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

RGB color model

#B1A4BF color RGB value is (177,164,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 191 of 255 = 75%

177
164
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 191 = 532 (100%)
R 177 of 532 ~ 33.27%
G 164 of 532 ~ 30.83%
B 191 of 532 ~ 35.9%

%33.27
%30.83
%35.9

CMYK color model

#B1A4BF color CMYK value is (7,14,0,25).

  • cyan value is 7.33%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,14,0,25)
C7M14Y0K25 
(7%,14%,0%,25%)
(0.07/0.14/0.00/0.25)	

CMYK percentages

%7.33
%14.14
%0
%25.1

Codes

Color #B1A4BF in popluar color models

B1A4BF
RGB177164191
HSL269°17.42%69.61%
HSB/HSV269°14.14%74.90%
CMYK7.33%14.14%0.00%
25.10%

Color #B1A4BF in popluar number systems.

HEXB1A4BF
Decimal177164191
Binary101100011010010010111111
Octal261244277

Shades and tints

Shades of #B1A4BF

#B1A4BF
(177,164,191)
#A196AE
(161,150,174)
#91889D
(145,136,157)
#817A8C
(129,122,140)
#716C7B
(113,108,123)
#615E6A
(97,94,106)
#515059
(81,80,89)
#414248
(65,66,72)
#313437
(49,52,55)
#212626
(33,38,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1A4BF

#B1A4BF
(177,164,191)
#B8ACC4
(184,172,196)
#BFB4C9
(191,180,201)
#C6BCCE
(198,188,206)
#CDC4D3
(205,196,211)
#D4CCD8
(212,204,216)
#DBD4DD
(219,212,221)
#E2DCE2
(226,220,226)
#E9E4E7
(233,228,231)
#F0ECEC
(240,236,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A4BF; }

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

This text font color is #B1A4BF.


Background Color

.myBgColor { background-color: #B1A4BF; }

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

This div background color is #B1A4BF.


Border color

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

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

This div border color is #B1A4BF.


Opacity

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

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

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

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

This text has shadow with #B1A4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A4BF on black background.


Color preview on white background

This text has color #B1A4BF on white background.



Black color preview on #B1A4BF background

This text has black color on #B1A4BF background.


White color preview on #B1A4BF background

This text has white color on #B1A4BF background.