COLOR #B2B19C

HEX: #B2B19C
RGB: (178,177,156)

Color info

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

RGB color model

#B2B19C color RGB value is (178,177,156).

  • red value is 178;
  • green value is 177;
  • blue value is 156.
RGB:
(178,177,156)
(70%,69%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 156 of 255 = 61%

178
177
156

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

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 156 = 511 (100%)
R 178 of 511 ~ 34.83%
G 177 of 511 ~ 34.64%
B 156 of 511 ~ 30.53%

%34.83
%34.64
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,1,12,30)
C0M1Y12K30 
(0%,1%,12%,30%)
(0.00/0.01/0.12/0.30)	

CMYK percentages

%0
%0.56
%12.36
%30.2

Codes

Color #B2B19C in popluar color models

B2B19C
RGB178177156
HSL57°12.50%65.49%
HSB/HSV57°12.36%69.80%
CMYK0.00%0.56%12.36%
30.20%

Color #B2B19C in popluar number systems.

HEXB2B19C
Decimal178177156
Binary101100101011000110011100
Octal262261234

Shades and tints

Shades of #B2B19C

#B2B19C
(178,177,156)
#A2A18E
(162,161,142)
#929180
(146,145,128)
#828172
(130,129,114)
#727164
(114,113,100)
#626156
(98,97,86)
#525148
(82,81,72)
#42413A
(66,65,58)
#32312C
(50,49,44)
#22211E
(34,33,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #B2B19C

#B2B19C
(178,177,156)
#B9B8A5
(185,184,165)
#C0BFAE
(192,191,174)
#C7C6B7
(199,198,183)
#CECDC0
(206,205,192)
#D5D4C9
(213,212,201)
#DCDBD2
(220,219,210)
#E3E2DB
(227,226,219)
#EAE9E4
(234,233,228)
#F1F0ED
(241,240,237)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B19C; }

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

This text font color is #B2B19C.


Background Color

.myBgColor { background-color: #B2B19C; }

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

This div background color is #B2B19C.


Border color

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

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

This div border color is #B2B19C.


Opacity

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

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

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

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

This text has shadow with #B2B19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B19C on black background.


Color preview on white background

This text has color #B2B19C on white background.



Black color preview on #B2B19C background

This text has black color on #B2B19C background.


White color preview on #B2B19C background

This text has white color on #B2B19C background.