COLOR #B2B293

HEX: #B2B293
RGB: (178,178,147)

Color info

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

RGB color model

#B2B293 color RGB value is (178,178,147).

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

RGB channels and saturation

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

178
178
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 178 + 147 = 503 (100%)
R 178 of 503 ~ 35.39%
G 178 of 503 ~ 35.39%
B 147 of 503 ~ 29.22%

%35.39
%35.39
%29.22

CMYK color model

#B2B293 color CMYK value is (0,0,17,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(0,0,17,30)
C0M0Y17K30 
(0%,0%,17%,30%)
(0.00/0.00/0.17/0.30)	

CMYK percentages

%0
%0
%17.42
%30.2

Codes

Color #B2B293 in popluar color models

B2B293
RGB178178147
HSL60°16.76%63.73%
HSB/HSV60°17.42%69.80%
CMYK0.00%0.00%17.42%
30.20%

Color #B2B293 in popluar number systems.

HEXB2B293
Decimal178178147
Binary101100101011001010010011
Octal262262223

Shades and tints

Shades of #B2B293

#B2B293
(178,178,147)
#A2A286
(162,162,134)
#929279
(146,146,121)
#82826C
(130,130,108)
#72725F
(114,114,95)
#626252
(98,98,82)
#525245
(82,82,69)
#424238
(66,66,56)
#32322B
(50,50,43)
#22221E
(34,34,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B2B293

#B2B293
(178,178,147)
#B9B99C
(185,185,156)
#C0C0A5
(192,192,165)
#C7C7AE
(199,199,174)
#CECEB7
(206,206,183)
#D5D5C0
(213,213,192)
#DCDCC9
(220,220,201)
#E3E3D2
(227,227,210)
#EAEADB
(234,234,219)
#F1F1E4
(241,241,228)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B293; }

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

This text font color is #B2B293.


Background Color

.myBgColor { background-color: #B2B293; }

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

This div background color is #B2B293.


Border color

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

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

This div border color is #B2B293.


Opacity

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

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

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

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

This text has shadow with #B2B293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B293 on black background.


Color preview on white background

This text has color #B2B293 on white background.



Black color preview on #B2B293 background

This text has black color on #B2B293 background.


White color preview on #B2B293 background

This text has white color on #B2B293 background.