COLOR #B0BB88

HEX: #B0BB88
RGB: (176,187,136)

Color info

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

RGB color model

#B0BB88 color RGB value is (176,187,136).

  • red value is 176;
  • green value is 187;
  • blue value is 136.
RGB:
(176,187,136)
(69%,73%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 136 of 255 = 53%

176
187
136

R + G + B ~ 65%. #B0BB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 136 = 499 (100%)
R 176 of 499 ~ 35.27%
G 187 of 499 ~ 37.47%
B 136 of 499 ~ 27.25%

%35.27
%37.47
%27.25

CMYK color model

#B0BB88 color CMYK value is (6,0,27,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(6,0,27,27)
C6M0Y27K27 
(6%,0%,27%,27%)
(0.06/0.00/0.27/0.27)	

CMYK percentages

%5.88
%0
%27.27
%26.67

Codes

Color #B0BB88 in popluar color models

B0BB88
RGB176187136
HSL73°27.27%63.33%
HSB/HSV73°27.27%73.33%
CMYK5.88%0.00%27.27%
26.67%

Color #B0BB88 in popluar number systems.

HEXB0BB88
Decimal176187136
Binary101100001011101110001000
Octal260273210

Shades and tints

Shades of #B0BB88

#B0BB88
(176,187,136)
#A0AA7C
(160,170,124)
#909970
(144,153,112)
#808864
(128,136,100)
#707758
(112,119,88)
#60664C
(96,102,76)
#505540
(80,85,64)
#404434
(64,68,52)
#303328
(48,51,40)
#20221C
(32,34,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B0BB88

#B0BB88
(176,187,136)
#B7C192
(183,193,146)
#BEC79C
(190,199,156)
#C5CDA6
(197,205,166)
#CCD3B0
(204,211,176)
#D3D9BA
(211,217,186)
#DADFC4
(218,223,196)
#E1E5CE
(225,229,206)
#E8EBD8
(232,235,216)
#EFF1E2
(239,241,226)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BB88 color. Also use rgb(176,187,136) instead hex code.

Text Font Color

.myTextColor { color: #B0BB88; }

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

This text font color is #B0BB88.


Background Color

.myBgColor { background-color: #B0BB88; }

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

This div background color is #B0BB88.


Border color

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

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

This div border color is #B0BB88.


Opacity

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

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

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

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

This text has shadow with #B0BB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BB88 on black background.


Color preview on white background

This text has color #B0BB88 on white background.



Black color preview on #B0BB88 background

This text has black color on #B0BB88 background.


White color preview on #B0BB88 background

This text has white color on #B0BB88 background.