COLOR #B1B2DE

HEX: #B1B2DE
RGB: (177,178,222)

Color info

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

RGB color model

#B1B2DE color RGB value is (177,178,222).

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

RGB channels and saturation

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

177
178
222

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

Portions of RGB colors in percentages

R + G + B =
177 + 178 + 222 = 577 (100%)
R 177 of 577 ~ 30.68%
G 178 of 577 ~ 30.85%
B 222 of 577 ~ 38.47%

%30.68
%30.85
%38.47

CMYK color model

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

  • cyan value is 20.27%
  • magenta value is 19.82%
  • 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
%19.82
%0
%12.94

Codes

Color #B1B2DE in popluar color models

B1B2DE
RGB177178222
HSL239°40.54%78.24%
HSB/HSV239°20.27%87.06%
CMYK20.27%19.82%0.00%
12.94%

Color #B1B2DE in popluar number systems.

HEXB1B2DE
Decimal177178222
Binary101100011011001011011110
Octal261262336

Shades and tints

Shades of #B1B2DE

#B1B2DE
(177,178,222)
#A1A2CA
(161,162,202)
#9192B6
(145,146,182)
#8182A2
(129,130,162)
#71728E
(113,114,142)
#61627A
(97,98,122)
#515266
(81,82,102)
#414252
(65,66,82)
#31323E
(49,50,62)
#21222A
(33,34,42)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #B1B2DE

#B1B2DE
(177,178,222)
#B8B9E1
(184,185,225)
#BFC0E4
(191,192,228)
#C6C7E7
(198,199,231)
#CDCEEA
(205,206,234)
#D4D5ED
(212,213,237)
#DBDCF0
(219,220,240)
#E2E3F3
(226,227,243)
#E9EAF6
(233,234,246)
#F0F1F9
(240,241,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B2DE; }

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

This text font color is #B1B2DE.


Background Color

.myBgColor { background-color: #B1B2DE; }

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

This div background color is #B1B2DE.


Border color

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

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

This div border color is #B1B2DE.


Opacity

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

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

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

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

This text has shadow with #B1B2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B2DE on black background.


Color preview on white background

This text has color #B1B2DE on white background.



Black color preview on #B1B2DE background

This text has black color on #B1B2DE background.


White color preview on #B1B2DE background

This text has white color on #B1B2DE background.