COLOR #B3AF96

HEX: #B3AF96
RGB: (179,175,150)

Color info

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

RGB color model

#B3AF96 color RGB value is (179,175,150).

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

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 150 of 255 = 59%

179
175
150

R + G + B ~ 66%. #B3AF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 175 + 150 = 504 (100%)
R 179 of 504 ~ 35.52%
G 175 of 504 ~ 34.72%
B 150 of 504 ~ 29.76%

%35.52
%34.72
%29.76

CMYK color model

#B3AF96 color CMYK value is (0,2,16,30).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,2,16,30)
C0M2Y16K30 
(0%,2%,16%,30%)
(0.00/0.02/0.16/0.30)	

CMYK percentages

%0
%2.23
%16.2
%29.8

Codes

Color #B3AF96 in popluar color models

B3AF96
RGB179175150
HSL52°16.02%64.51%
HSB/HSV52°16.20%70.20%
CMYK0.00%2.23%16.20%
29.80%

Color #B3AF96 in popluar number systems.

HEXB3AF96
Decimal179175150
Binary101100111010111110010110
Octal263257226

Shades and tints

Shades of #B3AF96

#B3AF96
(179,175,150)
#A3A089
(163,160,137)
#93917C
(147,145,124)
#83826F
(131,130,111)
#737362
(115,115,98)
#636455
(99,100,85)
#535548
(83,85,72)
#43463B
(67,70,59)
#33372E
(51,55,46)
#232821
(35,40,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #B3AF96

#B3AF96
(179,175,150)
#B9B69F
(185,182,159)
#BFBDA8
(191,189,168)
#C5C4B1
(197,196,177)
#CBCBBA
(203,203,186)
#D1D2C3
(209,210,195)
#D7D9CC
(215,217,204)
#DDE0D5
(221,224,213)
#E3E7DE
(227,231,222)
#E9EEE7
(233,238,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AF96; }

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

This text font color is #B3AF96.


Background Color

.myBgColor { background-color: #B3AF96; }

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

This div background color is #B3AF96.


Border color

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

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

This div border color is #B3AF96.


Opacity

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

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

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

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

This text has shadow with #B3AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AF96 on black background.


Color preview on white background

This text has color #B3AF96 on white background.



Black color preview on #B3AF96 background

This text has black color on #B3AF96 background.


White color preview on #B3AF96 background

This text has white color on #B3AF96 background.