COLOR #B98A9D

HEX: #B98A9D
RGB: (185,138,157)

Color info

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

RGB color model

#B98A9D color RGB value is (185,138,157).

  • red value is 185;
  • green value is 138;
  • blue value is 157.
RGB:
(185,138,157)
(73%,54%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 138 of 255 = 54%
B 157 of 255 = 62%

185
138
157

R + G + B ~ 63%. #B98A9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 138 + 157 = 480 (100%)
R 185 of 480 ~ 38.54%
G 138 of 480 ~ 28.75%
B 157 of 480 ~ 32.71%

%38.54
%28.75
%32.71

CMYK color model

#B98A9D color CMYK value is (0,25,15,27).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(0,25,15,27)
C0M25Y15K27 
(0%,25%,15%,27%)
(0.00/0.25/0.15/0.27)	

CMYK percentages

%0
%25.41
%15.14
%27.45

Codes

Color #B98A9D in popluar color models

B98A9D
RGB185138157
HSL336°25.13%63.33%
HSB/HSV336°25.41%72.55%
CMYK0.00%25.41%15.14%
27.45%

Color #B98A9D in popluar number systems.

HEXB98A9D
Decimal185138157
Binary101110011000101010011101
Octal271212235

Shades and tints

Shades of #B98A9D

#B98A9D
(185,138,157)
#A97E8F
(169,126,143)
#997281
(153,114,129)
#896673
(137,102,115)
#795A65
(121,90,101)
#694E57
(105,78,87)
#594249
(89,66,73)
#49363B
(73,54,59)
#392A2D
(57,42,45)
#291E1F
(41,30,31)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B98A9D

#B98A9D
(185,138,157)
#BF94A5
(191,148,165)
#C59EAD
(197,158,173)
#CBA8B5
(203,168,181)
#D1B2BD
(209,178,189)
#D7BCC5
(215,188,197)
#DDC6CD
(221,198,205)
#E3D0D5
(227,208,213)
#E9DADD
(233,218,221)
#EFE4E5
(239,228,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98A9D color. Also use rgb(185,138,157) instead hex code.

Text Font Color

.myTextColor { color: #B98A9D; }

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

This text font color is #B98A9D.


Background Color

.myBgColor { background-color: #B98A9D; }

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

This div background color is #B98A9D.


Border color

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

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

This div border color is #B98A9D.


Opacity

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

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

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

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

This text has shadow with #B98A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98A9D on black background.


Color preview on white background

This text has color #B98A9D on white background.



Black color preview on #B98A9D background

This text has black color on #B98A9D background.


White color preview on #B98A9D background

This text has white color on #B98A9D background.