COLOR #B98DA9

HEX: #B98DA9 RGB: (185,141,169)

Color info

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

RGB color model

#B98DA9 color RGB value is (185,141,169).

RGB: (185,141,169) (73%, 55%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 169 of 255 = 66%

185
141
169

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

Portions of RGB colors in percentages

R + G + B = 185 + 141 + 169 = 495 (100%)
R 185 of 495 ~ 37.37%
G 141 of 495 ~ 28.48%
B 169 of 495 ~ 34.14'%

%37.37
%28.48
%34.14

CMYK color model

#B98DA9 color CMYK value is (0,24,9,27).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 8.65%
  • key color value is 27.45%

CMYK: (0,24,9,27)
C0M24Y9K27 (0%, 24%, 9%, 27%)
(0.00 / 0.24 / 0.09 / 0.27)

CMYK percentages

%0
%23.78
%8.65
%27.45

Codes

Color #B98DA9 in popluar color models

B9 8D A9
RGB 185 141 169
HSL 322° 23.91% 63.92%
HSB/HSV 322° 23.78% 72.55%
CMYK 0.00% 23.78% 8.65%
27.45%

Color #B98DA9 in popluar number systems.

HEX B9 8D A9
Decimal 185 141 169
Binary 10111001 10001101 10101001
Octal 271 215 251

Shades and tints

Shades of #B98DA9

#B98DA9
(185,141,169)
#A9819A
(169,129,154)
#99758B
(153,117,139)
#89697C
(137,105,124)
#795D6D
(121,93,109)
#69515E
(105,81,94)
#59454F
(89,69,79)
#493940
(73,57,64)
#392D31
(57,45,49)
#292122
(41,33,34)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B98DA9

#B98DA9
(185,141,169)
#BF97B0
(191,151,176)
#C5A1B7
(197,161,183)
#CBABBE
(203,171,190)
#D1B5C5
(209,181,197)
#D7BFCC
(215,191,204)
#DDC9D3
(221,201,211)
#E3D3DA
(227,211,218)
#E9DDE1
(233,221,225)
#EFE7E8
(239,231,232)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98DA9 color. Also use rgb(185,141,169) instead hex code.

Text Font Color

.myTextColor { color: #B98DA9; }

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

This text font color is #B98DA9.

Background Color

.myBgColor { background-color: #B98DA9; }

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

This div background color is #B98DA9.

Border color

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

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

This div border color is #B98DA9.

Opacity

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

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

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

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

This text has shadow with #B98DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98DA9.

Preview

Color preview on black background

This text has color #B98DA9 on black background.


Color preview on white background

This text has color #B98DA9 on white background.


Black color preview on #B98DA9 background

This text has black color on #B98DA9 background.


White color preview on #B98DA9 background

This text has white color on #B98DA9 background.


Related colors

Complementary color

Complementary color for #hex is #467256.


I love getcolorcode.com

Triadic colors

1 #A9B98D and #8DA9B9 with #B98DA9 are triadic colors.

2 #A98DB9 and #8DB9A9 with #B98DA9 are triadic colors.