COLOR #B98EB4

HEX: #B98EB4
RGB: (185,142,180)

Color info

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

RGB color model

#B98EB4 color RGB value is (185,142,180).

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

RGB channels and saturation

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

185
142
180

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 180 = 507 (100%)
R 185 of 507 ~ 36.49%
G 142 of 507 ~ 28.01%
B 180 of 507 ~ 35.5%

%36.49
%28.01
%35.5

CMYK color model

#B98EB4 color CMYK value is (0,23,3,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(0,23,3,27)
C0M23Y3K27 
(0%,23%,3%,27%)
(0.00/0.23/0.03/0.27)	

CMYK percentages

%0
%23.24
%2.7
%27.45

Codes

Color #B98EB4 in popluar color models

B98EB4
RGB185142180
HSL307°23.50%64.12%
HSB/HSV307°23.24%72.55%
CMYK0.00%23.24%2.70%
27.45%

Color #B98EB4 in popluar number systems.

HEXB98EB4
Decimal185142180
Binary101110011000111010110100
Octal271216264

Shades and tints

Shades of #B98EB4

#B98EB4
(185,142,180)
#A982A4
(169,130,164)
#997694
(153,118,148)
#896A84
(137,106,132)
#795E74
(121,94,116)
#695264
(105,82,100)
#594654
(89,70,84)
#493A44
(73,58,68)
#392E34
(57,46,52)
#292224
(41,34,36)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B98EB4

#B98EB4
(185,142,180)
#BF98BA
(191,152,186)
#C5A2C0
(197,162,192)
#CBACC6
(203,172,198)
#D1B6CC
(209,182,204)
#D7C0D2
(215,192,210)
#DDCAD8
(221,202,216)
#E3D4DE
(227,212,222)
#E9DEE4
(233,222,228)
#EFE8EA
(239,232,234)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98EB4; }

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

This text font color is #B98EB4.


Background Color

.myBgColor { background-color: #B98EB4; }

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

This div background color is #B98EB4.


Border color

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

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

This div border color is #B98EB4.


Opacity

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

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

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

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

This text has shadow with #B98EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98EB4 on black background.


Color preview on white background

This text has color #B98EB4 on white background.



Black color preview on #B98EB4 background

This text has black color on #B98EB4 background.


White color preview on #B98EB4 background

This text has white color on #B98EB4 background.