COLOR #B98BA4

HEX: #B98BA4
RGB: (185,139,164)

Color info

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

RGB color model

#B98BA4 color RGB value is (185,139,164).

  • red value is 185;
  • green value is 139;
  • blue value is 164.
RGB:
(185,139,164)
(73%,55%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 139 of 255 = 55%
B 164 of 255 = 64%

185
139
164

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

Portions of RGB colors in percentages

R + G + B =
185 + 139 + 164 = 488 (100%)
R 185 of 488 ~ 37.91%
G 139 of 488 ~ 28.48%
B 164 of 488 ~ 33.61%

%37.91
%28.48
%33.61

CMYK color model

#B98BA4 color CMYK value is (0,25,11,27).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 11.35%
  • key color value is 27.45%
CMYK:
(0,25,11,27)
C0M25Y11K27 
(0%,25%,11%,27%)
(0.00/0.25/0.11/0.27)	

CMYK percentages

%0
%24.86
%11.35
%27.45

Codes

Color #B98BA4 in popluar color models

B98BA4
RGB185139164
HSL327°24.73%63.53%
HSB/HSV327°24.86%72.55%
CMYK0.00%24.86%11.35%
27.45%

Color #B98BA4 in popluar number systems.

HEXB98BA4
Decimal185139164
Binary101110011000101110100100
Octal271213244

Shades and tints

Shades of #B98BA4

#B98BA4
(185,139,164)
#A97F96
(169,127,150)
#997388
(153,115,136)
#89677A
(137,103,122)
#795B6C
(121,91,108)
#694F5E
(105,79,94)
#594350
(89,67,80)
#493742
(73,55,66)
#392B34
(57,43,52)
#291F26
(41,31,38)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B98BA4

#B98BA4
(185,139,164)
#BF95AC
(191,149,172)
#C59FB4
(197,159,180)
#CBA9BC
(203,169,188)
#D1B3C4
(209,179,196)
#D7BDCC
(215,189,204)
#DDC7D4
(221,199,212)
#E3D1DC
(227,209,220)
#E9DBE4
(233,219,228)
#EFE5EC
(239,229,236)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98BA4 color. Also use rgb(185,139,164) instead hex code.

Text Font Color

.myTextColor { color: #B98BA4; }

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

This text font color is #B98BA4.


Background Color

.myBgColor { background-color: #B98BA4; }

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

This div background color is #B98BA4.


Border color

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

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

This div border color is #B98BA4.


Opacity

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

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

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

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

This text has shadow with #B98BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98BA4 on black background.


Color preview on white background

This text has color #B98BA4 on white background.



Black color preview on #B98BA4 background

This text has black color on #B98BA4 background.


White color preview on #B98BA4 background

This text has white color on #B98BA4 background.