COLOR #B88DD9

HEX: #B88DD9
RGB: (184,141,217)

Color info

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

RGB color model

#B88DD9 color RGB value is (184,141,217).

  • red value is 184;
  • green value is 141;
  • blue value is 217.
RGB:
(184,141,217)
(72%,55%,85%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 217 of 255 = 85%

184
141
217

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 217 = 542 (100%)
R 184 of 542 ~ 33.95%
G 141 of 542 ~ 26.01%
B 217 of 542 ~ 40.04%

%33.95
%26.01
%40.04

CMYK color model

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

  • cyan value is 15.21%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(15,35,0,15)
C15M35Y0K15 
(15%,35%,0%,15%)
(0.15/0.35/0.00/0.15)	

CMYK percentages

%15.21
%35.02
%0
%14.9

Codes

Color #B88DD9 in popluar color models

B88DD9
RGB184141217
HSL274°50.00%70.20%
HSB/HSV274°35.02%85.10%
CMYK15.21%35.02%0.00%
14.90%

Color #B88DD9 in popluar number systems.

HEXB88DD9
Decimal184141217
Binary101110001000110111011001
Octal270215331

Shades and tints

Shades of #B88DD9

#B88DD9
(184,141,217)
#A881C6
(168,129,198)
#9875B3
(152,117,179)
#8869A0
(136,105,160)
#785D8D
(120,93,141)
#68517A
(104,81,122)
#584567
(88,69,103)
#483954
(72,57,84)
#382D41
(56,45,65)
#28212E
(40,33,46)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #B88DD9

#B88DD9
(184,141,217)
#BE97DC
(190,151,220)
#C4A1DF
(196,161,223)
#CAABE2
(202,171,226)
#D0B5E5
(208,181,229)
#D6BFE8
(214,191,232)
#DCC9EB
(220,201,235)
#E2D3EE
(226,211,238)
#E8DDF1
(232,221,241)
#EEE7F4
(238,231,244)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88DD9 color. Also use rgb(184,141,217) instead hex code.

Text Font Color

.myTextColor { color: #B88DD9; }

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

This text font color is #B88DD9.


Background Color

.myBgColor { background-color: #B88DD9; }

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

This div background color is #B88DD9.


Border color

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

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

This div border color is #B88DD9.


Opacity

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

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

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

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

This text has shadow with #B88DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DD9 on black background.


Color preview on white background

This text has color #B88DD9 on white background.



Black color preview on #B88DD9 background

This text has black color on #B88DD9 background.


White color preview on #B88DD9 background

This text has white color on #B88DD9 background.