COLOR #B3AE7B

HEX: #B3AE7B
RGB: (179,174,123)

Color info

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

RGB color model

#B3AE7B color RGB value is (179,174,123).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 123 of 255 = 48%

179
174
123

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

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 123 = 476 (100%)
R 179 of 476 ~ 37.61%
G 174 of 476 ~ 36.55%
B 123 of 476 ~ 25.84%

%37.61
%36.55
%25.84

CMYK color model

#B3AE7B color CMYK value is (0,3,31,30).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 31.28%
  • key color value is 29.80%
CMYK:
(0,3,31,30)
C0M3Y31K30 
(0%,3%,31%,30%)
(0.00/0.03/0.31/0.30)	

CMYK percentages

%0
%2.79
%31.28
%29.8

Codes

Color #B3AE7B in popluar color models

B3AE7B
RGB179174123
HSL55°26.92%59.22%
HSB/HSV55°31.28%70.20%
CMYK0.00%2.79%31.28%
29.80%

Color #B3AE7B in popluar number systems.

HEXB3AE7B
Decimal179174123
Binary10110011101011101111011
Octal263256173

Shades and tints

Shades of #B3AE7B

#B3AE7B
(179,174,123)
#A39F70
(163,159,112)
#939065
(147,144,101)
#83815A
(131,129,90)
#73724F
(115,114,79)
#636344
(99,99,68)
#535439
(83,84,57)
#43452E
(67,69,46)
#333623
(51,54,35)
#232718
(35,39,24)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #B3AE7B

#B3AE7B
(179,174,123)
#B9B587
(185,181,135)
#BFBC93
(191,188,147)
#C5C39F
(197,195,159)
#CBCAAB
(203,202,171)
#D1D1B7
(209,209,183)
#D7D8C3
(215,216,195)
#DDDFCF
(221,223,207)
#E3E6DB
(227,230,219)
#E9EDE7
(233,237,231)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AE7B; }

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

This text font color is #B3AE7B.


Background Color

.myBgColor { background-color: #B3AE7B; }

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

This div background color is #B3AE7B.


Border color

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

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

This div border color is #B3AE7B.


Opacity

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

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

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

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

This text has shadow with #B3AE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AE7B on black background.


Color preview on white background

This text has color #B3AE7B on white background.



Black color preview on #B3AE7B background

This text has black color on #B3AE7B background.


White color preview on #B3AE7B background

This text has white color on #B3AE7B background.