COLOR #B98E9F

HEX: #B98E9F RGB: (185,142,159)

Color info

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

RGB color model

#B98E9F color RGB value is (185,142,159).

RGB: (185,142,159) (73%, 56%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 159 of 255 = 62%

185
142
159

R + G + B ~ 64%. #B98E9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 142 + 159 = 486 (100%)
R 185 of 486 ~ 38.07%
G 142 of 486 ~ 29.22%
B 159 of 486 ~ 32.72'%

%38.07
%29.22
%32.72

CMYK color model

#B98E9F color CMYK value is (0,23,14,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 14.05%
  • key color value is 27.45%

CMYK: (0,23,14,27)
C0M23Y14K27 (0%, 23%, 14%, 27%)
(0.00 / 0.23 / 0.14 / 0.27)

CMYK percentages

%0
%23.24
%14.05
%27.45

Codes

Color #B98E9F in popluar color models

B9 8E 9F
RGB 185 142 159
HSL 336° 23.50% 64.12%
HSB/HSV 336° 23.24% 72.55%
CMYK 0.00% 23.24% 14.05%
27.45%

Color #B98E9F in popluar number systems.

HEX B9 8E 9F
Decimal 185 142 159
Binary 10111001 10001110 10011111
Octal 271 216 237

Shades and tints

Shades of #B98E9F

#B98E9F
(185,142,159)
#A98291
(169,130,145)
#997683
(153,118,131)
#896A75
(137,106,117)
#795E67
(121,94,103)
#695259
(105,82,89)
#59464B
(89,70,75)
#493A3D
(73,58,61)
#392E2F
(57,46,47)
#292221
(41,34,33)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B98E9F

#B98E9F
(185,142,159)
#BF98A7
(191,152,167)
#C5A2AF
(197,162,175)
#CBACB7
(203,172,183)
#D1B6BF
(209,182,191)
#D7C0C7
(215,192,199)
#DDCACF
(221,202,207)
#E3D4D7
(227,212,215)
#E9DEDF
(233,222,223)
#EFE8E7
(239,232,231)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E9F; }

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

This text font color is #B98E9F.

Background Color

.myBgColor { background-color: #B98E9F; }

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

This div background color is #B98E9F.

Border color

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

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

This div border color is #B98E9F.

Opacity

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

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

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

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

This text has shadow with #B98E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98E9F.

Preview

Color preview on black background

This text has color #B98E9F on black background.


Color preview on white background

This text has color #B98E9F on white background.


Black color preview on #B98E9F background

This text has black color on #B98E9F background.


White color preview on #B98E9F background

This text has white color on #B98E9F background.


Related colors

Complementary color

Complementary color for #hex is #467160.


I love getcolorcode.com

Triadic colors

1 #9FB98E and #8E9FB9 with #B98E9F are triadic colors.

2 #9F8EB9 and #8EB99F with #B98E9F are triadic colors.