COLOR #B98C9C

HEX: #B98C9C
RGB: (185,140,156)

Color info

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

RGB color model

#B98C9C color RGB value is (185,140,156).

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

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 156 of 255 = 61%

185
140
156

R + G + B ~ 63%. #B98C9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 156 = 481 (100%)
R 185 of 481 ~ 38.46%
G 140 of 481 ~ 29.11%
B 156 of 481 ~ 32.43%

%38.46
%29.11
%32.43

CMYK color model

#B98C9C color CMYK value is (0,24,16,27).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(0,24,16,27)
C0M24Y16K27 
(0%,24%,16%,27%)
(0.00/0.24/0.16/0.27)	

CMYK percentages

%0
%24.32
%15.68
%27.45

Codes

Color #B98C9C in popluar color models

B98C9C
RGB185140156
HSL339°24.32%63.73%
HSB/HSV339°24.32%72.55%
CMYK0.00%24.32%15.68%
27.45%

Color #B98C9C in popluar number systems.

HEXB98C9C
Decimal185140156
Binary101110011000110010011100
Octal271214234

Shades and tints

Shades of #B98C9C

#B98C9C
(185,140,156)
#A9808E
(169,128,142)
#997480
(153,116,128)
#896872
(137,104,114)
#795C64
(121,92,100)
#695056
(105,80,86)
#594448
(89,68,72)
#49383A
(73,56,58)
#392C2C
(57,44,44)
#29201E
(41,32,30)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B98C9C

#B98C9C
(185,140,156)
#BF96A5
(191,150,165)
#C5A0AE
(197,160,174)
#CBAAB7
(203,170,183)
#D1B4C0
(209,180,192)
#D7BEC9
(215,190,201)
#DDC8D2
(221,200,210)
#E3D2DB
(227,210,219)
#E9DCE4
(233,220,228)
#EFE6ED
(239,230,237)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98C9C; }

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

This text font color is #B98C9C.


Background Color

.myBgColor { background-color: #B98C9C; }

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

This div background color is #B98C9C.


Border color

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

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

This div border color is #B98C9C.


Opacity

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

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

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

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

This text has shadow with #B98C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98C9C on black background.


Color preview on white background

This text has color #B98C9C on white background.



Black color preview on #B98C9C background

This text has black color on #B98C9C background.


White color preview on #B98C9C background

This text has white color on #B98C9C background.