COLOR #B9A3DB

HEX: #B9A3DB RGB: (185,163,219)

Color info

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

RGB color model

#B9A3DB color RGB value is (185,163,219).

RGB: (185,163,219) (73%, 64%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 219 of 255 = 86%

185
163
219

R + G + B ~ 74%. #B9A3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 163 + 219 = 567 (100%)
R 185 of 567 ~ 32.63%
G 163 of 567 ~ 28.75%
B 219 of 567 ~ 38.62'%

%32.63
%28.75
%38.62

CMYK color model

#B9A3DB color CMYK value is (16,26,0,14).

  • cyan value is 15.53%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (16,26,0,14) C16M26Y0K14 (16%,26%,0%,14%) (0.16/0.26/0.00/0.14) 

CMYK percentages

%15.53
%25.57
%0
%14.12

Codes

Color #B9A3DB in popluar color models

B9 A3 DB
RGB 185 163 219
HSL 264° 43.75% 74.90%
HSB/HSV 264° 25.57% 85.88%
CMYK 15.53% 25.57% 0.00%
14.12%

Color #B9A3DB in popluar number systems.

HEX B9 A3 DB
Decimal 185 163 219
Binary 10111001 10100011 11011011
Octal 271 243 333

Shades and tints

Shades of #B9A3DB

#B9A3DB
(185,163,219)
#A995C8
(169,149,200)
#9987B5
(153,135,181)
#8979A2
(137,121,162)
#796B8F
(121,107,143)
#695D7C
(105,93,124)
#594F69
(89,79,105)
#494156
(73,65,86)
#393343
(57,51,67)
#292530
(41,37,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #B9A3DB

#B9A3DB
(185,163,219)
#BFABDE
(191,171,222)
#C5B3E1
(197,179,225)
#CBBBE4
(203,187,228)
#D1C3E7
(209,195,231)
#D7CBEA
(215,203,234)
#DDD3ED
(221,211,237)
#E3DBF0
(227,219,240)
#E9E3F3
(233,227,243)
#EFEBF6
(239,235,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A3DB; }

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

This text font color is #B9A3DB.

Background Color

.myBgColor { background-color: #B9A3DB; }

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

This div background color is #B9A3DB.

Border color

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

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

This div border color is #B9A3DB.

Opacity

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

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

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

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

This text has shadow with #B9A3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A3DB.

Preview

Color preview on black background

This text has color #B9A3DB on black background.


Color preview on white background

This text has color #B9A3DB on white background.


Black color preview on #B9A3DB background

This text has black color on #B9A3DB background.


White color preview on #B9A3DB background

This text has white color on #B9A3DB background.


Related colors

Complementary color

Complementary color for #hex is #465C24.


I love getcolorcode.com

Triadic colors

1 #DBB9A3 and #A3DBB9 with #B9A3DB are triadic colors.

2 #DBA3B9 and #A3B9DB with #B9A3DB are triadic colors.