COLOR #B98EDF

HEX: #B98EDF
RGB: (185,142,223)

Color info

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

RGB color model

#B98EDF color RGB value is (185,142,223).

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

RGB channels and saturation

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

185
142
223

R + G + B ~ 72%. #B98EDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 223 = 550 (100%)
R 185 of 550 ~ 33.64%
G 142 of 550 ~ 25.82%
B 223 of 550 ~ 40.55%

%33.64
%25.82
%40.55

CMYK color model

#B98EDF color CMYK value is (17,36,0,13).

  • cyan value is 17.04%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,36,0,13)
C17M36Y0K13 
(17%,36%,0%,13%)
(0.17/0.36/0.00/0.13)	

CMYK percentages

%17.04
%36.32
%0
%12.55

Codes

Color #B98EDF in popluar color models

B98EDF
RGB185142223
HSL272°55.86%71.57%
HSB/HSV272°36.32%87.45%
CMYK17.04%36.32%0.00%
12.55%

Color #B98EDF in popluar number systems.

HEXB98EDF
Decimal185142223
Binary101110011000111011011111
Octal271216337

Shades and tints

Shades of #B98EDF

#B98EDF
(185,142,223)
#A982CB
(169,130,203)
#9976B7
(153,118,183)
#896AA3
(137,106,163)
#795E8F
(121,94,143)
#69527B
(105,82,123)
#594667
(89,70,103)
#493A53
(73,58,83)
#392E3F
(57,46,63)
#29222B
(41,34,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B98EDF

#B98EDF
(185,142,223)
#BF98E1
(191,152,225)
#C5A2E3
(197,162,227)
#CBACE5
(203,172,229)
#D1B6E7
(209,182,231)
#D7C0E9
(215,192,233)
#DDCAEB
(221,202,235)
#E3D4ED
(227,212,237)
#E9DEEF
(233,222,239)
#EFE8F1
(239,232,241)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98EDF; }

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

This text font color is #B98EDF.


Background Color

.myBgColor { background-color: #B98EDF; }

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

This div background color is #B98EDF.


Border color

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

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

This div border color is #B98EDF.


Opacity

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

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

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

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

This text has shadow with #B98EDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98EDF on black background.


Color preview on white background

This text has color #B98EDF on white background.



Black color preview on #B98EDF background

This text has black color on #B98EDF background.


White color preview on #B98EDF background

This text has white color on #B98EDF background.