COLOR #B3B794

HEX: #B3B794
RGB: (179,183,148)

Color info

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

RGB color model

#B3B794 color RGB value is (179,183,148).

  • red value is 179;
  • green value is 183;
  • blue value is 148.
RGB:
(179,183,148)
(70%,72%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 148 of 255 = 58%

179
183
148

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

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 148 = 510 (100%)
R 179 of 510 ~ 35.1%
G 183 of 510 ~ 35.88%
B 148 of 510 ~ 29.02%

%35.1
%35.88
%29.02

CMYK color model

#B3B794 color CMYK value is (2,0,19,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK:
(2,0,19,28)
C2M0Y19K28 
(2%,0%,19%,28%)
(0.02/0.00/0.19/0.28)	

CMYK percentages

%2.19
%0
%19.13
%28.24

Codes

Color #B3B794 in popluar color models

B3B794
RGB179183148
HSL67°19.55%64.90%
HSB/HSV67°19.13%71.76%
CMYK2.19%0.00%19.13%
28.24%

Color #B3B794 in popluar number systems.

HEXB3B794
Decimal179183148
Binary101100111011011110010100
Octal263267224

Shades and tints

Shades of #B3B794

#B3B794
(179,183,148)
#A3A787
(163,167,135)
#93977A
(147,151,122)
#83876D
(131,135,109)
#737760
(115,119,96)
#636753
(99,103,83)
#535746
(83,87,70)
#434739
(67,71,57)
#33372C
(51,55,44)
#23271F
(35,39,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #B3B794

#B3B794
(179,183,148)
#B9BD9D
(185,189,157)
#BFC3A6
(191,195,166)
#C5C9AF
(197,201,175)
#CBCFB8
(203,207,184)
#D1D5C1
(209,213,193)
#D7DBCA
(215,219,202)
#DDE1D3
(221,225,211)
#E3E7DC
(227,231,220)
#E9EDE5
(233,237,229)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B794 color. Also use rgb(179,183,148) instead hex code.

Text Font Color

.myTextColor { color: #B3B794; }

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

This text font color is #B3B794.


Background Color

.myBgColor { background-color: #B3B794; }

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

This div background color is #B3B794.


Border color

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

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

This div border color is #B3B794.


Opacity

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

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

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

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

This text has shadow with #B3B794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B794 on black background.


Color preview on white background

This text has color #B3B794 on white background.



Black color preview on #B3B794 background

This text has black color on #B3B794 background.


White color preview on #B3B794 background

This text has white color on #B3B794 background.