COLOR #B98AB7

HEX: #B98AB7
RGB: (185,138,183)

Color info

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

RGB color model

#B98AB7 color RGB value is (185,138,183).

  • red value is 185;
  • green value is 138;
  • blue value is 183.
RGB:
(185,138,183)
(73%,54%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 138 of 255 = 54%
B 183 of 255 = 72%

185
138
183

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

Portions of RGB colors in percentages

R + G + B =
185 + 138 + 183 = 506 (100%)
R 185 of 506 ~ 36.56%
G 138 of 506 ~ 27.27%
B 183 of 506 ~ 36.17%

%36.56
%27.27
%36.17

CMYK color model

#B98AB7 color CMYK value is (0,25,1,27).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 1.08%
  • key color value is 27.45%
CMYK:
(0,25,1,27)
C0M25Y1K27 
(0%,25%,1%,27%)
(0.00/0.25/0.01/0.27)	

CMYK percentages

%0
%25.41
%1.08
%27.45

Codes

Color #B98AB7 in popluar color models

B98AB7
RGB185138183
HSL303°25.13%63.33%
HSB/HSV303°25.41%72.55%
CMYK0.00%25.41%1.08%
27.45%

Color #B98AB7 in popluar number systems.

HEXB98AB7
Decimal185138183
Binary101110011000101010110111
Octal271212267

Shades and tints

Shades of #B98AB7

#B98AB7
(185,138,183)
#A97EA7
(169,126,167)
#997297
(153,114,151)
#896687
(137,102,135)
#795A77
(121,90,119)
#694E67
(105,78,103)
#594257
(89,66,87)
#493647
(73,54,71)
#392A37
(57,42,55)
#291E27
(41,30,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B98AB7

#B98AB7
(185,138,183)
#BF94BD
(191,148,189)
#C59EC3
(197,158,195)
#CBA8C9
(203,168,201)
#D1B2CF
(209,178,207)
#D7BCD5
(215,188,213)
#DDC6DB
(221,198,219)
#E3D0E1
(227,208,225)
#E9DAE7
(233,218,231)
#EFE4ED
(239,228,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98AB7; }

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

This text font color is #B98AB7.


Background Color

.myBgColor { background-color: #B98AB7; }

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

This div background color is #B98AB7.


Border color

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

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

This div border color is #B98AB7.


Opacity

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

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

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

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

This text has shadow with #B98AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98AB7 on black background.


Color preview on white background

This text has color #B98AB7 on white background.



Black color preview on #B98AB7 background

This text has black color on #B98AB7 background.


White color preview on #B98AB7 background

This text has white color on #B98AB7 background.