COLOR #B98BBB

HEX: #B98BBB
RGB: (185,139,187)

Color info

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

RGB color model

#B98BBB color RGB value is (185,139,187).

  • red value is 185;
  • green value is 139;
  • blue value is 187.
RGB:
(185,139,187)
(73%,55%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 139 of 255 = 55%
B 187 of 255 = 73%

185
139
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 139 + 187 = 511 (100%)
R 185 of 511 ~ 36.2%
G 139 of 511 ~ 27.2%
B 187 of 511 ~ 36.59%

%36.2
%27.2
%36.59

CMYK color model

#B98BBB color CMYK value is (1,26,0,27).

  • cyan value is 1.07%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,26,0,27)
C1M26Y0K27 
(1%,26%,0%,27%)
(0.01/0.26/0.00/0.27)	

CMYK percentages

%1.07
%25.67
%0
%26.67

Codes

Color #B98BBB in popluar color models

B98BBB
RGB185139187
HSL298°26.09%63.92%
HSB/HSV298°25.67%73.33%
CMYK1.07%25.67%0.00%
26.67%

Color #B98BBB in popluar number systems.

HEXB98BBB
Decimal185139187
Binary101110011000101110111011
Octal271213273

Shades and tints

Shades of #B98BBB

#B98BBB
(185,139,187)
#A97FAA
(169,127,170)
#997399
(153,115,153)
#896788
(137,103,136)
#795B77
(121,91,119)
#694F66
(105,79,102)
#594355
(89,67,85)
#493744
(73,55,68)
#392B33
(57,43,51)
#291F22
(41,31,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B98BBB

#B98BBB
(185,139,187)
#BF95C1
(191,149,193)
#C59FC7
(197,159,199)
#CBA9CD
(203,169,205)
#D1B3D3
(209,179,211)
#D7BDD9
(215,189,217)
#DDC7DF
(221,199,223)
#E3D1E5
(227,209,229)
#E9DBEB
(233,219,235)
#EFE5F1
(239,229,241)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98BBB; }

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

This text font color is #B98BBB.


Background Color

.myBgColor { background-color: #B98BBB; }

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

This div background color is #B98BBB.


Border color

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

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

This div border color is #B98BBB.


Opacity

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

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

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

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

This text has shadow with #B98BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98BBB on black background.


Color preview on white background

This text has color #B98BBB on white background.



Black color preview on #B98BBB background

This text has black color on #B98BBB background.


White color preview on #B98BBB background

This text has white color on #B98BBB background.