COLOR #B0B697

HEX: #B0B697
RGB: (176,182,151)

Color info

#B0B697 contains red, green and blue colors in about the same proportion. Web safe color of #B0B697 is #99CC99 (or #9C9).

RGB color model

#B0B697 color RGB value is (176,182,151).

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

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 151 of 255 = 59%

176
182
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 151 = 509 (100%)
R 176 of 509 ~ 34.58%
G 182 of 509 ~ 35.76%
B 151 of 509 ~ 29.67%

%34.58
%35.76
%29.67

CMYK color model

#B0B697 color CMYK value is (3,0,17,29).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(3,0,17,29)
C3M0Y17K29 
(3%,0%,17%,29%)
(0.03/0.00/0.17/0.29)	

CMYK percentages

%3.3
%0
%17.03
%28.63

Codes

Color #B0B697 in popluar color models

B0B697
RGB176182151
HSL72°17.51%65.29%
HSB/HSV72°17.03%71.37%
CMYK3.30%0.00%17.03%
28.63%

Color #B0B697 in popluar number systems.

HEXB0B697
Decimal176182151
Binary101100001011011010010111
Octal260266227

Shades and tints

Shades of #B0B697

#B0B697
(176,182,151)
#A0A68A
(160,166,138)
#90967D
(144,150,125)
#808670
(128,134,112)
#707663
(112,118,99)
#606656
(96,102,86)
#505649
(80,86,73)
#40463C
(64,70,60)
#30362F
(48,54,47)
#202622
(32,38,34)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0B697

#B0B697
(176,182,151)
#B7BCA0
(183,188,160)
#BEC2A9
(190,194,169)
#C5C8B2
(197,200,178)
#CCCEBB
(204,206,187)
#D3D4C4
(211,212,196)
#DADACD
(218,218,205)
#E1E0D6
(225,224,214)
#E8E6DF
(232,230,223)
#EFECE8
(239,236,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B697; }

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

This text font color is #B0B697.


Background Color

.myBgColor { background-color: #B0B697; }

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

This div background color is #B0B697.


Border color

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

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

This div border color is #B0B697.


Opacity

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

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

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

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

This text has shadow with #B0B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B697 on black background.


Color preview on white background

This text has color #B0B697 on white background.



Black color preview on #B0B697 background

This text has black color on #B0B697 background.


White color preview on #B0B697 background

This text has white color on #B0B697 background.