COLOR #B98DCA

HEX: #B98DCA
RGB: (185,141,202)

Color info

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

RGB color model

#B98DCA color RGB value is (185,141,202).

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

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 202 of 255 = 79%

185
141
202

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

Portions of RGB colors in percentages

R + G + B =
185 + 141 + 202 = 528 (100%)
R 185 of 528 ~ 35.04%
G 141 of 528 ~ 26.7%
B 202 of 528 ~ 38.26%

%35.04
%26.7
%38.26

CMYK color model

#B98DCA color CMYK value is (8,30,0,21).

  • cyan value is 8.42%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,30,0,21)
C8M30Y0K21 
(8%,30%,0%,21%)
(0.08/0.30/0.00/0.21)	

CMYK percentages

%8.42
%30.2
%0
%20.78

Codes

Color #B98DCA in popluar color models

B98DCA
RGB185141202
HSL283°36.53%67.25%
HSB/HSV283°30.20%79.22%
CMYK8.42%30.20%0.00%
20.78%

Color #B98DCA in popluar number systems.

HEXB98DCA
Decimal185141202
Binary101110011000110111001010
Octal271215312

Shades and tints

Shades of #B98DCA

#B98DCA
(185,141,202)
#A981B8
(169,129,184)
#9975A6
(153,117,166)
#896994
(137,105,148)
#795D82
(121,93,130)
#695170
(105,81,112)
#59455E
(89,69,94)
#49394C
(73,57,76)
#392D3A
(57,45,58)
#292128
(41,33,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B98DCA

#B98DCA
(185,141,202)
#BF97CE
(191,151,206)
#C5A1D2
(197,161,210)
#CBABD6
(203,171,214)
#D1B5DA
(209,181,218)
#D7BFDE
(215,191,222)
#DDC9E2
(221,201,226)
#E3D3E6
(227,211,230)
#E9DDEA
(233,221,234)
#EFE7EE
(239,231,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98DCA; }

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

This text font color is #B98DCA.


Background Color

.myBgColor { background-color: #B98DCA; }

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

This div background color is #B98DCA.


Border color

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

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

This div border color is #B98DCA.


Opacity

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

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

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

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

This text has shadow with #B98DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98DCA on black background.


Color preview on white background

This text has color #B98DCA on white background.



Black color preview on #B98DCA background

This text has black color on #B98DCA background.


White color preview on #B98DCA background

This text has white color on #B98DCA background.