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).

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

B9 8C 97
RGB 185 140 151
HSL 345° 24.32% 63.73%
HSB/HSV 345° 24.32% 72.55%
CMYK 0.00% 24.32% 18.38%
27.45%

Color #B98C97 in popluar number systems.

HEX B9 8C 97
Decimal 185 140 151
Binary 10111001 10001100 10010111
Octal 271 214 227

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.


Related colors

Complementary color

Complementary color for #hex is #467368.


I love getcolorcode.com

Triadic colors

1 #97B98C and #8C97B9 with #B98C97 are triadic colors.

2 #978CB9 and #8CB997 with #B98C97 are triadic colors.