COLOR #B1AFA7

HEX: #B1AFA7
RGB: (177,175,167)

Color info

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

RGB color model

#B1AFA7 color RGB value is (177,175,167).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 167 of 255 = 65%

177
175
167

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 167 = 519 (100%)
R 177 of 519 ~ 34.1%
G 175 of 519 ~ 33.72%
B 167 of 519 ~ 32.18%

%34.1
%33.72
%32.18

CMYK color model

#B1AFA7 color CMYK value is (0,1,6,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 5.65%
  • key color value is 30.59%
CMYK:
(0,1,6,31)
C0M1Y6K31 
(0%,1%,6%,31%)
(0.00/0.01/0.06/0.31)	

CMYK percentages

%0
%1.13
%5.65
%30.59

Codes

Color #B1AFA7 in popluar color models

B1AFA7
RGB177175167
HSL48°6.02%67.45%
HSB/HSV48°5.65%69.41%
CMYK0.00%1.13%5.65%
30.59%

Color #B1AFA7 in popluar number systems.

HEXB1AFA7
Decimal177175167
Binary101100011010111110100111
Octal261257247

Shades and tints

Shades of #B1AFA7

#B1AFA7
(177,175,167)
#A1A098
(161,160,152)
#919189
(145,145,137)
#81827A
(129,130,122)
#71736B
(113,115,107)
#61645C
(97,100,92)
#51554D
(81,85,77)
#41463E
(65,70,62)
#31372F
(49,55,47)
#212820
(33,40,32)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1AFA7

#B1AFA7
(177,175,167)
#B8B6AF
(184,182,175)
#BFBDB7
(191,189,183)
#C6C4BF
(198,196,191)
#CDCBC7
(205,203,199)
#D4D2CF
(212,210,207)
#DBD9D7
(219,217,215)
#E2E0DF
(226,224,223)
#E9E7E7
(233,231,231)
#F0EEEF
(240,238,239)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFA7; }

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

This text font color is #B1AFA7.


Background Color

.myBgColor { background-color: #B1AFA7; }

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

This div background color is #B1AFA7.


Border color

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

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

This div border color is #B1AFA7.


Opacity

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

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

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

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

This text has shadow with #B1AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFA7 on black background.


Color preview on white background

This text has color #B1AFA7 on white background.



Black color preview on #B1AFA7 background

This text has black color on #B1AFA7 background.


White color preview on #B1AFA7 background

This text has white color on #B1AFA7 background.