COLOR #B3B09B

HEX: #B3B09B
RGB: (179,176,155)

Color info

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

RGB color model

#B3B09B color RGB value is (179,176,155).

  • red value is 179;
  • green value is 176;
  • blue value is 155.
RGB:
(179,176,155)
(70%,69%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 176 of 255 = 69%
B 155 of 255 = 61%

179
176
155

R + G + B ~ 67%. #B3B09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 176 + 155 = 510 (100%)
R 179 of 510 ~ 35.1%
G 176 of 510 ~ 34.51%
B 155 of 510 ~ 30.39%

%35.1
%34.51
%30.39

CMYK color model

#B3B09B color CMYK value is (0,2,13,30).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(0,2,13,30)
C0M2Y13K30 
(0%,2%,13%,30%)
(0.00/0.02/0.13/0.30)	

CMYK percentages

%0
%1.68
%13.41
%29.8

Codes

Color #B3B09B in popluar color models

B3B09B
RGB179176155
HSL53°13.64%65.49%
HSB/HSV53°13.41%70.20%
CMYK0.00%1.68%13.41%
29.80%

Color #B3B09B in popluar number systems.

HEXB3B09B
Decimal179176155
Binary101100111011000010011011
Octal263260233

Shades and tints

Shades of #B3B09B

#B3B09B
(179,176,155)
#A3A08D
(163,160,141)
#93907F
(147,144,127)
#838071
(131,128,113)
#737063
(115,112,99)
#636055
(99,96,85)
#535047
(83,80,71)
#434039
(67,64,57)
#33302B
(51,48,43)
#23201D
(35,32,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #B3B09B

#B3B09B
(179,176,155)
#B9B7A4
(185,183,164)
#BFBEAD
(191,190,173)
#C5C5B6
(197,197,182)
#CBCCBF
(203,204,191)
#D1D3C8
(209,211,200)
#D7DAD1
(215,218,209)
#DDE1DA
(221,225,218)
#E3E8E3
(227,232,227)
#E9EFEC
(233,239,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B09B color. Also use rgb(179,176,155) instead hex code.

Text Font Color

.myTextColor { color: #B3B09B; }

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

This text font color is #B3B09B.


Background Color

.myBgColor { background-color: #B3B09B; }

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

This div background color is #B3B09B.


Border color

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

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

This div border color is #B3B09B.


Opacity

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

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

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

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

This text has shadow with #B3B09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B09B on black background.


Color preview on white background

This text has color #B3B09B on white background.



Black color preview on #B3B09B background

This text has black color on #B3B09B background.


White color preview on #B3B09B background

This text has white color on #B3B09B background.