COLOR #B889DD

HEX: #B889DD
RGB: (184,137,221)

Color info

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

RGB color model

#B889DD color RGB value is (184,137,221).

  • red value is 184;
  • green value is 137;
  • blue value is 221.
RGB:
(184,137,221)
(72%,54%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 221 of 255 = 87%

184
137
221

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

Portions of RGB colors in percentages

R + G + B =
184 + 137 + 221 = 542 (100%)
R 184 of 542 ~ 33.95%
G 137 of 542 ~ 25.28%
B 221 of 542 ~ 40.77%

%33.95
%25.28
%40.77

CMYK color model

#B889DD color CMYK value is (17,38,0,13).

  • cyan value is 16.74%
  • magenta value is 38.01%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(17,38,0,13)
C17M38Y0K13 
(17%,38%,0%,13%)
(0.17/0.38/0.00/0.13)	

CMYK percentages

%16.74
%38.01
%0
%13.33

Codes

Color #B889DD in popluar color models

B889DD
RGB184137221
HSL274°55.26%70.20%
HSB/HSV274°38.01%86.67%
CMYK16.74%38.01%0.00%
13.33%

Color #B889DD in popluar number systems.

HEXB889DD
Decimal184137221
Binary101110001000100111011101
Octal270211335

Shades and tints

Shades of #B889DD

#B889DD
(184,137,221)
#A87DC9
(168,125,201)
#9871B5
(152,113,181)
#8865A1
(136,101,161)
#78598D
(120,89,141)
#684D79
(104,77,121)
#584165
(88,65,101)
#483551
(72,53,81)
#38293D
(56,41,61)
#281D29
(40,29,41)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #B889DD

#B889DD
(184,137,221)
#BE93E0
(190,147,224)
#C49DE3
(196,157,227)
#CAA7E6
(202,167,230)
#D0B1E9
(208,177,233)
#D6BBEC
(214,187,236)
#DCC5EF
(220,197,239)
#E2CFF2
(226,207,242)
#E8D9F5
(232,217,245)
#EEE3F8
(238,227,248)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B889DD color. Also use rgb(184,137,221) instead hex code.

Text Font Color

.myTextColor { color: #B889DD; }

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

This text font color is #B889DD.


Background Color

.myBgColor { background-color: #B889DD; }

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

This div background color is #B889DD.


Border color

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

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

This div border color is #B889DD.


Opacity

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

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

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

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

This text has shadow with #B889DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B889DD on black background.


Color preview on white background

This text has color #B889DD on white background.



Black color preview on #B889DD background

This text has black color on #B889DD background.


White color preview on #B889DD background

This text has white color on #B889DD background.