COLOR #B9B0DB

HEX: #B9B0DB RGB: (185,176,219)

Color info

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

RGB color model

#B9B0DB color RGB value is (185,176,219).

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

RGB channels and saturation

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

185
176
219

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

Portions of RGB colors in percentages

R + G + B = 185 + 176 + 219 = 580 (100%)
R 185 of 580 ~ 31.9%
G 176 of 580 ~ 30.34%
B 219 of 580 ~ 37.76'%

%31.9
%30.34
%37.76

CMYK color model

#B9B0DB color CMYK value is (16,20,0,14).

  • cyan value is 15.53%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (16,20,0,14) C16M20Y0K14 (16%,20%,0%,14%) (0.16/0.20/0.00/0.14) 

CMYK percentages

%15.53
%19.63
%0
%14.12

Codes

Color #B9B0DB in popluar color models

B9 B0 DB
RGB 185 176 219
HSL 253° 37.39% 77.45%
HSB/HSV 253° 19.63% 85.88%
CMYK 15.53% 19.63% 0.00%
14.12%

Color #B9B0DB in popluar number systems.

HEX B9 B0 DB
Decimal 185 176 219
Binary 10111001 10110000 11011011
Octal 271 260 333

Shades and tints

Shades of #B9B0DB

#B9B0DB
(185,176,219)
#A9A0C8
(169,160,200)
#9990B5
(153,144,181)
#8980A2
(137,128,162)
#79708F
(121,112,143)
#69607C
(105,96,124)
#595069
(89,80,105)
#494056
(73,64,86)
#393043
(57,48,67)
#292030
(41,32,48)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #B9B0DB

#B9B0DB
(185,176,219)
#BFB7DE
(191,183,222)
#C5BEE1
(197,190,225)
#CBC5E4
(203,197,228)
#D1CCE7
(209,204,231)
#D7D3EA
(215,211,234)
#DDDAED
(221,218,237)
#E3E1F0
(227,225,240)
#E9E8F3
(233,232,243)
#EFEFF6
(239,239,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0DB; }

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

This text font color is #B9B0DB.

Background Color

.myBgColor { background-color: #B9B0DB; }

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

This div background color is #B9B0DB.

Border color

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

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

This div border color is #B9B0DB.

Opacity

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

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

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

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

This text has shadow with #B9B0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B0DB.

Preview

Color preview on black background

This text has color #B9B0DB on black background.


Color preview on white background

This text has color #B9B0DB on white background.


Black color preview on #B9B0DB background

This text has black color on #B9B0DB background.


White color preview on #B9B0DB background

This text has white color on #B9B0DB background.


Related colors

Complementary color

Complementary color for #hex is #464F24.


I love getcolorcode.com

Triadic colors

1 #DBB9B0 and #B0DBB9 with #B9B0DB are triadic colors.

2 #DBB0B9 and #B0B9DB with #B9B0DB are triadic colors.