COLOR #B2978A

HEX: #B2978A
RGB: (178,151,138)

Color info

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

RGB color model

#B2978A color RGB value is (178,151,138).

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

RGB channels and saturation

R 178 of 255 = 70%
G 151 of 255 = 59%
B 138 of 255 = 54%

178
151
138

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

Portions of RGB colors in percentages

R + G + B =
178 + 151 + 138 = 467 (100%)
R 178 of 467 ~ 38.12%
G 151 of 467 ~ 32.33%
B 138 of 467 ~ 29.55%

%38.12
%32.33
%29.55

CMYK color model

#B2978A color CMYK value is (0,15,22,30).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(0,15,22,30)
C0M15Y22K30 
(0%,15%,22%,30%)
(0.00/0.15/0.22/0.30)	

CMYK percentages

%0
%15.17
%22.47
%30.2

Codes

Color #B2978A in popluar color models

B2978A
RGB178151138
HSL20°20.62%61.96%
HSB/HSV20°22.47%69.80%
CMYK0.00%15.17%22.47%
30.20%

Color #B2978A in popluar number systems.

HEXB2978A
Decimal178151138
Binary101100101001011110001010
Octal262227212

Shades and tints

Shades of #B2978A

#B2978A
(178,151,138)
#A28A7E
(162,138,126)
#927D72
(146,125,114)
#827066
(130,112,102)
#72635A
(114,99,90)
#62564E
(98,86,78)
#524942
(82,73,66)
#423C36
(66,60,54)
#322F2A
(50,47,42)
#22221E
(34,34,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #B2978A

#B2978A
(178,151,138)
#B9A094
(185,160,148)
#C0A99E
(192,169,158)
#C7B2A8
(199,178,168)
#CEBBB2
(206,187,178)
#D5C4BC
(213,196,188)
#DCCDC6
(220,205,198)
#E3D6D0
(227,214,208)
#EADFDA
(234,223,218)
#F1E8E4
(241,232,228)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2978A; }

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

This text font color is #B2978A.


Background Color

.myBgColor { background-color: #B2978A; }

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

This div background color is #B2978A.


Border color

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

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

This div border color is #B2978A.


Opacity

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

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

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

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

This text has shadow with #B2978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2978A on black background.


Color preview on white background

This text has color #B2978A on white background.



Black color preview on #B2978A background

This text has black color on #B2978A background.


White color preview on #B2978A background

This text has white color on #B2978A background.