COLOR #B98BB4

HEX: #B98BB4
RGB: (185,139,180)

Color info

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

RGB color model

#B98BB4 color RGB value is (185,139,180).

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

RGB channels and saturation

R 185 of 255 = 73%
G 139 of 255 = 55%
B 180 of 255 = 71%

185
139
180

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

Portions of RGB colors in percentages

R + G + B =
185 + 139 + 180 = 504 (100%)
R 185 of 504 ~ 36.71%
G 139 of 504 ~ 27.58%
B 180 of 504 ~ 35.71%

%36.71
%27.58
%35.71

CMYK color model

#B98BB4 color CMYK value is (0,25,3,27).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(0,25,3,27)
C0M25Y3K27 
(0%,25%,3%,27%)
(0.00/0.25/0.03/0.27)	

CMYK percentages

%0
%24.86
%2.7
%27.45

Codes

Color #B98BB4 in popluar color models

B98BB4
RGB185139180
HSL307°24.73%63.53%
HSB/HSV307°24.86%72.55%
CMYK0.00%24.86%2.70%
27.45%

Color #B98BB4 in popluar number systems.

HEXB98BB4
Decimal185139180
Binary101110011000101110110100
Octal271213264

Shades and tints

Shades of #B98BB4

#B98BB4
(185,139,180)
#A97FA4
(169,127,164)
#997394
(153,115,148)
#896784
(137,103,132)
#795B74
(121,91,116)
#694F64
(105,79,100)
#594354
(89,67,84)
#493744
(73,55,68)
#392B34
(57,43,52)
#291F24
(41,31,36)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B98BB4

#B98BB4
(185,139,180)
#BF95BA
(191,149,186)
#C59FC0
(197,159,192)
#CBA9C6
(203,169,198)
#D1B3CC
(209,179,204)
#D7BDD2
(215,189,210)
#DDC7D8
(221,199,216)
#E3D1DE
(227,209,222)
#E9DBE4
(233,219,228)
#EFE5EA
(239,229,234)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98BB4; }

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

This text font color is #B98BB4.


Background Color

.myBgColor { background-color: #B98BB4; }

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

This div background color is #B98BB4.


Border color

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

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

This div border color is #B98BB4.


Opacity

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

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

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

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

This text has shadow with #B98BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98BB4 on black background.


Color preview on white background

This text has color #B98BB4 on white background.



Black color preview on #B98BB4 background

This text has black color on #B98BB4 background.


White color preview on #B98BB4 background

This text has white color on #B98BB4 background.