COLOR #B98F9F

HEX: #B98F9F
RGB: (185,143,159)

Color info

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

RGB color model

#B98F9F color RGB value is (185,143,159).

  • red value is 185;
  • green value is 143;
  • blue value is 159.
RGB:
(185,143,159)
(73%,56%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 143 of 255 = 56%
B 159 of 255 = 62%

185
143
159

R + G + B ~ 64%. #B98F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 143 + 159 = 487 (100%)
R 185 of 487 ~ 37.99%
G 143 of 487 ~ 29.36%
B 159 of 487 ~ 32.65%

%37.99
%29.36
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 14.05%
  • key color value is 27.45%
CMYK:
(0,23,14,27)
C0M23Y14K27 
(0%,23%,14%,27%)
(0.00/0.23/0.14/0.27)	

CMYK percentages

%0
%22.7
%14.05
%27.45

Codes

Color #B98F9F in popluar color models

B98F9F
RGB185143159
HSL337°23.08%64.31%
HSB/HSV337°22.70%72.55%
CMYK0.00%22.70%14.05%
27.45%

Color #B98F9F in popluar number systems.

HEXB98F9F
Decimal185143159
Binary101110011000111110011111
Octal271217237

Shades and tints

Shades of #B98F9F

#B98F9F
(185,143,159)
#A98291
(169,130,145)
#997583
(153,117,131)
#896875
(137,104,117)
#795B67
(121,91,103)
#694E59
(105,78,89)
#59414B
(89,65,75)
#49343D
(73,52,61)
#39272F
(57,39,47)
#291A21
(41,26,33)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #B98F9F

#B98F9F
(185,143,159)
#BF99A7
(191,153,167)
#C5A3AF
(197,163,175)
#CBADB7
(203,173,183)
#D1B7BF
(209,183,191)
#D7C1C7
(215,193,199)
#DDCBCF
(221,203,207)
#E3D5D7
(227,213,215)
#E9DFDF
(233,223,223)
#EFE9E7
(239,233,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98F9F color. Also use rgb(185,143,159) instead hex code.

Text Font Color

.myTextColor { color: #B98F9F; }

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

This text font color is #B98F9F.


Background Color

.myBgColor { background-color: #B98F9F; }

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

This div background color is #B98F9F.


Border color

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

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

This div border color is #B98F9F.


Opacity

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

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

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

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

This text has shadow with #B98F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98F9F on black background.


Color preview on white background

This text has color #B98F9F on white background.



Black color preview on #B98F9F background

This text has black color on #B98F9F background.


White color preview on #B98F9F background

This text has white color on #B98F9F background.