COLOR #B8978A

HEX: #B8978A
RGB: (184,151,138)

Color info

#B8978A contains red, green and blue colors in about the same proportion. Web safe color of #B8978A is #CC9999 (or #C99).

RGB color model

#B8978A color RGB value is (184,151,138).

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

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 138 of 255 = 54%

184
151
138

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 138 = 473 (100%)
R 184 of 473 ~ 38.9%
G 151 of 473 ~ 31.92%
B 138 of 473 ~ 29.18%

%38.9
%31.92
%29.18

CMYK color model

#B8978A color CMYK value is (0,18,25,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(0,18,25,28)
C0M18Y25K28 
(0%,18%,25%,28%)
(0.00/0.18/0.25/0.28)	

CMYK percentages

%0
%17.93
%25
%27.84

Codes

Color #B8978A in popluar color models

B8978A
RGB184151138
HSL17°24.47%63.14%
HSB/HSV17°25.00%72.16%
CMYK0.00%17.93%25.00%
27.84%

Color #B8978A in popluar number systems.

HEXB8978A
Decimal184151138
Binary101110001001011110001010
Octal270227212

Shades and tints

Shades of #B8978A

#B8978A
(184,151,138)
#A88A7E
(168,138,126)
#987D72
(152,125,114)
#887066
(136,112,102)
#78635A
(120,99,90)
#68564E
(104,86,78)
#584942
(88,73,66)
#483C36
(72,60,54)
#382F2A
(56,47,42)
#28221E
(40,34,30)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B8978A

#B8978A
(184,151,138)
#BEA094
(190,160,148)
#C4A99E
(196,169,158)
#CAB2A8
(202,178,168)
#D0BBB2
(208,187,178)
#D6C4BC
(214,196,188)
#DCCDC6
(220,205,198)
#E2D6D0
(226,214,208)
#E8DFDA
(232,223,218)
#EEE8E4
(238,232,228)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8978A; }

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

This text font color is #B8978A.


Background Color

.myBgColor { background-color: #B8978A; }

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

This div background color is #B8978A.


Border color

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

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

This div border color is #B8978A.


Opacity

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

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

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

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

This text has shadow with #B8978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8978A on black background.


Color preview on white background

This text has color #B8978A on white background.



Black color preview on #B8978A background

This text has black color on #B8978A background.


White color preview on #B8978A background

This text has white color on #B8978A background.