COLOR #B3AB6C

HEX: #B3AB6C
RGB: (179,171,108)

Color info

#B3AB6C contains mainly red and green colors. Web safe color of #B3AB6C is #999966 (or #996).

RGB color model

#B3AB6C color RGB value is (179,171,108).

  • red value is 179;
  • green value is 171;
  • blue value is 108.
RGB:
(179,171,108)
(70%,67%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 108 of 255 = 42%

179
171
108

R + G + B ~ 60%. #B3AB6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 108 = 458 (100%)
R 179 of 458 ~ 39.08%
G 171 of 458 ~ 37.34%
B 108 of 458 ~ 23.58%

%39.08
%37.34
%23.58

CMYK color model

#B3AB6C color CMYK value is (0,4,40,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 39.66%
  • key color value is 29.80%
CMYK:
(0,4,40,30)
C0M4Y40K30 
(0%,4%,40%,30%)
(0.00/0.04/0.40/0.30)	

CMYK percentages

%0
%4.47
%39.66
%29.8

Codes

Color #B3AB6C in popluar color models

B3AB6C
RGB179171108
HSL53°31.84%56.27%
HSB/HSV53°39.66%70.20%
CMYK0.00%4.47%39.66%
29.80%

Color #B3AB6C in popluar number systems.

HEXB3AB6C
Decimal179171108
Binary10110011101010111101100
Octal263253154

Shades and tints

Shades of #B3AB6C

#B3AB6C
(179,171,108)
#A39C63
(163,156,99)
#938D5A
(147,141,90)
#837E51
(131,126,81)
#736F48
(115,111,72)
#63603F
(99,96,63)
#535136
(83,81,54)
#43422D
(67,66,45)
#333324
(51,51,36)
#23241B
(35,36,27)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3AB6C

#B3AB6C
(179,171,108)
#B9B279
(185,178,121)
#BFB986
(191,185,134)
#C5C093
(197,192,147)
#CBC7A0
(203,199,160)
#D1CEAD
(209,206,173)
#D7D5BA
(215,213,186)
#DDDCC7
(221,220,199)
#E3E3D4
(227,227,212)
#E9EAE1
(233,234,225)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AB6C color. Also use rgb(179,171,108) instead hex code.

Text Font Color

.myTextColor { color: #B3AB6C; }

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

This text font color is #B3AB6C.


Background Color

.myBgColor { background-color: #B3AB6C; }

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

This div background color is #B3AB6C.


Border color

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

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

This div border color is #B3AB6C.


Opacity

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

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

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

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

This text has shadow with #B3AB6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AB6C on black background.


Color preview on white background

This text has color #B3AB6C on white background.



Black color preview on #B3AB6C background

This text has black color on #B3AB6C background.


White color preview on #B3AB6C background

This text has white color on #B3AB6C background.