COLOR #B2B295

HEX: #B2B295
RGB: (178,178,149)

Color info

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

RGB color model

#B2B295 color RGB value is (178,178,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 149 of 255 = 58%

178
178
149

R + G + B ~ 66%. #B2B295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 149 = 505 (100%)
R 178 of 505 ~ 35.25%
G 178 of 505 ~ 35.25%
B 149 of 505 ~ 29.5%

%35.25
%35.25
%29.5

CMYK color model

#B2B295 color CMYK value is (0,0,16,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,0,16,30)
C0M0Y16K30 
(0%,0%,16%,30%)
(0.00/0.00/0.16/0.30)	

CMYK percentages

%0
%0
%16.29
%30.2

Codes

Color #B2B295 in popluar color models

B2B295
RGB178178149
HSL60°15.85%64.12%
HSB/HSV60°16.29%69.80%
CMYK0.00%0.00%16.29%
30.20%

Color #B2B295 in popluar number systems.

HEXB2B295
Decimal178178149
Binary101100101011001010010101
Octal262262225

Shades and tints

Shades of #B2B295

#B2B295
(178,178,149)
#A2A288
(162,162,136)
#92927B
(146,146,123)
#82826E
(130,130,110)
#727261
(114,114,97)
#626254
(98,98,84)
#525247
(82,82,71)
#42423A
(66,66,58)
#32322D
(50,50,45)
#222220
(34,34,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2B295

#B2B295
(178,178,149)
#B9B99E
(185,185,158)
#C0C0A7
(192,192,167)
#C7C7B0
(199,199,176)
#CECEB9
(206,206,185)
#D5D5C2
(213,213,194)
#DCDCCB
(220,220,203)
#E3E3D4
(227,227,212)
#EAEADD
(234,234,221)
#F1F1E6
(241,241,230)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B295; }

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

This text font color is #B2B295.


Background Color

.myBgColor { background-color: #B2B295; }

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

This div background color is #B2B295.


Border color

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

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

This div border color is #B2B295.


Opacity

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

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

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

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

This text has shadow with #B2B295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B295 on black background.


Color preview on white background

This text has color #B2B295 on white background.



Black color preview on #B2B295 background

This text has black color on #B2B295 background.


White color preview on #B2B295 background

This text has white color on #B2B295 background.