COLOR #B0B197

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
177
151

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

Portions of RGB colors in percentages

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

%34.92
%35.12
%29.96

CMYK color model

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

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

CMYK percentages

%0.56
%0
%14.69
%30.59

Codes

Color #B0B197 in popluar color models

B0B197
RGB176177151
HSL62°14.29%64.31%
HSB/HSV62°14.69%69.41%
CMYK0.56%0.00%14.69%
30.59%

Color #B0B197 in popluar number systems.

HEXB0B197
Decimal176177151
Binary101100001011000110010111
Octal260261227

Shades and tints

Shades of #B0B197

#B0B197
(176,177,151)
#A0A18A
(160,161,138)
#90917D
(144,145,125)
#808170
(128,129,112)
#707163
(112,113,99)
#606156
(96,97,86)
#505149
(80,81,73)
#40413C
(64,65,60)
#30312F
(48,49,47)
#202122
(32,33,34)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B0B197

#B0B197
(176,177,151)
#B7B8A0
(183,184,160)
#BEBFA9
(190,191,169)
#C5C6B2
(197,198,178)
#CCCDBB
(204,205,187)
#D3D4C4
(211,212,196)
#DADBCD
(218,219,205)
#E1E2D6
(225,226,214)
#E8E9DF
(232,233,223)
#EFF0E8
(239,240,232)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B197; }

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

This text font color is #B0B197.


Background Color

.myBgColor { background-color: #B0B197; }

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

This div background color is #B0B197.


Border color

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

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

This div border color is #B0B197.


Opacity

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

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

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

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

This text has shadow with #B0B197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B197 on black background.


Color preview on white background

This text has color #B0B197 on white background.



Black color preview on #B0B197 background

This text has black color on #B0B197 background.


White color preview on #B0B197 background

This text has white color on #B0B197 background.