COLOR #B3A497

HEX: #B3A497
RGB: (179,164,151)

Color info

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

RGB color model

#B3A497 color RGB value is (179,164,151).

  • red value is 179;
  • green value is 164;
  • blue value is 151.
RGB:
(179,164,151)
(70%,64%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 151 of 255 = 59%

179
164
151

R + G + B ~ 64%. #B3A497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 151 = 494 (100%)
R 179 of 494 ~ 36.23%
G 164 of 494 ~ 33.2%
B 151 of 494 ~ 30.57%

%36.23
%33.2
%30.57

CMYK color model

#B3A497 color CMYK value is (0,8,16,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(0,8,16,30)
C0M8Y16K30 
(0%,8%,16%,30%)
(0.00/0.08/0.16/0.30)	

CMYK percentages

%0
%8.38
%15.64
%29.8

Codes

Color #B3A497 in popluar color models

B3A497
RGB179164151
HSL28°15.56%64.71%
HSB/HSV28°15.64%70.20%
CMYK0.00%8.38%15.64%
29.80%

Color #B3A497 in popluar number systems.

HEXB3A497
Decimal179164151
Binary101100111010010010010111
Octal263244227

Shades and tints

Shades of #B3A497

#B3A497
(179,164,151)
#A3968A
(163,150,138)
#93887D
(147,136,125)
#837A70
(131,122,112)
#736C63
(115,108,99)
#635E56
(99,94,86)
#535049
(83,80,73)
#43423C
(67,66,60)
#33342F
(51,52,47)
#232622
(35,38,34)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3A497

#B3A497
(179,164,151)
#B9ACA0
(185,172,160)
#BFB4A9
(191,180,169)
#C5BCB2
(197,188,178)
#CBC4BB
(203,196,187)
#D1CCC4
(209,204,196)
#D7D4CD
(215,212,205)
#DDDCD6
(221,220,214)
#E3E4DF
(227,228,223)
#E9ECE8
(233,236,232)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A497 color. Also use rgb(179,164,151) instead hex code.

Text Font Color

.myTextColor { color: #B3A497; }

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

This text font color is #B3A497.


Background Color

.myBgColor { background-color: #B3A497; }

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

This div background color is #B3A497.


Border color

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

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

This div border color is #B3A497.


Opacity

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

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

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

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

This text has shadow with #B3A497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A497 on black background.


Color preview on white background

This text has color #B3A497 on white background.



Black color preview on #B3A497 background

This text has black color on #B3A497 background.


White color preview on #B3A497 background

This text has white color on #B3A497 background.