COLOR #B98E9E

HEX: #B98E9E RGB: (185,142,158)

Color info

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

RGB color model

#B98E9E color RGB value is (185,142,158).

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

RGB channels and saturation

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

185
142
158

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

Portions of RGB colors in percentages

R + G + B = 185 + 142 + 158 = 485 (100%)
R 185 of 485 ~ 38.14%
G 142 of 485 ~ 29.28%
B 158 of 485 ~ 32.58'%

%38.14
%29.28
%32.58

CMYK color model

#B98E9E color CMYK value is (0,23,15,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK: (0,23,15,27) C0M23Y15K27 (0%,23%,15%,27%) (0.00/0.23/0.15/0.27) 

CMYK percentages

%0
%23.24
%14.59
%27.45

Codes

Color #B98E9E in popluar color models

B9 8E 9E
RGB 185 142 158
HSL 338° 23.50% 64.12%
HSB/HSV 338° 23.24% 72.55%
CMYK 0.00% 23.24% 14.59%
27.45%

Color #B98E9E in popluar number systems.

HEX B9 8E 9E
Decimal 185 142 158
Binary 10111001 10001110 10011110
Octal 271 216 236

Shades and tints

Shades of #B98E9E

#B98E9E
(185,142,158)
#A98290
(169,130,144)
#997682
(153,118,130)
#896A74
(137,106,116)
#795E66
(121,94,102)
#695258
(105,82,88)
#59464A
(89,70,74)
#493A3C
(73,58,60)
#392E2E
(57,46,46)
#292220
(41,34,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #B98E9E

#B98E9E
(185,142,158)
#BF98A6
(191,152,166)
#C5A2AE
(197,162,174)
#CBACB6
(203,172,182)
#D1B6BE
(209,182,190)
#D7C0C6
(215,192,198)
#DDCACE
(221,202,206)
#E3D4D6
(227,212,214)
#E9DEDE
(233,222,222)
#EFE8E6
(239,232,230)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E9E; }

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

This text font color is #B98E9E.

Background Color

.myBgColor { background-color: #B98E9E; }

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

This div background color is #B98E9E.

Border color

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

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

This div border color is #B98E9E.

Opacity

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

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

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

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

This text has shadow with #B98E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98E9E.

Preview

Color preview on black background

This text has color #B98E9E on black background.


Color preview on white background

This text has color #B98E9E on white background.


Black color preview on #B98E9E background

This text has black color on #B98E9E background.


White color preview on #B98E9E background

This text has white color on #B98E9E background.


Related colors

Complementary color

Complementary color for #hex is #467161.


I love getcolorcode.com

Triadic colors

1 #9EB98E and #8E9EB9 with #B98E9E are triadic colors.

2 #9E8EB9 and #8EB99E with #B98E9E are triadic colors.