COLOR #B9B1DB

HEX: #B9B1DB RGB: (185,177,219)

Color info

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

RGB color model

#B9B1DB color RGB value is (185,177,219).

RGB: (185,177,219) (73%, 69%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 219 of 255 = 86%

185
177
219

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

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 219 = 581 (100%)
R 185 of 581 ~ 31.84%
G 177 of 581 ~ 30.46%
B 219 of 581 ~ 37.69'%

%31.84
%30.46
%37.69

CMYK color model

#B9B1DB color CMYK value is (16,19,0,14).

  • cyan value is 15.53%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (16,19,0,14)
C16M19Y0K14 (16%, 19%, 0%, 14%)
(0.16 / 0.19 / 0.00 / 0.14)

CMYK percentages

%15.53
%19.18
%0
%14.12

Codes

Color #B9B1DB in popluar color models

B9 B1 DB
RGB 185 177 219
HSL 251° 36.84% 77.65%
HSB/HSV 251° 19.18% 85.88%
CMYK 15.53% 19.18% 0.00%
14.12%

Color #B9B1DB in popluar number systems.

HEX B9 B1 DB
Decimal 185 177 219
Binary 10111001 10110001 11011011
Octal 271 261 333

Shades and tints

Shades of #B9B1DB

#B9B1DB
(185,177,219)
#A9A1C8
(169,161,200)
#9991B5
(153,145,181)
#8981A2
(137,129,162)
#79718F
(121,113,143)
#69617C
(105,97,124)
#595169
(89,81,105)
#494156
(73,65,86)
#393143
(57,49,67)
#292130
(41,33,48)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #B9B1DB

#B9B1DB
(185,177,219)
#BFB8DE
(191,184,222)
#C5BFE1
(197,191,225)
#CBC6E4
(203,198,228)
#D1CDE7
(209,205,231)
#D7D4EA
(215,212,234)
#DDDBED
(221,219,237)
#E3E2F0
(227,226,240)
#E9E9F3
(233,233,243)
#EFF0F6
(239,240,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1DB; }

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

This text font color is #B9B1DB.

Background Color

.myBgColor { background-color: #B9B1DB; }

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

This div background color is #B9B1DB.

Border color

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

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

This div border color is #B9B1DB.

Opacity

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

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

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

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

This text has shadow with #B9B1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B1DB.

Preview

Color preview on black background

This text has color #B9B1DB on black background.


Color preview on white background

This text has color #B9B1DB on white background.


Black color preview on #B9B1DB background

This text has black color on #B9B1DB background.


White color preview on #B9B1DB background

This text has white color on #B9B1DB background.


Related colors

Complementary color

Complementary color for #hex is #464E24.


I love getcolorcode.com

Triadic colors

1 #DBB9B1 and #B1DBB9 with #B9B1DB are triadic colors.

2 #DBB1B9 and #B1B9DB with #B9B1DB are triadic colors.