COLOR #B1B097

HEX: #B1B097
RGB: (177,176,151)

Color info

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

RGB color model

#B1B097 color RGB value is (177,176,151).

  • red value is 177;
  • green value is 176;
  • blue value is 151.
RGB:
(177,176,151)
(69%,69%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 176 of 255 = 69%
B 151 of 255 = 59%

177
176
151

R + G + B ~ 66%. #B1B097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 176 + 151 = 504 (100%)
R 177 of 504 ~ 35.12%
G 176 of 504 ~ 34.92%
B 151 of 504 ~ 29.96%

%35.12
%34.92
%29.96

CMYK color model

#B1B097 color CMYK value is (0,1,15,31).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(0,1,15,31)
C0M1Y15K31 
(0%,1%,15%,31%)
(0.00/0.01/0.15/0.31)	

CMYK percentages

%0
%0.56
%14.69
%30.59

Codes

Color #B1B097 in popluar color models

B1B097
RGB177176151
HSL58°14.29%64.31%
HSB/HSV58°14.69%69.41%
CMYK0.00%0.56%14.69%
30.59%

Color #B1B097 in popluar number systems.

HEXB1B097
Decimal177176151
Binary101100011011000010010111
Octal261260227

Shades and tints

Shades of #B1B097

#B1B097
(177,176,151)
#A1A08A
(161,160,138)
#91907D
(145,144,125)
#818070
(129,128,112)
#717063
(113,112,99)
#616056
(97,96,86)
#515049
(81,80,73)
#41403C
(65,64,60)
#31302F
(49,48,47)
#212022
(33,32,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B1B097

#B1B097
(177,176,151)
#B8B7A0
(184,183,160)
#BFBEA9
(191,190,169)
#C6C5B2
(198,197,178)
#CDCCBB
(205,204,187)
#D4D3C4
(212,211,196)
#DBDACD
(219,218,205)
#E2E1D6
(226,225,214)
#E9E8DF
(233,232,223)
#F0EFE8
(240,239,232)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B097 color. Also use rgb(177,176,151) instead hex code.

Text Font Color

.myTextColor { color: #B1B097; }

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

This text font color is #B1B097.


Background Color

.myBgColor { background-color: #B1B097; }

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

This div background color is #B1B097.


Border color

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

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

This div border color is #B1B097.


Opacity

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

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

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

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

This text has shadow with #B1B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B097 on black background.


Color preview on white background

This text has color #B1B097 on white background.



Black color preview on #B1B097 background

This text has black color on #B1B097 background.


White color preview on #B1B097 background

This text has white color on #B1B097 background.