COLOR #B98BDC

HEX: #B98BDC
RGB: (185,139,220)

Color info

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

RGB color model

#B98BDC color RGB value is (185,139,220).

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

RGB channels and saturation

R 185 of 255 = 73%
G 139 of 255 = 55%
B 220 of 255 = 86%

185
139
220

R + G + B ~ 71%. #B98BDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 139 + 220 = 544 (100%)
R 185 of 544 ~ 34.01%
G 139 of 544 ~ 25.55%
B 220 of 544 ~ 40.44%

%34.01
%25.55
%40.44

CMYK color model

#B98BDC color CMYK value is (16,37,0,14).

  • cyan value is 15.91%
  • magenta value is 36.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,37,0,14)
C16M37Y0K14 
(16%,37%,0%,14%)
(0.16/0.37/0.00/0.14)	

CMYK percentages

%15.91
%36.82
%0
%13.73

Codes

Color #B98BDC in popluar color models

B98BDC
RGB185139220
HSL274°53.64%70.39%
HSB/HSV274°36.82%86.27%
CMYK15.91%36.82%0.00%
13.73%

Color #B98BDC in popluar number systems.

HEXB98BDC
Decimal185139220
Binary101110011000101111011100
Octal271213334

Shades and tints

Shades of #B98BDC

#B98BDC
(185,139,220)
#A97FC8
(169,127,200)
#9973B4
(153,115,180)
#8967A0
(137,103,160)
#795B8C
(121,91,140)
#694F78
(105,79,120)
#594364
(89,67,100)
#493750
(73,55,80)
#392B3C
(57,43,60)
#291F28
(41,31,40)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B98BDC

#B98BDC
(185,139,220)
#BF95DF
(191,149,223)
#C59FE2
(197,159,226)
#CBA9E5
(203,169,229)
#D1B3E8
(209,179,232)
#D7BDEB
(215,189,235)
#DDC7EE
(221,199,238)
#E3D1F1
(227,209,241)
#E9DBF4
(233,219,244)
#EFE5F7
(239,229,247)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98BDC; }

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

This text font color is #B98BDC.


Background Color

.myBgColor { background-color: #B98BDC; }

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

This div background color is #B98BDC.


Border color

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

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

This div border color is #B98BDC.


Opacity

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

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

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

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

This text has shadow with #B98BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98BDC on black background.


Color preview on white background

This text has color #B98BDC on white background.



Black color preview on #B98BDC background

This text has black color on #B98BDC background.


White color preview on #B98BDC background

This text has white color on #B98BDC background.