COLOR #B2B1EB

HEX: #B2B1EB
RGB: (178,177,235)

Color info

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

RGB color model

#B2B1EB color RGB value is (178,177,235).

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

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 235 of 255 = 92%

178
177
235

R + G + B ~ 77%. #B2B1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 235 = 590 (100%)
R 178 of 590 ~ 30.17%
G 177 of 590 ~ 30%
B 235 of 590 ~ 39.83%

%30.17
%30
%39.83

CMYK color model

#B2B1EB color CMYK value is (24,25,0,8).

  • cyan value is 24.26%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (24,25,0,8) C24M25Y0K8 (24%,25%,0%,8%) (0.24/0.25/0.00/0.08)

CMYK percentages

%24.26
%24.68
%0
%7.84

Codes

Color #B2B1EB in popluar color models

B2B1EB
RGB178177235
HSL241°59.18%80.78%
HSB/HSV241°24.68%92.16%
CMYK24.26%24.68%0.00%
7.84%

Color #B2B1EB in popluar number systems.

HEXB2B1EB
Decimal178177235
Binary101100101011000111101011
Octal262261353

Shades and tints

Shades of #B2B1EB

#B2B1EB
(178,177,235)
#A2A1D6
(162,161,214)
#9291C1
(146,145,193)
#8281AC
(130,129,172)
#727197
(114,113,151)
#626182
(98,97,130)
#52516D
(82,81,109)
#424158
(66,65,88)
#323143
(50,49,67)
#22212E
(34,33,46)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #B2B1EB

#B2B1EB
(178,177,235)
#B9B8EC
(185,184,236)
#C0BFED
(192,191,237)
#C7C6EE
(199,198,238)
#CECDEF
(206,205,239)
#D5D4F0
(213,212,240)
#DCDBF1
(220,219,241)
#E3E2F2
(227,226,242)
#EAE9F3
(234,233,243)
#F1F0F4
(241,240,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B1EB; }

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

This text font color is #B2B1EB.


Background Color

.myBgColor { background-color: #B2B1EB; }

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

This div background color is #B2B1EB.


Border color

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

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

This div border color is #B2B1EB.


Opacity

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

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

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

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

This text has shadow with #B2B1EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2B1EB on black background.


Color preview on white background

This text has color #B2B1EB on white background.



Black color preview on #B2B1EB background

This text has black color on #B2B1EB background.


White color preview on #B2B1EB background

This text has white color on #B2B1EB background.