COLOR #B9ACDB

HEX: #B9ACDB
RGB: (185,172,219)

Color info

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

RGB color model

#B9ACDB color RGB value is (185,172,219).

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

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 219 of 255 = 86%

185
172
219

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

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 219 = 576 (100%)
R 185 of 576 ~ 32.12%
G 172 of 576 ~ 29.86%
B 219 of 576 ~ 38.02%

%32.12
%29.86
%38.02

CMYK color model

#B9ACDB color CMYK value is (16,21,0,14).

  • cyan value is 15.53%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,21,0,14)
C16M21Y0K14 
(16%,21%,0%,14%)
(0.16/0.21/0.00/0.14)	

CMYK percentages

%15.53
%21.46
%0
%14.12

Codes

Color #B9ACDB in popluar color models

B9ACDB
RGB185172219
HSL257°39.50%76.67%
HSB/HSV257°21.46%85.88%
CMYK15.53%21.46%0.00%
14.12%

Color #B9ACDB in popluar number systems.

HEXB9ACDB
Decimal185172219
Binary101110011010110011011011
Octal271254333

Shades and tints

Shades of #B9ACDB

#B9ACDB
(185,172,219)
#A99DC8
(169,157,200)
#998EB5
(153,142,181)
#897FA2
(137,127,162)
#79708F
(121,112,143)
#69617C
(105,97,124)
#595269
(89,82,105)
#494356
(73,67,86)
#393443
(57,52,67)
#292530
(41,37,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #B9ACDB

#B9ACDB
(185,172,219)
#BFB3DE
(191,179,222)
#C5BAE1
(197,186,225)
#CBC1E4
(203,193,228)
#D1C8E7
(209,200,231)
#D7CFEA
(215,207,234)
#DDD6ED
(221,214,237)
#E3DDF0
(227,221,240)
#E9E4F3
(233,228,243)
#EFEBF6
(239,235,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACDB; }

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

This text font color is #B9ACDB.


Background Color

.myBgColor { background-color: #B9ACDB; }

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

This div background color is #B9ACDB.


Border color

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

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

This div border color is #B9ACDB.


Opacity

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

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

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

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

This text has shadow with #B9ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ACDB on black background.


Color preview on white background

This text has color #B9ACDB on white background.



Black color preview on #B9ACDB background

This text has black color on #B9ACDB background.


White color preview on #B9ACDB background

This text has white color on #B9ACDB background.