COLOR #B3B29D

HEX: #B3B29D RGB: (179,178,157)

Color info

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

RGB color model

#B3B29D color RGB value is (179,178,157).

RGB: (179,178,157) (70%, 70%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 178 of 255 = 70%
B 157 of 255 = 62%

179
178
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 178 + 157 = 514 (100%)
R 179 of 514 ~ 34.82%
G 178 of 514 ~ 34.63%
B 157 of 514 ~ 30.54'%

%34.82
%34.63
%30.54

CMYK color model

#B3B29D color CMYK value is (0,1,12,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 12.29%
  • key color value is 29.80%

CMYK: (0,1,12,30)
C0M1Y12K30 (0%, 1%, 12%, 30%)
(0.00 / 0.01 / 0.12 / 0.30)

CMYK percentages

%0
%0.56
%12.29
%29.8

Codes

Color #B3B29D in popluar color models

B3 B2 9D
RGB 179 178 157
HSL 57° 12.64% 65.88%
HSB/HSV 57° 12.29% 70.20%
CMYK 0.00% 0.56% 12.29%
29.80%

Color #B3B29D in popluar number systems.

HEX B3 B2 9D
Decimal 179 178 157
Binary 10110011 10110010 10011101
Octal 263 262 235

Shades and tints

Shades of #B3B29D

#B3B29D
(179,178,157)
#A3A28F
(163,162,143)
#939281
(147,146,129)
#838273
(131,130,115)
#737265
(115,114,101)
#636257
(99,98,87)
#535249
(83,82,73)
#43423B
(67,66,59)
#33322D
(51,50,45)
#23221F
(35,34,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3B29D

#B3B29D
(179,178,157)
#B9B9A5
(185,185,165)
#BFC0AD
(191,192,173)
#C5C7B5
(197,199,181)
#CBCEBD
(203,206,189)
#D1D5C5
(209,213,197)
#D7DCCD
(215,220,205)
#DDE3D5
(221,227,213)
#E3EADD
(227,234,221)
#E9F1E5
(233,241,229)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B29D; }

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

This text font color is #B3B29D.

Background Color

.myBgColor { background-color: #B3B29D; }

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

This div background color is #B3B29D.

Border color

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

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

This div border color is #B3B29D.

Opacity

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

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

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

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

This text has shadow with #B3B29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B29D.

Preview

Color preview on black background

This text has color #B3B29D on black background.


Color preview on white background

This text has color #B3B29D on white background.


Black color preview on #B3B29D background

This text has black color on #B3B29D background.


White color preview on #B3B29D background

This text has white color on #B3B29D background.


Related colors

Complementary color

Complementary color for #hex is #4C4D62.


I love getcolorcode.com

Triadic colors

1 #9DB3B2 and #B29DB3 with #B3B29D are triadic colors.

2 #9DB2B3 and #B2B39D with #B3B29D are triadic colors.