COLOR #B1AFA9

HEX: #B1AFA9
RGB: (177,175,169)

Color info

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

RGB color model

#B1AFA9 color RGB value is (177,175,169).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 169 of 255 = 66%

177
175
169

R + G + B ~ 68%. #B1AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 169 = 521 (100%)
R 177 of 521 ~ 33.97%
G 175 of 521 ~ 33.59%
B 169 of 521 ~ 32.44%

%33.97
%33.59
%32.44

CMYK color model

#B1AFA9 color CMYK value is (0,1,5,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(0,1,5,31)
C0M1Y5K31 
(0%,1%,5%,31%)
(0.00/0.01/0.05/0.31)	

CMYK percentages

%0
%1.13
%4.52
%30.59

Codes

Color #B1AFA9 in popluar color models

B1AFA9
RGB177175169
HSL45°4.88%67.84%
HSB/HSV45°4.52%69.41%
CMYK0.00%1.13%4.52%
30.59%

Color #B1AFA9 in popluar number systems.

HEXB1AFA9
Decimal177175169
Binary101100011010111110101001
Octal261257251

Shades and tints

Shades of #B1AFA9

#B1AFA9
(177,175,169)
#A1A09A
(161,160,154)
#91918B
(145,145,139)
#81827C
(129,130,124)
#71736D
(113,115,109)
#61645E
(97,100,94)
#51554F
(81,85,79)
#414640
(65,70,64)
#313731
(49,55,49)
#212822
(33,40,34)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #B1AFA9

#B1AFA9
(177,175,169)
#B8B6B0
(184,182,176)
#BFBDB7
(191,189,183)
#C6C4BE
(198,196,190)
#CDCBC5
(205,203,197)
#D4D2CC
(212,210,204)
#DBD9D3
(219,217,211)
#E2E0DA
(226,224,218)
#E9E7E1
(233,231,225)
#F0EEE8
(240,238,232)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFA9; }

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

This text font color is #B1AFA9.


Background Color

.myBgColor { background-color: #B1AFA9; }

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

This div background color is #B1AFA9.


Border color

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

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

This div border color is #B1AFA9.


Opacity

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

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

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

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

This text has shadow with #B1AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFA9 on black background.


Color preview on white background

This text has color #B1AFA9 on white background.



Black color preview on #B1AFA9 background

This text has black color on #B1AFA9 background.


White color preview on #B1AFA9 background

This text has white color on #B1AFA9 background.