COLOR #B98CD2

HEX: #B98CD2
RGB: (185,140,210)

Color info

#B98CD2 contains mainly red and blue colors. Web safe color of #B98CD2 is #CC99CC (or #C9C).

RGB color model

#B98CD2 color RGB value is (185,140,210).

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

RGB channels and saturation

R 185 of 255 = 73%
G 140 of 255 = 55%
B 210 of 255 = 82%

185
140
210

R + G + B ~ 70%. #B98CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 140 + 210 = 535 (100%)
R 185 of 535 ~ 34.58%
G 140 of 535 ~ 26.17%
B 210 of 535 ~ 39.25%

%34.58
%26.17
%39.25

CMYK color model

#B98CD2 color CMYK value is (12,33,0,18).

  • cyan value is 11.90%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,33,0,18)
C12M33Y0K18 
(12%,33%,0%,18%)
(0.12/0.33/0.00/0.18)	

CMYK percentages

%11.9
%33.33
%0
%17.65

Codes

Color #B98CD2 in popluar color models

B98CD2
RGB185140210
HSL279°43.75%68.63%
HSB/HSV279°33.33%82.35%
CMYK11.90%33.33%0.00%
17.65%

Color #B98CD2 in popluar number systems.

HEXB98CD2
Decimal185140210
Binary101110011000110011010010
Octal271214322

Shades and tints

Shades of #B98CD2

#B98CD2
(185,140,210)
#A980BF
(169,128,191)
#9974AC
(153,116,172)
#896899
(137,104,153)
#795C86
(121,92,134)
#695073
(105,80,115)
#594460
(89,68,96)
#49384D
(73,56,77)
#392C3A
(57,44,58)
#292027
(41,32,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B98CD2

#B98CD2
(185,140,210)
#BF96D6
(191,150,214)
#C5A0DA
(197,160,218)
#CBAADE
(203,170,222)
#D1B4E2
(209,180,226)
#D7BEE6
(215,190,230)
#DDC8EA
(221,200,234)
#E3D2EE
(227,210,238)
#E9DCF2
(233,220,242)
#EFE6F6
(239,230,246)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98CD2; }

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

This text font color is #B98CD2.


Background Color

.myBgColor { background-color: #B98CD2; }

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

This div background color is #B98CD2.


Border color

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

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

This div border color is #B98CD2.


Opacity

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

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

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

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

This text has shadow with #B98CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98CD2 on black background.


Color preview on white background

This text has color #B98CD2 on white background.



Black color preview on #B98CD2 background

This text has black color on #B98CD2 background.


White color preview on #B98CD2 background

This text has white color on #B98CD2 background.