COLOR #B3A896

HEX: #B3A896
RGB: (179,168,150)

Color info

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

RGB color model

#B3A896 color RGB value is (179,168,150).

  • red value is 179;
  • green value is 168;
  • blue value is 150.
RGB:
(179,168,150)
(70%,66%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 168 of 255 = 66%
B 150 of 255 = 59%

179
168
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 168 + 150 = 497 (100%)
R 179 of 497 ~ 36.02%
G 168 of 497 ~ 33.8%
B 150 of 497 ~ 30.18%

%36.02
%33.8
%30.18

CMYK color model

#B3A896 color CMYK value is (0,6,16,30).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,6,16,30)
C0M6Y16K30 
(0%,6%,16%,30%)
(0.00/0.06/0.16/0.30)	

CMYK percentages

%0
%6.15
%16.2
%29.8

Codes

Color #B3A896 in popluar color models

B3A896
RGB179168150
HSL37°16.02%64.51%
HSB/HSV37°16.20%70.20%
CMYK0.00%6.15%16.20%
29.80%

Color #B3A896 in popluar number systems.

HEXB3A896
Decimal179168150
Binary101100111010100010010110
Octal263250226

Shades and tints

Shades of #B3A896

#B3A896
(179,168,150)
#A39989
(163,153,137)
#938A7C
(147,138,124)
#837B6F
(131,123,111)
#736C62
(115,108,98)
#635D55
(99,93,85)
#534E48
(83,78,72)
#433F3B
(67,63,59)
#33302E
(51,48,46)
#232121
(35,33,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B3A896

#B3A896
(179,168,150)
#B9AF9F
(185,175,159)
#BFB6A8
(191,182,168)
#C5BDB1
(197,189,177)
#CBC4BA
(203,196,186)
#D1CBC3
(209,203,195)
#D7D2CC
(215,210,204)
#DDD9D5
(221,217,213)
#E3E0DE
(227,224,222)
#E9E7E7
(233,231,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A896 color. Also use rgb(179,168,150) instead hex code.

Text Font Color

.myTextColor { color: #B3A896; }

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

This text font color is #B3A896.


Background Color

.myBgColor { background-color: #B3A896; }

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

This div background color is #B3A896.


Border color

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

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

This div border color is #B3A896.


Opacity

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

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

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

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

This text has shadow with #B3A896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A896 on black background.


Color preview on white background

This text has color #B3A896 on white background.



Black color preview on #B3A896 background

This text has black color on #B3A896 background.


White color preview on #B3A896 background

This text has white color on #B3A896 background.