COLOR #B9B0DC

HEX: #B9B0DC
RGB: (185,176,220)

Color info

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

RGB color model

#B9B0DC color RGB value is (185,176,220).

  • red value is 185;
  • green value is 176;
  • blue value is 220.
RGB:
(185,176,220)
(73%,69%,86%)

RGB channels and saturation

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

185
176
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 220 = 581 (100%)
R 185 of 581 ~ 31.84%
G 176 of 581 ~ 30.29%
B 220 of 581 ~ 37.87%

%31.84
%30.29
%37.87

CMYK color model

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

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

CMYK percentages

%15.91
%20
%0
%13.73

Codes

Color #B9B0DC in popluar color models

B9B0DC
RGB185176220
HSL252°38.60%77.65%
HSB/HSV252°20.00%86.27%
CMYK15.91%20.00%0.00%
13.73%

Color #B9B0DC in popluar number systems.

HEXB9B0DC
Decimal185176220
Binary101110011011000011011100
Octal271260334

Shades and tints

Shades of #B9B0DC

#B9B0DC
(185,176,220)
#A9A0C8
(169,160,200)
#9990B4
(153,144,180)
#8980A0
(137,128,160)
#79708C
(121,112,140)
#696078
(105,96,120)
#595064
(89,80,100)
#494050
(73,64,80)
#39303C
(57,48,60)
#292028
(41,32,40)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #B9B0DC

#B9B0DC
(185,176,220)
#BFB7DF
(191,183,223)
#C5BEE2
(197,190,226)
#CBC5E5
(203,197,229)
#D1CCE8
(209,204,232)
#D7D3EB
(215,211,235)
#DDDAEE
(221,218,238)
#E3E1F1
(227,225,241)
#E9E8F4
(233,232,244)
#EFEFF7
(239,239,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0DC; }

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

This text font color is #B9B0DC.


Background Color

.myBgColor { background-color: #B9B0DC; }

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

This div background color is #B9B0DC.


Border color

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

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

This div border color is #B9B0DC.


Opacity

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

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

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

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

This text has shadow with #B9B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B0DC on black background.


Color preview on white background

This text has color #B9B0DC on white background.



Black color preview on #B9B0DC background

This text has black color on #B9B0DC background.


White color preview on #B9B0DC background

This text has white color on #B9B0DC background.