COLOR #B3BB9F

HEX: #B3BB9F
RGB: (179,187,159)

Color info

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

RGB color model

#B3BB9F color RGB value is (179,187,159).

  • red value is 179;
  • green value is 187;
  • blue value is 159.
RGB:
(179,187,159)
(70%,73%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 159 of 255 = 62%

179
187
159

R + G + B ~ 68%. #B3BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 159 = 525 (100%)
R 179 of 525 ~ 34.1%
G 187 of 525 ~ 35.62%
B 159 of 525 ~ 30.29%

%34.1
%35.62
%30.29

CMYK color model

#B3BB9F color CMYK value is (4,0,15,27).

  • cyan value is 4.28%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(4,0,15,27)
C4M0Y15K27 
(4%,0%,15%,27%)
(0.04/0.00/0.15/0.27)	

CMYK percentages

%4.28
%0
%14.97
%26.67

Codes

Color #B3BB9F in popluar color models

B3BB9F
RGB179187159
HSL77°17.07%67.84%
HSB/HSV77°14.97%73.33%
CMYK4.28%0.00%14.97%
26.67%

Color #B3BB9F in popluar number systems.

HEXB3BB9F
Decimal179187159
Binary101100111011101110011111
Octal263273237

Shades and tints

Shades of #B3BB9F

#B3BB9F
(179,187,159)
#A3AA91
(163,170,145)
#939983
(147,153,131)
#838875
(131,136,117)
#737767
(115,119,103)
#636659
(99,102,89)
#53554B
(83,85,75)
#43443D
(67,68,61)
#33332F
(51,51,47)
#232221
(35,34,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #B3BB9F

#B3BB9F
(179,187,159)
#B9C1A7
(185,193,167)
#BFC7AF
(191,199,175)
#C5CDB7
(197,205,183)
#CBD3BF
(203,211,191)
#D1D9C7
(209,217,199)
#D7DFCF
(215,223,207)
#DDE5D7
(221,229,215)
#E3EBDF
(227,235,223)
#E9F1E7
(233,241,231)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BB9F color. Also use rgb(179,187,159) instead hex code.

Text Font Color

.myTextColor { color: #B3BB9F; }

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

This text font color is #B3BB9F.


Background Color

.myBgColor { background-color: #B3BB9F; }

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

This div background color is #B3BB9F.


Border color

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

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

This div border color is #B3BB9F.


Opacity

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

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

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

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

This text has shadow with #B3BB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BB9F on black background.


Color preview on white background

This text has color #B3BB9F on white background.



Black color preview on #B3BB9F background

This text has black color on #B3BB9F background.


White color preview on #B3BB9F background

This text has white color on #B3BB9F background.