COLOR #B0BFE1

HEX: #B0BFE1
RGB: (176,191,225)

Color info

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

RGB color model

#B0BFE1 color RGB value is (176,191,225).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 225 of 255 = 88%

176
191
225

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 225 = 592 (100%)
R 176 of 592 ~ 29.73%
G 191 of 592 ~ 32.26%
B 225 of 592 ~ 38.01%

%29.73
%32.26
%38.01

CMYK color model

#B0BFE1 color CMYK value is (22,15,0,12).

  • cyan value is 21.78%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(22,15,0,12)
C22M15Y0K12 
(22%,15%,0%,12%)
(0.22/0.15/0.00/0.12)	

CMYK percentages

%21.78
%15.11
%0
%11.76

Codes

Color #B0BFE1 in popluar color models

B0BFE1
RGB176191225
HSL222°44.95%78.63%
HSB/HSV222°21.78%88.24%
CMYK21.78%15.11%0.00%
11.76%

Color #B0BFE1 in popluar number systems.

HEXB0BFE1
Decimal176191225
Binary101100001011111111100001
Octal260277341

Shades and tints

Shades of #B0BFE1

#B0BFE1
(176,191,225)
#A0AECD
(160,174,205)
#909DB9
(144,157,185)
#808CA5
(128,140,165)
#707B91
(112,123,145)
#606A7D
(96,106,125)
#505969
(80,89,105)
#404855
(64,72,85)
#303741
(48,55,65)
#20262D
(32,38,45)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B0BFE1

#B0BFE1
(176,191,225)
#B7C4E3
(183,196,227)
#BEC9E5
(190,201,229)
#C5CEE7
(197,206,231)
#CCD3E9
(204,211,233)
#D3D8EB
(211,216,235)
#DADDED
(218,221,237)
#E1E2EF
(225,226,239)
#E8E7F1
(232,231,241)
#EFECF3
(239,236,243)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BFE1; }

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

This text font color is #B0BFE1.


Background Color

.myBgColor { background-color: #B0BFE1; }

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

This div background color is #B0BFE1.


Border color

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

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

This div border color is #B0BFE1.


Opacity

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

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

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

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

This text has shadow with #B0BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFE1 on black background.


Color preview on white background

This text has color #B0BFE1 on white background.



Black color preview on #B0BFE1 background

This text has black color on #B0BFE1 background.


White color preview on #B0BFE1 background

This text has white color on #B0BFE1 background.