COLOR #B98DCB

HEX: #B98DCB
RGB: (185,141,203)

Color info

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

RGB color model

#B98DCB color RGB value is (185,141,203).

  • red value is 185;
  • green value is 141;
  • blue value is 203.
RGB:
(185,141,203)
(73%,55%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 203 of 255 = 80%

185
141
203

R + G + B ~ 69%. #B98DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 141 + 203 = 529 (100%)
R 185 of 529 ~ 34.97%
G 141 of 529 ~ 26.65%
B 203 of 529 ~ 38.37%

%34.97
%26.65
%38.37

CMYK color model

#B98DCB color CMYK value is (9,31,0,20).

  • cyan value is 8.87%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,31,0,20)
C9M31Y0K20 
(9%,31%,0%,20%)
(0.09/0.31/0.00/0.20)	

CMYK percentages

%8.87
%30.54
%0
%20.39

Codes

Color #B98DCB in popluar color models

B98DCB
RGB185141203
HSL283°37.35%67.45%
HSB/HSV283°30.54%79.61%
CMYK8.87%30.54%0.00%
20.39%

Color #B98DCB in popluar number systems.

HEXB98DCB
Decimal185141203
Binary101110011000110111001011
Octal271215313

Shades and tints

Shades of #B98DCB

#B98DCB
(185,141,203)
#A981B9
(169,129,185)
#9975A7
(153,117,167)
#896995
(137,105,149)
#795D83
(121,93,131)
#695171
(105,81,113)
#59455F
(89,69,95)
#49394D
(73,57,77)
#392D3B
(57,45,59)
#292129
(41,33,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B98DCB

#B98DCB
(185,141,203)
#BF97CF
(191,151,207)
#C5A1D3
(197,161,211)
#CBABD7
(203,171,215)
#D1B5DB
(209,181,219)
#D7BFDF
(215,191,223)
#DDC9E3
(221,201,227)
#E3D3E7
(227,211,231)
#E9DDEB
(233,221,235)
#EFE7EF
(239,231,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98DCB color. Also use rgb(185,141,203) instead hex code.

Text Font Color

.myTextColor { color: #B98DCB; }

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

This text font color is #B98DCB.


Background Color

.myBgColor { background-color: #B98DCB; }

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

This div background color is #B98DCB.


Border color

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

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

This div border color is #B98DCB.


Opacity

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

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

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

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

This text has shadow with #B98DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98DCB on black background.


Color preview on white background

This text has color #B98DCB on white background.



Black color preview on #B98DCB background

This text has black color on #B98DCB background.


White color preview on #B98DCB background

This text has white color on #B98DCB background.