COLOR #B3AB69

HEX: #B3AB69
RGB: (179,171,105)

Color info

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

RGB color model

#B3AB69 color RGB value is (179,171,105).

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

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 105 of 255 = 41%

179
171
105

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

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 105 = 455 (100%)
R 179 of 455 ~ 39.34%
G 171 of 455 ~ 37.58%
B 105 of 455 ~ 23.08%

%39.34
%37.58
%23.08

CMYK color model

#B3AB69 color CMYK value is (0,4,41,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 41.34%
  • key color value is 29.80%
CMYK:
(0,4,41,30)
C0M4Y41K30 
(0%,4%,41%,30%)
(0.00/0.04/0.41/0.30)	

CMYK percentages

%0
%4.47
%41.34
%29.8

Codes

Color #B3AB69 in popluar color models

B3AB69
RGB179171105
HSL54°32.74%55.69%
HSB/HSV54°41.34%70.20%
CMYK0.00%4.47%41.34%
29.80%

Color #B3AB69 in popluar number systems.

HEXB3AB69
Decimal179171105
Binary10110011101010111101001
Octal263253151

Shades and tints

Shades of #B3AB69

#B3AB69
(179,171,105)
#A39C60
(163,156,96)
#938D57
(147,141,87)
#837E4E
(131,126,78)
#736F45
(115,111,69)
#63603C
(99,96,60)
#535133
(83,81,51)
#43422A
(67,66,42)
#333321
(51,51,33)
#232418
(35,36,24)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #B3AB69

#B3AB69
(179,171,105)
#B9B276
(185,178,118)
#BFB983
(191,185,131)
#C5C090
(197,192,144)
#CBC79D
(203,199,157)
#D1CEAA
(209,206,170)
#D7D5B7
(215,213,183)
#DDDCC4
(221,220,196)
#E3E3D1
(227,227,209)
#E9EADE
(233,234,222)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AB69; }

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

This text font color is #B3AB69.


Background Color

.myBgColor { background-color: #B3AB69; }

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

This div background color is #B3AB69.


Border color

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

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

This div border color is #B3AB69.


Opacity

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

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

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

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

This text has shadow with #B3AB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AB69 on black background.


Color preview on white background

This text has color #B3AB69 on white background.



Black color preview on #B3AB69 background

This text has black color on #B3AB69 background.


White color preview on #B3AB69 background

This text has white color on #B3AB69 background.