COLOR #B1B8F6

HEX: #B1B8F6
RGB: (177,184,246)

Color info

#B1B8F6 contains mainly blue color. Web safe color of #B1B8F6 is #99CCFF (or #9CF).

RGB color model

#B1B8F6 color RGB value is (177,184,246).

  • red value is 177;
  • green value is 184;
  • blue value is 246.
RGB:
(177,184,246)
(69%,72%,96%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 246 of 255 = 96%

177
184
246

R + G + B ~ 79%. #B1B8F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 184 + 246 = 607 (100%)
R 177 of 607 ~ 29.16%
G 184 of 607 ~ 30.31%
B 246 of 607 ~ 40.53%

%29.16
%30.31
%40.53

CMYK color model

#B1B8F6 color CMYK value is (28,25,0,4).

  • cyan value is 28.05%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,25,0,4)
C28M25Y0K4 
(28%,25%,0%,4%)
(0.28/0.25/0.00/0.04)	

CMYK percentages

%28.05
%25.2
%0
%3.53

Codes

Color #B1B8F6 in popluar color models

B1B8F6
RGB177184246
HSL234°79.31%82.94%
HSB/HSV234°28.05%96.47%
CMYK28.05%25.20%0.00%
3.53%

Color #B1B8F6 in popluar number systems.

HEXB1B8F6
Decimal177184246
Binary101100011011100011110110
Octal261270366

Shades and tints

Shades of #B1B8F6

#B1B8F6
(177,184,246)
#A1A8E0
(161,168,224)
#9198CA
(145,152,202)
#8188B4
(129,136,180)
#71789E
(113,120,158)
#616888
(97,104,136)
#515872
(81,88,114)
#41485C
(65,72,92)
#313846
(49,56,70)
#212830
(33,40,48)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #B1B8F6

#B1B8F6
(177,184,246)
#B8BEF6
(184,190,246)
#BFC4F6
(191,196,246)
#C6CAF6
(198,202,246)
#CDD0F6
(205,208,246)
#D4D6F6
(212,214,246)
#DBDCF6
(219,220,246)
#E2E2F6
(226,226,246)
#E9E8F6
(233,232,246)
#F0EEF6
(240,238,246)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B8F6; }

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

This text font color is #B1B8F6.


Background Color

.myBgColor { background-color: #B1B8F6; }

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

This div background color is #B1B8F6.


Border color

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

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

This div border color is #B1B8F6.


Opacity

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

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

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

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

This text has shadow with #B1B8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B8F6 on black background.


Color preview on white background

This text has color #B1B8F6 on white background.



Black color preview on #B1B8F6 background

This text has black color on #B1B8F6 background.


White color preview on #B1B8F6 background

This text has white color on #B1B8F6 background.