COLOR #B98DB0

HEX: #B98DB0
RGB: (185,141,176)

Color info

#B98DB0 contains red, green and blue colors in about the same proportion. Web safe color of #B98DB0 is #CC9999 (or #C99).

RGB color model

#B98DB0 color RGB value is (185,141,176).

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

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 176 of 255 = 69%

185
141
176

R + G + B ~ 66%. #B98DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 141 + 176 = 502 (100%)
R 185 of 502 ~ 36.85%
G 141 of 502 ~ 28.09%
B 176 of 502 ~ 35.06%

%36.85
%28.09
%35.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 4.86%
  • key color value is 27.45%
CMYK:
(0,24,5,27)
C0M24Y5K27 
(0%,24%,5%,27%)
(0.00/0.24/0.05/0.27)	

CMYK percentages

%0
%23.78
%4.86
%27.45

Codes

Color #B98DB0 in popluar color models

B98DB0
RGB185141176
HSL312°23.91%63.92%
HSB/HSV312°23.78%72.55%
CMYK0.00%23.78%4.86%
27.45%

Color #B98DB0 in popluar number systems.

HEXB98DB0
Decimal185141176
Binary101110011000110110110000
Octal271215260

Shades and tints

Shades of #B98DB0

#B98DB0
(185,141,176)
#A981A0
(169,129,160)
#997590
(153,117,144)
#896980
(137,105,128)
#795D70
(121,93,112)
#695160
(105,81,96)
#594550
(89,69,80)
#493940
(73,57,64)
#392D30
(57,45,48)
#292120
(41,33,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B98DB0

#B98DB0
(185,141,176)
#BF97B7
(191,151,183)
#C5A1BE
(197,161,190)
#CBABC5
(203,171,197)
#D1B5CC
(209,181,204)
#D7BFD3
(215,191,211)
#DDC9DA
(221,201,218)
#E3D3E1
(227,211,225)
#E9DDE8
(233,221,232)
#EFE7EF
(239,231,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98DB0; }

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

This text font color is #B98DB0.


Background Color

.myBgColor { background-color: #B98DB0; }

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

This div background color is #B98DB0.


Border color

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

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

This div border color is #B98DB0.


Opacity

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

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

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

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

This text has shadow with #B98DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98DB0 on black background.


Color preview on white background

This text has color #B98DB0 on white background.



Black color preview on #B98DB0 background

This text has black color on #B98DB0 background.


White color preview on #B98DB0 background

This text has white color on #B98DB0 background.