COLOR #B1B1DE

HEX: #B1B1DE
RGB: (177,177,222)

Color info

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

RGB color model

#B1B1DE color RGB value is (177,177,222).

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

RGB channels and saturation

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

177
177
222

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

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 222 = 576 (100%)
R 177 of 576 ~ 30.73%
G 177 of 576 ~ 30.73%
B 222 of 576 ~ 38.54%

%30.73
%30.73
%38.54

CMYK color model

#B1B1DE color CMYK value is (20,20,0,13).

  • cyan value is 20.27%
  • magenta value is 20.27%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,20,0,13)
C20M20Y0K13 
(20%,20%,0%,13%)
(0.20/0.20/0.00/0.13)	

CMYK percentages

%20.27
%20.27
%0
%12.94

Codes

Color #B1B1DE in popluar color models

B1B1DE
RGB177177222
HSL240°40.54%78.24%
HSB/HSV240°20.27%87.06%
CMYK20.27%20.27%0.00%
12.94%

Color #B1B1DE in popluar number systems.

HEXB1B1DE
Decimal177177222
Binary101100011011000111011110
Octal261261336

Shades and tints

Shades of #B1B1DE

#B1B1DE
(177,177,222)
#A1A1CA
(161,161,202)
#9191B6
(145,145,182)
#8181A2
(129,129,162)
#71718E
(113,113,142)
#61617A
(97,97,122)
#515166
(81,81,102)
#414152
(65,65,82)
#31313E
(49,49,62)
#21212A
(33,33,42)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1B1DE

#B1B1DE
(177,177,222)
#B8B8E1
(184,184,225)
#BFBFE4
(191,191,228)
#C6C6E7
(198,198,231)
#CDCDEA
(205,205,234)
#D4D4ED
(212,212,237)
#DBDBF0
(219,219,240)
#E2E2F3
(226,226,243)
#E9E9F6
(233,233,246)
#F0F0F9
(240,240,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1DE; }

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

This text font color is #B1B1DE.


Background Color

.myBgColor { background-color: #B1B1DE; }

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

This div background color is #B1B1DE.


Border color

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

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

This div border color is #B1B1DE.


Opacity

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

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

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

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

This text has shadow with #B1B1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B1DE on black background.


Color preview on white background

This text has color #B1B1DE on white background.



Black color preview on #B1B1DE background

This text has black color on #B1B1DE background.


White color preview on #B1B1DE background

This text has white color on #B1B1DE background.