COLOR #B89CDB

HEX: #B89CDB
RGB: (184,156,219)

Color info

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

RGB color model

#B89CDB color RGB value is (184,156,219).

  • red value is 184;
  • green value is 156;
  • blue value is 219.
RGB:
(184,156,219)
(72%,61%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 156 of 255 = 61%
B 219 of 255 = 86%

184
156
219

R + G + B ~ 73%. #B89CDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 156 + 219 = 559 (100%)
R 184 of 559 ~ 32.92%
G 156 of 559 ~ 27.91%
B 219 of 559 ~ 39.18%

%32.92
%27.91
%39.18

CMYK color model

#B89CDB color CMYK value is (16,29,0,14).

  • cyan value is 15.98%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,29,0,14)
C16M29Y0K14 
(16%,29%,0%,14%)
(0.16/0.29/0.00/0.14)	

CMYK percentages

%15.98
%28.77
%0
%14.12

Codes

Color #B89CDB in popluar color models

B89CDB
RGB184156219
HSL267°46.67%73.53%
HSB/HSV267°28.77%85.88%
CMYK15.98%28.77%0.00%
14.12%

Color #B89CDB in popluar number systems.

HEXB89CDB
Decimal184156219
Binary101110001001110011011011
Octal270234333

Shades and tints

Shades of #B89CDB

#B89CDB
(184,156,219)
#A88EC8
(168,142,200)
#9880B5
(152,128,181)
#8872A2
(136,114,162)
#78648F
(120,100,143)
#68567C
(104,86,124)
#584869
(88,72,105)
#483A56
(72,58,86)
#382C43
(56,44,67)
#281E30
(40,30,48)
#18101D
(24,16,29)
#000000
(0,0,0)

Tints of #B89CDB

#B89CDB
(184,156,219)
#BEA5DE
(190,165,222)
#C4AEE1
(196,174,225)
#CAB7E4
(202,183,228)
#D0C0E7
(208,192,231)
#D6C9EA
(214,201,234)
#DCD2ED
(220,210,237)
#E2DBF0
(226,219,240)
#E8E4F3
(232,228,243)
#EEEDF6
(238,237,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89CDB color. Also use rgb(184,156,219) instead hex code.

Text Font Color

.myTextColor { color: #B89CDB; }

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

This text font color is #B89CDB.


Background Color

.myBgColor { background-color: #B89CDB; }

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

This div background color is #B89CDB.


Border color

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

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

This div border color is #B89CDB.


Opacity

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

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

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

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

This text has shadow with #B89CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89CDB on black background.


Color preview on white background

This text has color #B89CDB on white background.



Black color preview on #B89CDB background

This text has black color on #B89CDB background.


White color preview on #B89CDB background

This text has white color on #B89CDB background.