COLOR #B98E87

HEX: #B98E87
RGB: (185,142,135)

Color info

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

RGB color model

#B98E87 color RGB value is (185,142,135).

  • red value is 185;
  • green value is 142;
  • blue value is 135.
RGB:
(185,142,135)
(73%,56%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 135 of 255 = 53%

185
142
135

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 135 = 462 (100%)
R 185 of 462 ~ 40.04%
G 142 of 462 ~ 30.74%
B 135 of 462 ~ 29.22%

%40.04
%30.74
%29.22

CMYK color model

#B98E87 color CMYK value is (0,23,27,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(0,23,27,27)
C0M23Y27K27 
(0%,23%,27%,27%)
(0.00/0.23/0.27/0.27)	

CMYK percentages

%0
%23.24
%27.03
%27.45

Codes

Color #B98E87 in popluar color models

B98E87
RGB185142135
HSL26.32%62.75%
HSB/HSV27.03%72.55%
CMYK0.00%23.24%27.03%
27.45%

Color #B98E87 in popluar number systems.

HEXB98E87
Decimal185142135
Binary101110011000111010000111
Octal271216207

Shades and tints

Shades of #B98E87

#B98E87
(185,142,135)
#A9827B
(169,130,123)
#99766F
(153,118,111)
#896A63
(137,106,99)
#795E57
(121,94,87)
#69524B
(105,82,75)
#59463F
(89,70,63)
#493A33
(73,58,51)
#392E27
(57,46,39)
#29221B
(41,34,27)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #B98E87

#B98E87
(185,142,135)
#BF9891
(191,152,145)
#C5A29B
(197,162,155)
#CBACA5
(203,172,165)
#D1B6AF
(209,182,175)
#D7C0B9
(215,192,185)
#DDCAC3
(221,202,195)
#E3D4CD
(227,212,205)
#E9DED7
(233,222,215)
#EFE8E1
(239,232,225)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98E87 color. Also use rgb(185,142,135) instead hex code.

Text Font Color

.myTextColor { color: #B98E87; }

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

This text font color is #B98E87.


Background Color

.myBgColor { background-color: #B98E87; }

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

This div background color is #B98E87.


Border color

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

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

This div border color is #B98E87.


Opacity

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

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

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

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

This text has shadow with #B98E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98E87 on black background.


Color preview on white background

This text has color #B98E87 on white background.



Black color preview on #B98E87 background

This text has black color on #B98E87 background.


White color preview on #B98E87 background

This text has white color on #B98E87 background.