COLOR #B98DDA

HEX: #B98DDA RGB: (185,141,218)

Color info

#B98DDA contains mainly red and blue colors. Web safe color of #B98DDA is #CC99CC (or #C9C).

RGB color model

#B98DDA color RGB value is (185,141,218).

RGB: (185,141,218) (73%, 55%, 85%)

RGB channels and saturation

R 185 of 255 = 73%
G 141 of 255 = 55%
B 218 of 255 = 85%

185
141
218

R + G + B ~ 71%. #B98DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 141 + 218 = 544 (100%)
R 185 of 544 ~ 34.01%
G 141 of 544 ~ 25.92%
B 218 of 544 ~ 40.07'%

%34.01
%25.92
%40.07

CMYK color model

#B98DDA color CMYK value is (15,35,0,15).

  • cyan value is 15.14%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (15,35,0,15)
C15M35Y0K15 (15%, 35%, 0%, 15%)
(0.15 / 0.35 / 0.00 / 0.15)

CMYK percentages

%15.14
%35.32
%0
%14.51

Codes

Color #B98DDA in popluar color models

B9 8D DA
RGB 185 141 218
HSL 274° 50.99% 70.39%
HSB/HSV 274° 35.32% 85.49%
CMYK 15.14% 35.32% 0.00%
14.51%

Color #B98DDA in popluar number systems.

HEX B9 8D DA
Decimal 185 141 218
Binary 10111001 10001101 11011010
Octal 271 215 332

Shades and tints

Shades of #B98DDA

#B98DDA
(185,141,218)
#A981C7
(169,129,199)
#9975B4
(153,117,180)
#8969A1
(137,105,161)
#795D8E
(121,93,142)
#69517B
(105,81,123)
#594568
(89,69,104)
#493955
(73,57,85)
#392D42
(57,45,66)
#29212F
(41,33,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #B98DDA

#B98DDA
(185,141,218)
#BF97DD
(191,151,221)
#C5A1E0
(197,161,224)
#CBABE3
(203,171,227)
#D1B5E6
(209,181,230)
#D7BFE9
(215,191,233)
#DDC9EC
(221,201,236)
#E3D3EF
(227,211,239)
#E9DDF2
(233,221,242)
#EFE7F5
(239,231,245)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98DDA; }

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

This text font color is #B98DDA.

Background Color

.myBgColor { background-color: #B98DDA; }

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

This div background color is #B98DDA.

Border color

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

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

This div border color is #B98DDA.

Opacity

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

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

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

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

This text has shadow with #B98DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98DDA.

Preview

Color preview on black background

This text has color #B98DDA on black background.


Color preview on white background

This text has color #B98DDA on white background.


Black color preview on #B98DDA background

This text has black color on #B98DDA background.


White color preview on #B98DDA background

This text has white color on #B98DDA background.


Related colors

Complementary color

Complementary color for #hex is #467225.


I love getcolorcode.com

Triadic colors

1 #DAB98D and #8DDAB9 with #B98DDA are triadic colors.

2 #DA8DB9 and #8DB9DA with #B98DDA are triadic colors.