COLOR #B98EB9

HEX: #B98EB9
RGB: (185,142,185)

Color info

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

RGB color model

#B98EB9 color RGB value is (185,142,185).

  • red value is 185;
  • green value is 142;
  • blue value is 185.
RGB:
(185,142,185)
(73%,56%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 185 of 255 = 73%

185
142
185

R + G + B ~ 67%. #B98EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 185 = 512 (100%)
R 185 of 512 ~ 36.13%
G 142 of 512 ~ 27.73%
B 185 of 512 ~ 36.13%

%36.13
%27.73
%36.13

CMYK color model

#B98EB9 color CMYK value is (0,23,0,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(0,23,0,27)
C0M23Y0K27 
(0%,23%,0%,27%)
(0.00/0.23/0.00/0.27)	

CMYK percentages

%0
%23.24
%0
%27.45

Codes

Color #B98EB9 in popluar color models

B98EB9
RGB185142185
HSL300°23.50%64.12%
HSB/HSV300°23.24%72.55%
CMYK0.00%23.24%0.00%
27.45%

Color #B98EB9 in popluar number systems.

HEXB98EB9
Decimal185142185
Binary101110011000111010111001
Octal271216271

Shades and tints

Shades of #B98EB9

#B98EB9
(185,142,185)
#A982A9
(169,130,169)
#997699
(153,118,153)
#896A89
(137,106,137)
#795E79
(121,94,121)
#695269
(105,82,105)
#594659
(89,70,89)
#493A49
(73,58,73)
#392E39
(57,46,57)
#292229
(41,34,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B98EB9

#B98EB9
(185,142,185)
#BF98BF
(191,152,191)
#C5A2C5
(197,162,197)
#CBACCB
(203,172,203)
#D1B6D1
(209,182,209)
#D7C0D7
(215,192,215)
#DDCADD
(221,202,221)
#E3D4E3
(227,212,227)
#E9DEE9
(233,222,233)
#EFE8EF
(239,232,239)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98EB9; }

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

This text font color is #B98EB9.


Background Color

.myBgColor { background-color: #B98EB9; }

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

This div background color is #B98EB9.


Border color

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

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

This div border color is #B98EB9.


Opacity

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

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

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

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

This text has shadow with #B98EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98EB9 on black background.


Color preview on white background

This text has color #B98EB9 on white background.



Black color preview on #B98EB9 background

This text has black color on #B98EB9 background.


White color preview on #B98EB9 background

This text has white color on #B98EB9 background.