COLOR #B2978D

HEX: #B2978D
RGB: (178,151,141)

Color info

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

RGB color model

#B2978D color RGB value is (178,151,141).

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

RGB channels and saturation

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

178
151
141

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

Portions of RGB colors in percentages

R + G + B =
178 + 151 + 141 = 470 (100%)
R 178 of 470 ~ 37.87%
G 151 of 470 ~ 32.13%
B 141 of 470 ~ 30%

%37.87
%32.13
%30

CMYK color model

#B2978D color CMYK value is (0,15,21,30).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 20.79%
  • key color value is 30.20%
CMYK:
(0,15,21,30)
C0M15Y21K30 
(0%,15%,21%,30%)
(0.00/0.15/0.21/0.30)	

CMYK percentages

%0
%15.17
%20.79
%30.2

Codes

Color #B2978D in popluar color models

B2978D
RGB178151141
HSL16°19.37%62.55%
HSB/HSV16°20.79%69.80%
CMYK0.00%15.17%20.79%
30.20%

Color #B2978D in popluar number systems.

HEXB2978D
Decimal178151141
Binary101100101001011110001101
Octal262227215

Shades and tints

Shades of #B2978D

#B2978D
(178,151,141)
#A28A81
(162,138,129)
#927D75
(146,125,117)
#827069
(130,112,105)
#72635D
(114,99,93)
#625651
(98,86,81)
#524945
(82,73,69)
#423C39
(66,60,57)
#322F2D
(50,47,45)
#222221
(34,34,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #B2978D

#B2978D
(178,151,141)
#B9A097
(185,160,151)
#C0A9A1
(192,169,161)
#C7B2AB
(199,178,171)
#CEBBB5
(206,187,181)
#D5C4BF
(213,196,191)
#DCCDC9
(220,205,201)
#E3D6D3
(227,214,211)
#EADFDD
(234,223,221)
#F1E8E7
(241,232,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2978D; }

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

This text font color is #B2978D.


Background Color

.myBgColor { background-color: #B2978D; }

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

This div background color is #B2978D.


Border color

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

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

This div border color is #B2978D.


Opacity

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

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

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

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

This text has shadow with #B2978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2978D on black background.


Color preview on white background

This text has color #B2978D on white background.



Black color preview on #B2978D background

This text has black color on #B2978D background.


White color preview on #B2978D background

This text has white color on #B2978D background.