COLOR #B9B1DF

HEX: #B9B1DF
RGB: (185,177,223)

Color info

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

RGB color model

#B9B1DF color RGB value is (185,177,223).

  • red value is 185;
  • green value is 177;
  • blue value is 223.
RGB:
(185,177,223)
(73%,69%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 223 of 255 = 87%

185
177
223

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 223 = 585 (100%)
R 185 of 585 ~ 31.62%
G 177 of 585 ~ 30.26%
B 223 of 585 ~ 38.12%

%31.62
%30.26
%38.12

CMYK color model

#B9B1DF color CMYK value is (17,21,0,13).

  • cyan value is 17.04%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,21,0,13)
C17M21Y0K13 
(17%,21%,0%,13%)
(0.17/0.21/0.00/0.13)	

CMYK percentages

%17.04
%20.63
%0
%12.55

Codes

Color #B9B1DF in popluar color models

B9B1DF
RGB185177223
HSL250°41.82%78.43%
HSB/HSV250°20.63%87.45%
CMYK17.04%20.63%0.00%
12.55%

Color #B9B1DF in popluar number systems.

HEXB9B1DF
Decimal185177223
Binary101110011011000111011111
Octal271261337

Shades and tints

Shades of #B9B1DF

#B9B1DF
(185,177,223)
#A9A1CB
(169,161,203)
#9991B7
(153,145,183)
#8981A3
(137,129,163)
#79718F
(121,113,143)
#69617B
(105,97,123)
#595167
(89,81,103)
#494153
(73,65,83)
#39313F
(57,49,63)
#29212B
(41,33,43)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B9B1DF

#B9B1DF
(185,177,223)
#BFB8E1
(191,184,225)
#C5BFE3
(197,191,227)
#CBC6E5
(203,198,229)
#D1CDE7
(209,205,231)
#D7D4E9
(215,212,233)
#DDDBEB
(221,219,235)
#E3E2ED
(227,226,237)
#E9E9EF
(233,233,239)
#EFF0F1
(239,240,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1DF; }

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

This text font color is #B9B1DF.


Background Color

.myBgColor { background-color: #B9B1DF; }

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

This div background color is #B9B1DF.


Border color

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

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

This div border color is #B9B1DF.


Opacity

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

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

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

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

This text has shadow with #B9B1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B1DF on black background.


Color preview on white background

This text has color #B9B1DF on white background.



Black color preview on #B9B1DF background

This text has black color on #B9B1DF background.


White color preview on #B9B1DF background

This text has white color on #B9B1DF background.