COLOR #B2B29F

HEX: #B2B29F
RGB: (178,178,159)

Color info

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

RGB color model

#B2B29F color RGB value is (178,178,159).

  • red value is 178;
  • green value is 178;
  • blue value is 159.
RGB:
(178,178,159)
(70%,70%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 159 of 255 = 62%

178
178
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 159 = 515 (100%)
R 178 of 515 ~ 34.56%
G 178 of 515 ~ 34.56%
B 159 of 515 ~ 30.87%

%34.56
%34.56
%30.87

CMYK color model

#B2B29F color CMYK value is (0,0,11,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(0,0,11,30)
C0M0Y11K30 
(0%,0%,11%,30%)
(0.00/0.00/0.11/0.30)	

CMYK percentages

%0
%0
%10.67
%30.2

Codes

Color #B2B29F in popluar color models

B2B29F
RGB178178159
HSL60°10.98%66.08%
HSB/HSV60°10.67%69.80%
CMYK0.00%0.00%10.67%
30.20%

Color #B2B29F in popluar number systems.

HEXB2B29F
Decimal178178159
Binary101100101011001010011111
Octal262262237

Shades and tints

Shades of #B2B29F

#B2B29F
(178,178,159)
#A2A291
(162,162,145)
#929283
(146,146,131)
#828275
(130,130,117)
#727267
(114,114,103)
#626259
(98,98,89)
#52524B
(82,82,75)
#42423D
(66,66,61)
#32322F
(50,50,47)
#222221
(34,34,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2B29F

#B2B29F
(178,178,159)
#B9B9A7
(185,185,167)
#C0C0AF
(192,192,175)
#C7C7B7
(199,199,183)
#CECEBF
(206,206,191)
#D5D5C7
(213,213,199)
#DCDCCF
(220,220,207)
#E3E3D7
(227,227,215)
#EAEADF
(234,234,223)
#F1F1E7
(241,241,231)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B29F; }

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

This text font color is #B2B29F.


Background Color

.myBgColor { background-color: #B2B29F; }

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

This div background color is #B2B29F.


Border color

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

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

This div border color is #B2B29F.


Opacity

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

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

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

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

This text has shadow with #B2B29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B29F on black background.


Color preview on white background

This text has color #B2B29F on white background.



Black color preview on #B2B29F background

This text has black color on #B2B29F background.


White color preview on #B2B29F background

This text has white color on #B2B29F background.