COLOR #B1A8A7

HEX: #B1A8A7
RGB: (177,168,167)

Color info

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

RGB color model

#B1A8A7 color RGB value is (177,168,167).

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

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 167 of 255 = 65%

177
168
167

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

Portions of RGB colors in percentages

R + G + B =
177 + 168 + 167 = 512 (100%)
R 177 of 512 ~ 34.57%
G 168 of 512 ~ 32.81%
B 167 of 512 ~ 32.62%

%34.57
%32.81
%32.62

CMYK color model

#B1A8A7 color CMYK value is (0,5,6,31).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 5.65%
  • key color value is 30.59%
CMYK:
(0,5,6,31)
C0M5Y6K31 
(0%,5%,6%,31%)
(0.00/0.05/0.06/0.31)	

CMYK percentages

%0
%5.08
%5.65
%30.59

Codes

Color #B1A8A7 in popluar color models

B1A8A7
RGB177168167
HSL6.02%67.45%
HSB/HSV5.65%69.41%
CMYK0.00%5.08%5.65%
30.59%

Color #B1A8A7 in popluar number systems.

HEXB1A8A7
Decimal177168167
Binary101100011010100010100111
Octal261250247

Shades and tints

Shades of #B1A8A7

#B1A8A7
(177,168,167)
#A19998
(161,153,152)
#918A89
(145,138,137)
#817B7A
(129,123,122)
#716C6B
(113,108,107)
#615D5C
(97,93,92)
#514E4D
(81,78,77)
#413F3E
(65,63,62)
#31302F
(49,48,47)
#212120
(33,33,32)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1A8A7

#B1A8A7
(177,168,167)
#B8AFAF
(184,175,175)
#BFB6B7
(191,182,183)
#C6BDBF
(198,189,191)
#CDC4C7
(205,196,199)
#D4CBCF
(212,203,207)
#DBD2D7
(219,210,215)
#E2D9DF
(226,217,223)
#E9E0E7
(233,224,231)
#F0E7EF
(240,231,239)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A8A7; }

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

This text font color is #B1A8A7.


Background Color

.myBgColor { background-color: #B1A8A7; }

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

This div background color is #B1A8A7.


Border color

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

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

This div border color is #B1A8A7.


Opacity

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

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

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

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

This text has shadow with #B1A8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A8A7 on black background.


Color preview on white background

This text has color #B1A8A7 on white background.



Black color preview on #B1A8A7 background

This text has black color on #B1A8A7 background.


White color preview on #B1A8A7 background

This text has white color on #B1A8A7 background.