COLOR #B0BFF1

HEX: #B0BFF1
RGB: (176,191,241)

Color info

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

RGB color model

#B0BFF1 color RGB value is (176,191,241).

  • red value is 176;
  • green value is 191;
  • blue value is 241.
RGB:
(176,191,241)
(69%,75%,95%)

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 241 of 255 = 95%

176
191
241

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 241 = 608 (100%)
R 176 of 608 ~ 28.95%
G 191 of 608 ~ 31.41%
B 241 of 608 ~ 39.64%

%28.95
%31.41
%39.64

CMYK color model

#B0BFF1 color CMYK value is (27,21,0,5).

  • cyan value is 26.97%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,21,0,5)
C27M21Y0K5 
(27%,21%,0%,5%)
(0.27/0.21/0.00/0.05)	

CMYK percentages

%26.97
%20.75
%0
%5.49

Codes

Color #B0BFF1 in popluar color models

B0BFF1
RGB176191241
HSL226°69.89%81.76%
HSB/HSV226°26.97%94.51%
CMYK26.97%20.75%0.00%
5.49%

Color #B0BFF1 in popluar number systems.

HEXB0BFF1
Decimal176191241
Binary101100001011111111110001
Octal260277361

Shades and tints

Shades of #B0BFF1

#B0BFF1
(176,191,241)
#A0AEDC
(160,174,220)
#909DC7
(144,157,199)
#808CB2
(128,140,178)
#707B9D
(112,123,157)
#606A88
(96,106,136)
#505973
(80,89,115)
#40485E
(64,72,94)
#303749
(48,55,73)
#202634
(32,38,52)
#10151F
(16,21,31)
#000000
(0,0,0)

Tints of #B0BFF1

#B0BFF1
(176,191,241)
#B7C4F2
(183,196,242)
#BEC9F3
(190,201,243)
#C5CEF4
(197,206,244)
#CCD3F5
(204,211,245)
#D3D8F6
(211,216,246)
#DADDF7
(218,221,247)
#E1E2F8
(225,226,248)
#E8E7F9
(232,231,249)
#EFECFA
(239,236,250)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BFF1 color. Also use rgb(176,191,241) instead hex code.

Text Font Color

.myTextColor { color: #B0BFF1; }

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

This text font color is #B0BFF1.


Background Color

.myBgColor { background-color: #B0BFF1; }

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

This div background color is #B0BFF1.


Border color

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

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

This div border color is #B0BFF1.


Opacity

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

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

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

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

This text has shadow with #B0BFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFF1 on black background.


Color preview on white background

This text has color #B0BFF1 on white background.



Black color preview on #B0BFF1 background

This text has black color on #B0BFF1 background.


White color preview on #B0BFF1 background

This text has white color on #B0BFF1 background.