COLOR #B3A688

HEX: #B3A688
RGB: (179,166,136)

Color info

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

RGB color model

#B3A688 color RGB value is (179,166,136).

  • red value is 179;
  • green value is 166;
  • blue value is 136.
RGB:
(179,166,136)
(70%,65%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 136 of 255 = 53%

179
166
136

R + G + B ~ 63%. #B3A688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 166 + 136 = 481 (100%)
R 179 of 481 ~ 37.21%
G 166 of 481 ~ 34.51%
B 136 of 481 ~ 28.27%

%37.21
%34.51
%28.27

CMYK color model

#B3A688 color CMYK value is (0,7,24,30).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(0,7,24,30)
C0M7Y24K30 
(0%,7%,24%,30%)
(0.00/0.07/0.24/0.30)	

CMYK percentages

%0
%7.26
%24.02
%29.8

Codes

Color #B3A688 in popluar color models

B3A688
RGB179166136
HSL42°22.05%61.76%
HSB/HSV42°24.02%70.20%
CMYK0.00%7.26%24.02%
29.80%

Color #B3A688 in popluar number systems.

HEXB3A688
Decimal179166136
Binary101100111010011010001000
Octal263246210

Shades and tints

Shades of #B3A688

#B3A688
(179,166,136)
#A3977C
(163,151,124)
#938870
(147,136,112)
#837964
(131,121,100)
#736A58
(115,106,88)
#635B4C
(99,91,76)
#534C40
(83,76,64)
#433D34
(67,61,52)
#332E28
(51,46,40)
#231F1C
(35,31,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #B3A688

#B3A688
(179,166,136)
#B9AE92
(185,174,146)
#BFB69C
(191,182,156)
#C5BEA6
(197,190,166)
#CBC6B0
(203,198,176)
#D1CEBA
(209,206,186)
#D7D6C4
(215,214,196)
#DDDECE
(221,222,206)
#E3E6D8
(227,230,216)
#E9EEE2
(233,238,226)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A688 color. Also use rgb(179,166,136) instead hex code.

Text Font Color

.myTextColor { color: #B3A688; }

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

This text font color is #B3A688.


Background Color

.myBgColor { background-color: #B3A688; }

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

This div background color is #B3A688.


Border color

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

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

This div border color is #B3A688.


Opacity

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

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

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

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

This text has shadow with #B3A688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A688 on black background.


Color preview on white background

This text has color #B3A688 on white background.



Black color preview on #B3A688 background

This text has black color on #B3A688 background.


White color preview on #B3A688 background

This text has white color on #B3A688 background.