COLOR #B3A297

HEX: #B3A297
RGB: (179,162,151)

Color info

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

RGB color model

#B3A297 color RGB value is (179,162,151).

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

RGB channels and saturation

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

179
162
151

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

Portions of RGB colors in percentages

R + G + B =
179 + 162 + 151 = 492 (100%)
R 179 of 492 ~ 36.38%
G 162 of 492 ~ 32.93%
B 151 of 492 ~ 30.69%

%36.38
%32.93
%30.69

CMYK color model

#B3A297 color CMYK value is (0,9,16,30).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(0,9,16,30)
C0M9Y16K30 
(0%,9%,16%,30%)
(0.00/0.09/0.16/0.30)	

CMYK percentages

%0
%9.5
%15.64
%29.8

Codes

Color #B3A297 in popluar color models

B3A297
RGB179162151
HSL24°15.56%64.71%
HSB/HSV24°15.64%70.20%
CMYK0.00%9.50%15.64%
29.80%

Color #B3A297 in popluar number systems.

HEXB3A297
Decimal179162151
Binary101100111010001010010111
Octal263242227

Shades and tints

Shades of #B3A297

#B3A297
(179,162,151)
#A3948A
(163,148,138)
#93867D
(147,134,125)
#837870
(131,120,112)
#736A63
(115,106,99)
#635C56
(99,92,86)
#534E49
(83,78,73)
#43403C
(67,64,60)
#33322F
(51,50,47)
#232422
(35,36,34)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3A297

#B3A297
(179,162,151)
#B9AAA0
(185,170,160)
#BFB2A9
(191,178,169)
#C5BAB2
(197,186,178)
#CBC2BB
(203,194,187)
#D1CAC4
(209,202,196)
#D7D2CD
(215,210,205)
#DDDAD6
(221,218,214)
#E3E2DF
(227,226,223)
#E9EAE8
(233,234,232)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A297; }

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

This text font color is #B3A297.


Background Color

.myBgColor { background-color: #B3A297; }

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

This div background color is #B3A297.


Border color

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

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

This div border color is #B3A297.


Opacity

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

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

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

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

This text has shadow with #B3A297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A297 on black background.


Color preview on white background

This text has color #B3A297 on white background.



Black color preview on #B3A297 background

This text has black color on #B3A297 background.


White color preview on #B3A297 background

This text has white color on #B3A297 background.