COLOR #B1BEF3

HEX: #B1BEF3
RGB: (177,190,243)

Color info

#B1BEF3 contains mainly green and blue colors. Web safe color of #B1BEF3 is #99CCFF (or #9CF).

RGB color model

#B1BEF3 color RGB value is (177,190,243).

  • red value is 177;
  • green value is 190;
  • blue value is 243.
RGB:
(177,190,243)
(69%,75%,95%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 243 of 255 = 95%

177
190
243

R + G + B ~ 80%. #B1BEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 243 = 610 (100%)
R 177 of 610 ~ 29.02%
G 190 of 610 ~ 31.15%
B 243 of 610 ~ 39.84%

%29.02
%31.15
%39.84

CMYK color model

#B1BEF3 color CMYK value is (27,22,0,5).

  • cyan value is 27.16%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(27,22,0,5)
C27M22Y0K5 
(27%,22%,0%,5%)
(0.27/0.22/0.00/0.05)	

CMYK percentages

%27.16
%21.81
%0
%4.71

Codes

Color #B1BEF3 in popluar color models

B1BEF3
RGB177190243
HSL228°73.33%82.35%
HSB/HSV228°27.16%95.29%
CMYK27.16%21.81%0.00%
4.71%

Color #B1BEF3 in popluar number systems.

HEXB1BEF3
Decimal177190243
Binary101100011011111011110011
Octal261276363

Shades and tints

Shades of #B1BEF3

#B1BEF3
(177,190,243)
#A1ADDD
(161,173,221)
#919CC7
(145,156,199)
#818BB1
(129,139,177)
#717A9B
(113,122,155)
#616985
(97,105,133)
#51586F
(81,88,111)
#414759
(65,71,89)
#313643
(49,54,67)
#21252D
(33,37,45)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1BEF3

#B1BEF3
(177,190,243)
#B8C3F4
(184,195,244)
#BFC8F5
(191,200,245)
#C6CDF6
(198,205,246)
#CDD2F7
(205,210,247)
#D4D7F8
(212,215,248)
#DBDCF9
(219,220,249)
#E2E1FA
(226,225,250)
#E9E6FB
(233,230,251)
#F0EBFC
(240,235,252)
#F7F0FD
(247,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BEF3; }

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

This text font color is #B1BEF3.


Background Color

.myBgColor { background-color: #B1BEF3; }

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

This div background color is #B1BEF3.


Border color

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

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

This div border color is #B1BEF3.


Opacity

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

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

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

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

This text has shadow with #B1BEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEF3 on black background.


Color preview on white background

This text has color #B1BEF3 on white background.



Black color preview on #B1BEF3 background

This text has black color on #B1BEF3 background.


White color preview on #B1BEF3 background

This text has white color on #B1BEF3 background.