COLOR #B3AE9D

HEX: #B3AE9D
RGB: (179,174,157)

Color info

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

RGB color model

#B3AE9D color RGB value is (179,174,157).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 157 of 255 = 62%

179
174
157

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

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 157 = 510 (100%)
R 179 of 510 ~ 35.1%
G 174 of 510 ~ 34.12%
B 157 of 510 ~ 30.78%

%35.1
%34.12
%30.78

CMYK color model

#B3AE9D color CMYK value is (0,3,12,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(0,3,12,30)
C0M3Y12K30 
(0%,3%,12%,30%)
(0.00/0.03/0.12/0.30)	

CMYK percentages

%0
%2.79
%12.29
%29.8

Codes

Color #B3AE9D in popluar color models

B3AE9D
RGB179174157
HSL46°12.64%65.88%
HSB/HSV46°12.29%70.20%
CMYK0.00%2.79%12.29%
29.80%

Color #B3AE9D in popluar number systems.

HEXB3AE9D
Decimal179174157
Binary101100111010111010011101
Octal263256235

Shades and tints

Shades of #B3AE9D

#B3AE9D
(179,174,157)
#A39F8F
(163,159,143)
#939081
(147,144,129)
#838173
(131,129,115)
#737265
(115,114,101)
#636357
(99,99,87)
#535449
(83,84,73)
#43453B
(67,69,59)
#33362D
(51,54,45)
#23271F
(35,39,31)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3AE9D

#B3AE9D
(179,174,157)
#B9B5A5
(185,181,165)
#BFBCAD
(191,188,173)
#C5C3B5
(197,195,181)
#CBCABD
(203,202,189)
#D1D1C5
(209,209,197)
#D7D8CD
(215,216,205)
#DDDFD5
(221,223,213)
#E3E6DD
(227,230,221)
#E9EDE5
(233,237,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AE9D color. Also use rgb(179,174,157) instead hex code.

Text Font Color

.myTextColor { color: #B3AE9D; }

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

This text font color is #B3AE9D.


Background Color

.myBgColor { background-color: #B3AE9D; }

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

This div background color is #B3AE9D.


Border color

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

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

This div border color is #B3AE9D.


Opacity

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

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

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

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

This text has shadow with #B3AE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AE9D on black background.


Color preview on white background

This text has color #B3AE9D on white background.



Black color preview on #B3AE9D background

This text has black color on #B3AE9D background.


White color preview on #B3AE9D background

This text has white color on #B3AE9D background.