COLOR #B3AD9F

HEX: #B3AD9F
RGB: (179,173,159)

Color info

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

RGB color model

#B3AD9F color RGB value is (179,173,159).

  • red value is 179;
  • green value is 173;
  • blue value is 159.
RGB:
(179,173,159)
(70%,68%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 159 of 255 = 62%

179
173
159

R + G + B ~ 67%. #B3AD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 159 = 511 (100%)
R 179 of 511 ~ 35.03%
G 173 of 511 ~ 33.86%
B 159 of 511 ~ 31.12%

%35.03
%33.86
%31.12

CMYK color model

#B3AD9F color CMYK value is (0,3,11,30).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,3,11,30)
C0M3Y11K30 
(0%,3%,11%,30%)
(0.00/0.03/0.11/0.30)	

CMYK percentages

%0
%3.35
%11.17
%29.8

Codes

Color #B3AD9F in popluar color models

B3AD9F
RGB179173159
HSL42°11.63%66.27%
HSB/HSV42°11.17%70.20%
CMYK0.00%3.35%11.17%
29.80%

Color #B3AD9F in popluar number systems.

HEXB3AD9F
Decimal179173159
Binary101100111010110110011111
Octal263255237

Shades and tints

Shades of #B3AD9F

#B3AD9F
(179,173,159)
#A39E91
(163,158,145)
#938F83
(147,143,131)
#838075
(131,128,117)
#737167
(115,113,103)
#636259
(99,98,89)
#53534B
(83,83,75)
#43443D
(67,68,61)
#33352F
(51,53,47)
#232621
(35,38,33)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #B3AD9F

#B3AD9F
(179,173,159)
#B9B4A7
(185,180,167)
#BFBBAF
(191,187,175)
#C5C2B7
(197,194,183)
#CBC9BF
(203,201,191)
#D1D0C7
(209,208,199)
#D7D7CF
(215,215,207)
#DDDED7
(221,222,215)
#E3E5DF
(227,229,223)
#E9ECE7
(233,236,231)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AD9F color. Also use rgb(179,173,159) instead hex code.

Text Font Color

.myTextColor { color: #B3AD9F; }

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

This text font color is #B3AD9F.


Background Color

.myBgColor { background-color: #B3AD9F; }

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

This div background color is #B3AD9F.


Border color

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

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

This div border color is #B3AD9F.


Opacity

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

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

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

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

This text has shadow with #B3AD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AD9F on black background.


Color preview on white background

This text has color #B3AD9F on white background.



Black color preview on #B3AD9F background

This text has black color on #B3AD9F background.


White color preview on #B3AD9F background

This text has white color on #B3AD9F background.