COLOR #B98C97

HEX: #B98C97
RGB: (185,140,151)

Color info

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

RGB color model

#B98C97 color RGB value is (185,140,151).

  • red value is 185;
  • green value is 140;
  • blue value is 151.
RGB:
(185,140,151)
(73%,55%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 151 of 255 = 59%

185
140
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 151 = 476 (100%)
R 185 of 476 ~ 38.87%
G 140 of 476 ~ 29.41%
B 151 of 476 ~ 31.72%

%38.87
%29.41
%31.72

CMYK color model

#B98C97 color CMYK value is (0,24,18,27).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(0,24,18,27)
C0M24Y18K27 
(0%,24%,18%,27%)
(0.00/0.24/0.18/0.27)	

CMYK percentages

%0
%24.32
%18.38
%27.45

Codes

Color #B98C97 in popluar color models

B98C97
RGB185140151
HSL345°24.32%63.73%
HSB/HSV345°24.32%72.55%
CMYK0.00%24.32%18.38%
27.45%

Color #B98C97 in popluar number systems.

HEXB98C97
Decimal185140151
Binary101110011000110010010111
Octal271214227

Shades and tints

Shades of #B98C97

#B98C97
(185,140,151)
#A9808A
(169,128,138)
#99747D
(153,116,125)
#896870
(137,104,112)
#795C63
(121,92,99)
#695056
(105,80,86)
#594449
(89,68,73)
#49383C
(73,56,60)
#392C2F
(57,44,47)
#292022
(41,32,34)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B98C97

#B98C97
(185,140,151)
#BF96A0
(191,150,160)
#C5A0A9
(197,160,169)
#CBAAB2
(203,170,178)
#D1B4BB
(209,180,187)
#D7BEC4
(215,190,196)
#DDC8CD
(221,200,205)
#E3D2D6
(227,210,214)
#E9DCDF
(233,220,223)
#EFE6E8
(239,230,232)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98C97 color. Also use rgb(185,140,151) instead hex code.

Text Font Color

.myTextColor { color: #B98C97; }

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

This text font color is #B98C97.


Background Color

.myBgColor { background-color: #B98C97; }

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

This div background color is #B98C97.


Border color

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

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

This div border color is #B98C97.


Opacity

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

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

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

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

This text has shadow with #B98C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98C97 on black background.


Color preview on white background

This text has color #B98C97 on white background.



Black color preview on #B98C97 background

This text has black color on #B98C97 background.


White color preview on #B98C97 background

This text has white color on #B98C97 background.