COLOR #B1B1DF

HEX: #B1B1DF
RGB: (177,177,223)

Color info

#B1B1DF contains red, green and blue colors in about the same proportion. Web safe color of #B1B1DF is #9999CC (or #99C).

RGB color model

#B1B1DF color RGB value is (177,177,223).

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

RGB channels and saturation

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

177
177
223

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

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 223 = 577 (100%)
R 177 of 577 ~ 30.68%
G 177 of 577 ~ 30.68%
B 223 of 577 ~ 38.65%

%30.68
%30.68
%38.65

CMYK color model

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

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

CMYK percentages

%20.63
%20.63
%0
%12.55

Codes

Color #B1B1DF in popluar color models

B1B1DF
RGB177177223
HSL240°41.82%78.43%
HSB/HSV240°20.63%87.45%
CMYK20.63%20.63%0.00%
12.55%

Color #B1B1DF in popluar number systems.

HEXB1B1DF
Decimal177177223
Binary101100011011000111011111
Octal261261337

Shades and tints

Shades of #B1B1DF

#B1B1DF
(177,177,223)
#A1A1CB
(161,161,203)
#9191B7
(145,145,183)
#8181A3
(129,129,163)
#71718F
(113,113,143)
#61617B
(97,97,123)
#515167
(81,81,103)
#414153
(65,65,83)
#31313F
(49,49,63)
#21212B
(33,33,43)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B1B1DF

#B1B1DF
(177,177,223)
#B8B8E1
(184,184,225)
#BFBFE3
(191,191,227)
#C6C6E5
(198,198,229)
#CDCDE7
(205,205,231)
#D4D4E9
(212,212,233)
#DBDBEB
(219,219,235)
#E2E2ED
(226,226,237)
#E9E9EF
(233,233,239)
#F0F0F1
(240,240,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1DF; }

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

This text font color is #B1B1DF.


Background Color

.myBgColor { background-color: #B1B1DF; }

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

This div background color is #B1B1DF.


Border color

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

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

This div border color is #B1B1DF.


Opacity

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

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

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

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

This text has shadow with #B1B1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B1DF on black background.


Color preview on white background

This text has color #B1B1DF on white background.



Black color preview on #B1B1DF background

This text has black color on #B1B1DF background.


White color preview on #B1B1DF background

This text has white color on #B1B1DF background.