COLOR #B98EA8

HEX: #B98EA8
RGB: (185,142,168)

Color info

#B98EA8 contains red, green and blue colors in about the same proportion. Web safe color of #B98EA8 is #CC9999 (or #C99).

RGB color model

#B98EA8 color RGB value is (185,142,168).

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

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 168 of 255 = 66%

185
142
168

R + G + B ~ 65%. #B98EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 168 = 495 (100%)
R 185 of 495 ~ 37.37%
G 142 of 495 ~ 28.69%
B 168 of 495 ~ 33.94%

%37.37
%28.69
%33.94

CMYK color model

#B98EA8 color CMYK value is (0,23,9,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 9.19%
  • key color value is 27.45%
CMYK:
(0,23,9,27)
C0M23Y9K27 
(0%,23%,9%,27%)
(0.00/0.23/0.09/0.27)	

CMYK percentages

%0
%23.24
%9.19
%27.45

Codes

Color #B98EA8 in popluar color models

B98EA8
RGB185142168
HSL324°23.50%64.12%
HSB/HSV324°23.24%72.55%
CMYK0.00%23.24%9.19%
27.45%

Color #B98EA8 in popluar number systems.

HEXB98EA8
Decimal185142168
Binary101110011000111010101000
Octal271216250

Shades and tints

Shades of #B98EA8

#B98EA8
(185,142,168)
#A98299
(169,130,153)
#99768A
(153,118,138)
#896A7B
(137,106,123)
#795E6C
(121,94,108)
#69525D
(105,82,93)
#59464E
(89,70,78)
#493A3F
(73,58,63)
#392E30
(57,46,48)
#292221
(41,34,33)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #B98EA8

#B98EA8
(185,142,168)
#BF98AF
(191,152,175)
#C5A2B6
(197,162,182)
#CBACBD
(203,172,189)
#D1B6C4
(209,182,196)
#D7C0CB
(215,192,203)
#DDCAD2
(221,202,210)
#E3D4D9
(227,212,217)
#E9DEE0
(233,222,224)
#EFE8E7
(239,232,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98EA8; }

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

This text font color is #B98EA8.


Background Color

.myBgColor { background-color: #B98EA8; }

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

This div background color is #B98EA8.


Border color

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

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

This div border color is #B98EA8.


Opacity

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

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

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

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

This text has shadow with #B98EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98EA8 on black background.


Color preview on white background

This text has color #B98EA8 on white background.



Black color preview on #B98EA8 background

This text has black color on #B98EA8 background.


White color preview on #B98EA8 background

This text has white color on #B98EA8 background.