COLOR #B9B3DB

HEX: #B9B3DB
RGB: (185,179,219)

Color info

#B9B3DB contains red, green and blue colors in about the same proportion. Web safe color of #B9B3DB is #CC99CC (or #C9C).

RGB color model

#B9B3DB color RGB value is (185,179,219).

  • red value is 185;
  • green value is 179;
  • blue value is 219.
RGB:
(185,179,219)
(73%,70%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 219 of 255 = 86%

185
179
219

R + G + B ~ 76%. #B9B3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 219 = 583 (100%)
R 185 of 583 ~ 31.73%
G 179 of 583 ~ 30.7%
B 219 of 583 ~ 37.56%

%31.73
%30.7
%37.56

CMYK color model

#B9B3DB color CMYK value is (16,18,0,14).

  • cyan value is 15.53%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,18,0,14)
C16M18Y0K14 
(16%,18%,0%,14%)
(0.16/0.18/0.00/0.14)	

CMYK percentages

%15.53
%18.26
%0
%14.12

Codes

Color #B9B3DB in popluar color models

B9B3DB
RGB185179219
HSL249°35.71%78.04%
HSB/HSV249°18.26%85.88%
CMYK15.53%18.26%0.00%
14.12%

Color #B9B3DB in popluar number systems.

HEXB9B3DB
Decimal185179219
Binary101110011011001111011011
Octal271263333

Shades and tints

Shades of #B9B3DB

#B9B3DB
(185,179,219)
#A9A3C8
(169,163,200)
#9993B5
(153,147,181)
#8983A2
(137,131,162)
#79738F
(121,115,143)
#69637C
(105,99,124)
#595369
(89,83,105)
#494356
(73,67,86)
#393343
(57,51,67)
#292330
(41,35,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #B9B3DB

#B9B3DB
(185,179,219)
#BFB9DE
(191,185,222)
#C5BFE1
(197,191,225)
#CBC5E4
(203,197,228)
#D1CBE7
(209,203,231)
#D7D1EA
(215,209,234)
#DDD7ED
(221,215,237)
#E3DDF0
(227,221,240)
#E9E3F3
(233,227,243)
#EFE9F6
(239,233,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B3DB color. Also use rgb(185,179,219) instead hex code.

Text Font Color

.myTextColor { color: #B9B3DB; }

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

This text font color is #B9B3DB.


Background Color

.myBgColor { background-color: #B9B3DB; }

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

This div background color is #B9B3DB.


Border color

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

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

This div border color is #B9B3DB.


Opacity

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

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

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

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

This text has shadow with #B9B3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B3DB on black background.


Color preview on white background

This text has color #B9B3DB on white background.



Black color preview on #B9B3DB background

This text has black color on #B9B3DB background.


White color preview on #B9B3DB background

This text has white color on #B9B3DB background.