COLOR #B9A9DB

HEX: #B9A9DB
RGB: (185,169,219)

Color info

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

RGB color model

#B9A9DB color RGB value is (185,169,219).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 219 of 255 = 86%

185
169
219

R + G + B ~ 75%. #B9A9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 219 = 573 (100%)
R 185 of 573 ~ 32.29%
G 169 of 573 ~ 29.49%
B 219 of 573 ~ 38.22%

%32.29
%29.49
%38.22

CMYK color model

#B9A9DB color CMYK value is (16,23,0,14).

  • cyan value is 15.53%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,23,0,14)
C16M23Y0K14 
(16%,23%,0%,14%)
(0.16/0.23/0.00/0.14)	

CMYK percentages

%15.53
%22.83
%0
%14.12

Codes

Color #B9A9DB in popluar color models

B9A9DB
RGB185169219
HSL259°40.98%76.08%
HSB/HSV259°22.83%85.88%
CMYK15.53%22.83%0.00%
14.12%

Color #B9A9DB in popluar number systems.

HEXB9A9DB
Decimal185169219
Binary101110011010100111011011
Octal271251333

Shades and tints

Shades of #B9A9DB

#B9A9DB
(185,169,219)
#A99AC8
(169,154,200)
#998BB5
(153,139,181)
#897CA2
(137,124,162)
#796D8F
(121,109,143)
#695E7C
(105,94,124)
#594F69
(89,79,105)
#494056
(73,64,86)
#393143
(57,49,67)
#292230
(41,34,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #B9A9DB

#B9A9DB
(185,169,219)
#BFB0DE
(191,176,222)
#C5B7E1
(197,183,225)
#CBBEE4
(203,190,228)
#D1C5E7
(209,197,231)
#D7CCEA
(215,204,234)
#DDD3ED
(221,211,237)
#E3DAF0
(227,218,240)
#E9E1F3
(233,225,243)
#EFE8F6
(239,232,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9DB; }

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

This text font color is #B9A9DB.


Background Color

.myBgColor { background-color: #B9A9DB; }

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

This div background color is #B9A9DB.


Border color

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

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

This div border color is #B9A9DB.


Opacity

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

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

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

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

This text has shadow with #B9A9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9DB on black background.


Color preview on white background

This text has color #B9A9DB on white background.



Black color preview on #B9A9DB background

This text has black color on #B9A9DB background.


White color preview on #B9A9DB background

This text has white color on #B9A9DB background.