COLOR #B1A4AF

HEX: #B1A4AF
RGB: (177,164,175)

Color info

#B1A4AF contains red, green and blue colors in about the same proportion. Web safe color of #B1A4AF is #999999 (or #999).

RGB color model

#B1A4AF color RGB value is (177,164,175).

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

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 175 of 255 = 69%

177
164
175

R + G + B ~ 67%. #B1A4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 175 = 516 (100%)
R 177 of 516 ~ 34.3%
G 164 of 516 ~ 31.78%
B 175 of 516 ~ 33.91%

%34.3
%31.78
%33.91

CMYK color model

#B1A4AF color CMYK value is (0,7,1,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,7,1,31)
C0M7Y1K31 
(0%,7%,1%,31%)
(0.00/0.07/0.01/0.31)	

CMYK percentages

%0
%7.34
%1.13
%30.59

Codes

Color #B1A4AF in popluar color models

B1A4AF
RGB177164175
HSL309°7.69%66.86%
HSB/HSV309°7.34%69.41%
CMYK0.00%7.34%1.13%
30.59%

Color #B1A4AF in popluar number systems.

HEXB1A4AF
Decimal177164175
Binary101100011010010010101111
Octal261244257

Shades and tints

Shades of #B1A4AF

#B1A4AF
(177,164,175)
#A196A0
(161,150,160)
#918891
(145,136,145)
#817A82
(129,122,130)
#716C73
(113,108,115)
#615E64
(97,94,100)
#515055
(81,80,85)
#414246
(65,66,70)
#313437
(49,52,55)
#212628
(33,38,40)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #B1A4AF

#B1A4AF
(177,164,175)
#B8ACB6
(184,172,182)
#BFB4BD
(191,180,189)
#C6BCC4
(198,188,196)
#CDC4CB
(205,196,203)
#D4CCD2
(212,204,210)
#DBD4D9
(219,212,217)
#E2DCE0
(226,220,224)
#E9E4E7
(233,228,231)
#F0ECEE
(240,236,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A4AF; }

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

This text font color is #B1A4AF.


Background Color

.myBgColor { background-color: #B1A4AF; }

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

This div background color is #B1A4AF.


Border color

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

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

This div border color is #B1A4AF.


Opacity

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

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

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

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

This text has shadow with #B1A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A4AF on black background.


Color preview on white background

This text has color #B1A4AF on white background.



Black color preview on #B1A4AF background

This text has black color on #B1A4AF background.


White color preview on #B1A4AF background

This text has white color on #B1A4AF background.