COLOR #B98DC2

HEX: #B98DC2
RGB: (185,141,194)

Color info

#B98DC2 contains red, green and blue colors in about the same proportion. Web safe color of #B98DC2 is #CC99CC (or #C9C).

RGB color model

#B98DC2 color RGB value is (185,141,194).

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

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 194 of 255 = 76%

185
141
194

R + G + B ~ 68%. #B98DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 141 + 194 = 520 (100%)
R 185 of 520 ~ 35.58%
G 141 of 520 ~ 27.12%
B 194 of 520 ~ 37.31%

%35.58
%27.12
%37.31

CMYK color model

#B98DC2 color CMYK value is (5,27,0,24).

  • cyan value is 4.64%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(5,27,0,24)
C5M27Y0K24 
(5%,27%,0%,24%)
(0.05/0.27/0.00/0.24)	

CMYK percentages

%4.64
%27.32
%0
%23.92

Codes

Color #B98DC2 in popluar color models

B98DC2
RGB185141194
HSL290°30.29%65.69%
HSB/HSV290°27.32%76.08%
CMYK4.64%27.32%0.00%
23.92%

Color #B98DC2 in popluar number systems.

HEXB98DC2
Decimal185141194
Binary101110011000110111000010
Octal271215302

Shades and tints

Shades of #B98DC2

#B98DC2
(185,141,194)
#A981B1
(169,129,177)
#9975A0
(153,117,160)
#89698F
(137,105,143)
#795D7E
(121,93,126)
#69516D
(105,81,109)
#59455C
(89,69,92)
#49394B
(73,57,75)
#392D3A
(57,45,58)
#292129
(41,33,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B98DC2

#B98DC2
(185,141,194)
#BF97C7
(191,151,199)
#C5A1CC
(197,161,204)
#CBABD1
(203,171,209)
#D1B5D6
(209,181,214)
#D7BFDB
(215,191,219)
#DDC9E0
(221,201,224)
#E3D3E5
(227,211,229)
#E9DDEA
(233,221,234)
#EFE7EF
(239,231,239)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98DC2; }

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

This text font color is #B98DC2.


Background Color

.myBgColor { background-color: #B98DC2; }

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

This div background color is #B98DC2.


Border color

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

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

This div border color is #B98DC2.


Opacity

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

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

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

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

This text has shadow with #B98DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98DC2 on black background.


Color preview on white background

This text has color #B98DC2 on white background.



Black color preview on #B98DC2 background

This text has black color on #B98DC2 background.


White color preview on #B98DC2 background

This text has white color on #B98DC2 background.