COLOR #B2968D

HEX: #B2968D
RGB: (178,150,141)

Color info

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

RGB color model

#B2968D color RGB value is (178,150,141).

  • red value is 178;
  • green value is 150;
  • blue value is 141.
RGB:
(178,150,141)
(70%,59%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 141 of 255 = 55%

178
150
141

R + G + B ~ 61%. #B2968D is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 141 = 469 (100%)
R 178 of 469 ~ 37.95%
G 150 of 469 ~ 31.98%
B 141 of 469 ~ 30.06%

%37.95
%31.98
%30.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 20.79%
  • key color value is 30.20%
CMYK:
(0,16,21,30)
C0M16Y21K30 
(0%,16%,21%,30%)
(0.00/0.16/0.21/0.30)	

CMYK percentages

%0
%15.73
%20.79
%30.2

Codes

Color #B2968D in popluar color models

B2968D
RGB178150141
HSL15°19.37%62.55%
HSB/HSV15°20.79%69.80%
CMYK0.00%15.73%20.79%
30.20%

Color #B2968D in popluar number systems.

HEXB2968D
Decimal178150141
Binary101100101001011010001101
Octal262226215

Shades and tints

Shades of #B2968D

#B2968D
(178,150,141)
#A28981
(162,137,129)
#927C75
(146,124,117)
#826F69
(130,111,105)
#72625D
(114,98,93)
#625551
(98,85,81)
#524845
(82,72,69)
#423B39
(66,59,57)
#322E2D
(50,46,45)
#222121
(34,33,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B2968D

#B2968D
(178,150,141)
#B99F97
(185,159,151)
#C0A8A1
(192,168,161)
#C7B1AB
(199,177,171)
#CEBAB5
(206,186,181)
#D5C3BF
(213,195,191)
#DCCCC9
(220,204,201)
#E3D5D3
(227,213,211)
#EADEDD
(234,222,221)
#F1E7E7
(241,231,231)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2968D; }

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

This text font color is #B2968D.


Background Color

.myBgColor { background-color: #B2968D; }

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

This div background color is #B2968D.


Border color

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

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

This div border color is #B2968D.


Opacity

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

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

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

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

This text has shadow with #B2968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2968D on black background.


Color preview on white background

This text has color #B2968D on white background.



Black color preview on #B2968D background

This text has black color on #B2968D background.


White color preview on #B2968D background

This text has white color on #B2968D background.