COLOR #B0978A

HEX: #B0978A
RGB: (176,151,138)

Color info

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

RGB color model

#B0978A color RGB value is (176,151,138).

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

RGB channels and saturation

R 176 of 255 = 69%
G 151 of 255 = 59%
B 138 of 255 = 54%

176
151
138

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

Portions of RGB colors in percentages

R + G + B =
176 + 151 + 138 = 465 (100%)
R 176 of 465 ~ 37.85%
G 151 of 465 ~ 32.47%
B 138 of 465 ~ 29.68%

%37.85
%32.47
%29.68

CMYK color model

#B0978A color CMYK value is (0,14,22,31).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(0,14,22,31)
C0M14Y22K31 
(0%,14%,22%,31%)
(0.00/0.14/0.22/0.31)	

CMYK percentages

%0
%14.2
%21.59
%30.98

Codes

Color #B0978A in popluar color models

B0978A
RGB176151138
HSL21°19.39%61.57%
HSB/HSV21°21.59%69.02%
CMYK0.00%14.20%21.59%
30.98%

Color #B0978A in popluar number systems.

HEXB0978A
Decimal176151138
Binary101100001001011110001010
Octal260227212

Shades and tints

Shades of #B0978A

#B0978A
(176,151,138)
#A08A7E
(160,138,126)
#907D72
(144,125,114)
#807066
(128,112,102)
#70635A
(112,99,90)
#60564E
(96,86,78)
#504942
(80,73,66)
#403C36
(64,60,54)
#302F2A
(48,47,42)
#20221E
(32,34,30)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B0978A

#B0978A
(176,151,138)
#B7A094
(183,160,148)
#BEA99E
(190,169,158)
#C5B2A8
(197,178,168)
#CCBBB2
(204,187,178)
#D3C4BC
(211,196,188)
#DACDC6
(218,205,198)
#E1D6D0
(225,214,208)
#E8DFDA
(232,223,218)
#EFE8E4
(239,232,228)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0978A; }

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

This text font color is #B0978A.


Background Color

.myBgColor { background-color: #B0978A; }

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

This div background color is #B0978A.


Border color

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

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

This div border color is #B0978A.


Opacity

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

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

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

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

This text has shadow with #B0978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0978A on black background.


Color preview on white background

This text has color #B0978A on white background.



Black color preview on #B0978A background

This text has black color on #B0978A background.


White color preview on #B0978A background

This text has white color on #B0978A background.