COLOR #B3A97E

HEX: #B3A97E
RGB: (179,169,126)

Color info

#B3A97E contains red, green and blue colors in about the same proportion. Web safe color of #B3A97E is #999966 (or #996).

RGB color model

#B3A97E color RGB value is (179,169,126).

  • red value is 179;
  • green value is 169;
  • blue value is 126.
RGB:
(179,169,126)
(70%,66%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 126 of 255 = 49%

179
169
126

R + G + B ~ 62%. #B3A97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 169 + 126 = 474 (100%)
R 179 of 474 ~ 37.76%
G 169 of 474 ~ 35.65%
B 126 of 474 ~ 26.58%

%37.76
%35.65
%26.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,6,30,30)
C0M6Y30K30 
(0%,6%,30%,30%)
(0.00/0.06/0.30/0.30)	

CMYK percentages

%0
%5.59
%29.61
%29.8

Codes

Color #B3A97E in popluar color models

B3A97E
RGB179169126
HSL49°25.85%59.80%
HSB/HSV49°29.61%70.20%
CMYK0.00%5.59%29.61%
29.80%

Color #B3A97E in popluar number systems.

HEXB3A97E
Decimal179169126
Binary10110011101010011111110
Octal263251176

Shades and tints

Shades of #B3A97E

#B3A97E
(179,169,126)
#A39A73
(163,154,115)
#938B68
(147,139,104)
#837C5D
(131,124,93)
#736D52
(115,109,82)
#635E47
(99,94,71)
#534F3C
(83,79,60)
#434031
(67,64,49)
#333126
(51,49,38)
#23221B
(35,34,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #B3A97E

#B3A97E
(179,169,126)
#B9B089
(185,176,137)
#BFB794
(191,183,148)
#C5BE9F
(197,190,159)
#CBC5AA
(203,197,170)
#D1CCB5
(209,204,181)
#D7D3C0
(215,211,192)
#DDDACB
(221,218,203)
#E3E1D6
(227,225,214)
#E9E8E1
(233,232,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A97E color. Also use rgb(179,169,126) instead hex code.

Text Font Color

.myTextColor { color: #B3A97E; }

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

This text font color is #B3A97E.


Background Color

.myBgColor { background-color: #B3A97E; }

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

This div background color is #B3A97E.


Border color

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

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

This div border color is #B3A97E.


Opacity

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

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

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

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

This text has shadow with #B3A97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A97E on black background.


Color preview on white background

This text has color #B3A97E on white background.



Black color preview on #B3A97E background

This text has black color on #B3A97E background.


White color preview on #B3A97E background

This text has white color on #B3A97E background.