COLOR #B98CA6

HEX: #B98CA6
RGB: (185,140,166)

Color info

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

RGB color model

#B98CA6 color RGB value is (185,140,166).

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

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 166 of 255 = 65%

185
140
166

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

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 166 = 491 (100%)
R 185 of 491 ~ 37.68%
G 140 of 491 ~ 28.51%
B 166 of 491 ~ 33.81%

%37.68
%28.51
%33.81

CMYK color model

#B98CA6 color CMYK value is (0,24,10,27).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 10.27%
  • key color value is 27.45%
CMYK:
(0,24,10,27)
C0M24Y10K27 
(0%,24%,10%,27%)
(0.00/0.24/0.10/0.27)	

CMYK percentages

%0
%24.32
%10.27
%27.45

Codes

Color #B98CA6 in popluar color models

B98CA6
RGB185140166
HSL325°24.32%63.73%
HSB/HSV325°24.32%72.55%
CMYK0.00%24.32%10.27%
27.45%

Color #B98CA6 in popluar number systems.

HEXB98CA6
Decimal185140166
Binary101110011000110010100110
Octal271214246

Shades and tints

Shades of #B98CA6

#B98CA6
(185,140,166)
#A98097
(169,128,151)
#997488
(153,116,136)
#896879
(137,104,121)
#795C6A
(121,92,106)
#69505B
(105,80,91)
#59444C
(89,68,76)
#49383D
(73,56,61)
#392C2E
(57,44,46)
#29201F
(41,32,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B98CA6

#B98CA6
(185,140,166)
#BF96AE
(191,150,174)
#C5A0B6
(197,160,182)
#CBAABE
(203,170,190)
#D1B4C6
(209,180,198)
#D7BECE
(215,190,206)
#DDC8D6
(221,200,214)
#E3D2DE
(227,210,222)
#E9DCE6
(233,220,230)
#EFE6EE
(239,230,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98CA6; }

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

This text font color is #B98CA6.


Background Color

.myBgColor { background-color: #B98CA6; }

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

This div background color is #B98CA6.


Border color

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

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

This div border color is #B98CA6.


Opacity

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

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

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

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

This text has shadow with #B98CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98CA6 on black background.


Color preview on white background

This text has color #B98CA6 on white background.



Black color preview on #B98CA6 background

This text has black color on #B98CA6 background.


White color preview on #B98CA6 background

This text has white color on #B98CA6 background.