COLOR #B3B89B

HEX: #B3B89B
RGB: (179,184,155)

Color info

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

RGB color model

#B3B89B color RGB value is (179,184,155).

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

RGB channels and saturation

R 179 of 255 = 70%
G 184 of 255 = 72%
B 155 of 255 = 61%

179
184
155

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

Portions of RGB colors in percentages

R + G + B =
179 + 184 + 155 = 518 (100%)
R 179 of 518 ~ 34.56%
G 184 of 518 ~ 35.52%
B 155 of 518 ~ 29.92%

%34.56
%35.52
%29.92

CMYK color model

#B3B89B color CMYK value is (3,0,16,28).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(3,0,16,28)
C3M0Y16K28 
(3%,0%,16%,28%)
(0.03/0.00/0.16/0.28)	

CMYK percentages

%2.72
%0
%15.76
%27.84

Codes

Color #B3B89B in popluar color models

B3B89B
RGB179184155
HSL70°16.96%66.47%
HSB/HSV70°15.76%72.16%
CMYK2.72%0.00%15.76%
27.84%

Color #B3B89B in popluar number systems.

HEXB3B89B
Decimal179184155
Binary101100111011100010011011
Octal263270233

Shades and tints

Shades of #B3B89B

#B3B89B
(179,184,155)
#A3A88D
(163,168,141)
#93987F
(147,152,127)
#838871
(131,136,113)
#737863
(115,120,99)
#636855
(99,104,85)
#535847
(83,88,71)
#434839
(67,72,57)
#33382B
(51,56,43)
#23281D
(35,40,29)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #B3B89B

#B3B89B
(179,184,155)
#B9BEA4
(185,190,164)
#BFC4AD
(191,196,173)
#C5CAB6
(197,202,182)
#CBD0BF
(203,208,191)
#D1D6C8
(209,214,200)
#D7DCD1
(215,220,209)
#DDE2DA
(221,226,218)
#E3E8E3
(227,232,227)
#E9EEEC
(233,238,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B89B; }

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

This text font color is #B3B89B.


Background Color

.myBgColor { background-color: #B3B89B; }

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

This div background color is #B3B89B.


Border color

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

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

This div border color is #B3B89B.


Opacity

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

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

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

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

This text has shadow with #B3B89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B89B on black background.


Color preview on white background

This text has color #B3B89B on white background.



Black color preview on #B3B89B background

This text has black color on #B3B89B background.


White color preview on #B3B89B background

This text has white color on #B3B89B background.