COLOR #B98FBD

HEX: #B98FBD
RGB: (185,143,189)

Color info

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

RGB color model

#B98FBD color RGB value is (185,143,189).

  • red value is 185;
  • green value is 143;
  • blue value is 189.
RGB:
(185,143,189)
(73%,56%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 143 of 255 = 56%
B 189 of 255 = 74%

185
143
189

R + G + B ~ 68%. #B98FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 143 + 189 = 517 (100%)
R 185 of 517 ~ 35.78%
G 143 of 517 ~ 27.66%
B 189 of 517 ~ 36.56%

%35.78
%27.66
%36.56

CMYK color model

#B98FBD color CMYK value is (2,24,0,26).

  • cyan value is 2.12%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,24,0,26)
C2M24Y0K26 
(2%,24%,0%,26%)
(0.02/0.24/0.00/0.26)	

CMYK percentages

%2.12
%24.34
%0
%25.88

Codes

Color #B98FBD in popluar color models

B98FBD
RGB185143189
HSL295°25.84%65.10%
HSB/HSV295°24.34%74.12%
CMYK2.12%24.34%0.00%
25.88%

Color #B98FBD in popluar number systems.

HEXB98FBD
Decimal185143189
Binary101110011000111110111101
Octal271217275

Shades and tints

Shades of #B98FBD

#B98FBD
(185,143,189)
#A982AC
(169,130,172)
#99759B
(153,117,155)
#89688A
(137,104,138)
#795B79
(121,91,121)
#694E68
(105,78,104)
#594157
(89,65,87)
#493446
(73,52,70)
#392735
(57,39,53)
#291A24
(41,26,36)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #B98FBD

#B98FBD
(185,143,189)
#BF99C3
(191,153,195)
#C5A3C9
(197,163,201)
#CBADCF
(203,173,207)
#D1B7D5
(209,183,213)
#D7C1DB
(215,193,219)
#DDCBE1
(221,203,225)
#E3D5E7
(227,213,231)
#E9DFED
(233,223,237)
#EFE9F3
(239,233,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98FBD color. Also use rgb(185,143,189) instead hex code.

Text Font Color

.myTextColor { color: #B98FBD; }

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

This text font color is #B98FBD.


Background Color

.myBgColor { background-color: #B98FBD; }

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

This div background color is #B98FBD.


Border color

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

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

This div border color is #B98FBD.


Opacity

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

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

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

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

This text has shadow with #B98FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98FBD on black background.


Color preview on white background

This text has color #B98FBD on white background.



Black color preview on #B98FBD background

This text has black color on #B98FBD background.


White color preview on #B98FBD background

This text has white color on #B98FBD background.