COLOR #B98EB6

HEX: #B98EB6
RGB: (185,142,182)

Color info

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

RGB color model

#B98EB6 color RGB value is (185,142,182).

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

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 182 of 255 = 71%

185
142
182

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 182 = 509 (100%)
R 185 of 509 ~ 36.35%
G 142 of 509 ~ 27.9%
B 182 of 509 ~ 35.76%

%36.35
%27.9
%35.76

CMYK color model

#B98EB6 color CMYK value is (0,23,2,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 1.62%
  • key color value is 27.45%
CMYK:
(0,23,2,27)
C0M23Y2K27 
(0%,23%,2%,27%)
(0.00/0.23/0.02/0.27)	

CMYK percentages

%0
%23.24
%1.62
%27.45

Codes

Color #B98EB6 in popluar color models

B98EB6
RGB185142182
HSL304°23.50%64.12%
HSB/HSV304°23.24%72.55%
CMYK0.00%23.24%1.62%
27.45%

Color #B98EB6 in popluar number systems.

HEXB98EB6
Decimal185142182
Binary101110011000111010110110
Octal271216266

Shades and tints

Shades of #B98EB6

#B98EB6
(185,142,182)
#A982A6
(169,130,166)
#997696
(153,118,150)
#896A86
(137,106,134)
#795E76
(121,94,118)
#695266
(105,82,102)
#594656
(89,70,86)
#493A46
(73,58,70)
#392E36
(57,46,54)
#292226
(41,34,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #B98EB6

#B98EB6
(185,142,182)
#BF98BC
(191,152,188)
#C5A2C2
(197,162,194)
#CBACC8
(203,172,200)
#D1B6CE
(209,182,206)
#D7C0D4
(215,192,212)
#DDCADA
(221,202,218)
#E3D4E0
(227,212,224)
#E9DEE6
(233,222,230)
#EFE8EC
(239,232,236)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98EB6; }

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

This text font color is #B98EB6.


Background Color

.myBgColor { background-color: #B98EB6; }

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

This div background color is #B98EB6.


Border color

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

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

This div border color is #B98EB6.


Opacity

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

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

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

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

This text has shadow with #B98EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98EB6 on black background.


Color preview on white background

This text has color #B98EB6 on white background.



Black color preview on #B98EB6 background

This text has black color on #B98EB6 background.


White color preview on #B98EB6 background

This text has white color on #B98EB6 background.