COLOR #B2978E

HEX: #B2978E
RGB: (178,151,142)

Color info

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

RGB color model

#B2978E color RGB value is (178,151,142).

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

RGB channels and saturation

R 178 of 255 = 70%
G 151 of 255 = 59%
B 142 of 255 = 56%

178
151
142

R + G + B ~ 62%. #B2978E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 151 + 142 = 471 (100%)
R 178 of 471 ~ 37.79%
G 151 of 471 ~ 32.06%
B 142 of 471 ~ 30.15%

%37.79
%32.06
%30.15

CMYK color model

#B2978E color CMYK value is (0,15,20,30).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,15,20,30)
C0M15Y20K30 
(0%,15%,20%,30%)
(0.00/0.15/0.20/0.30)	

CMYK percentages

%0
%15.17
%20.22
%30.2

Codes

Color #B2978E in popluar color models

B2978E
RGB178151142
HSL15°18.95%62.75%
HSB/HSV15°20.22%69.80%
CMYK0.00%15.17%20.22%
30.20%

Color #B2978E in popluar number systems.

HEXB2978E
Decimal178151142
Binary101100101001011110001110
Octal262227216

Shades and tints

Shades of #B2978E

#B2978E
(178,151,142)
#A28A82
(162,138,130)
#927D76
(146,125,118)
#82706A
(130,112,106)
#72635E
(114,99,94)
#625652
(98,86,82)
#524946
(82,73,70)
#423C3A
(66,60,58)
#322F2E
(50,47,46)
#222222
(34,34,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2978E

#B2978E
(178,151,142)
#B9A098
(185,160,152)
#C0A9A2
(192,169,162)
#C7B2AC
(199,178,172)
#CEBBB6
(206,187,182)
#D5C4C0
(213,196,192)
#DCCDCA
(220,205,202)
#E3D6D4
(227,214,212)
#EADFDE
(234,223,222)
#F1E8E8
(241,232,232)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2978E; }

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

This text font color is #B2978E.


Background Color

.myBgColor { background-color: #B2978E; }

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

This div background color is #B2978E.


Border color

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

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

This div border color is #B2978E.


Opacity

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

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

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

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

This text has shadow with #B2978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2978E on black background.


Color preview on white background

This text has color #B2978E on white background.



Black color preview on #B2978E background

This text has black color on #B2978E background.


White color preview on #B2978E background

This text has white color on #B2978E background.