COLOR #B2B993

HEX: #B2B993
RGB: (178,185,147)

Color info

#B2B993 contains red, green and blue colors in about the same proportion. Web safe color of #B2B993 is #99CC99 (or #9C9).

RGB color model

#B2B993 color RGB value is (178,185,147).

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

RGB channels and saturation

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

178
185
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 147 = 510 (100%)
R 178 of 510 ~ 34.9%
G 185 of 510 ~ 36.27%
B 147 of 510 ~ 28.82%

%34.9
%36.27
%28.82

CMYK color model

#B2B993 color CMYK value is (4,0,21,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(4,0,21,27)
C4M0Y21K27 
(4%,0%,21%,27%)
(0.04/0.00/0.21/0.27)	

CMYK percentages

%3.78
%0
%20.54
%27.45

Codes

Color #B2B993 in popluar color models

B2B993
RGB178185147
HSL71°21.35%65.10%
HSB/HSV71°20.54%72.55%
CMYK3.78%0.00%20.54%
27.45%

Color #B2B993 in popluar number systems.

HEXB2B993
Decimal178185147
Binary101100101011100110010011
Octal262271223

Shades and tints

Shades of #B2B993

#B2B993
(178,185,147)
#A2A986
(162,169,134)
#929979
(146,153,121)
#82896C
(130,137,108)
#72795F
(114,121,95)
#626952
(98,105,82)
#525945
(82,89,69)
#424938
(66,73,56)
#32392B
(50,57,43)
#22291E
(34,41,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #B2B993

#B2B993
(178,185,147)
#B9BF9C
(185,191,156)
#C0C5A5
(192,197,165)
#C7CBAE
(199,203,174)
#CED1B7
(206,209,183)
#D5D7C0
(213,215,192)
#DCDDC9
(220,221,201)
#E3E3D2
(227,227,210)
#EAE9DB
(234,233,219)
#F1EFE4
(241,239,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B993; }

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

This text font color is #B2B993.


Background Color

.myBgColor { background-color: #B2B993; }

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

This div background color is #B2B993.


Border color

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

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

This div border color is #B2B993.


Opacity

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

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

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

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

This text has shadow with #B2B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B993 on black background.


Color preview on white background

This text has color #B2B993 on white background.



Black color preview on #B2B993 background

This text has black color on #B2B993 background.


White color preview on #B2B993 background

This text has white color on #B2B993 background.