COLOR #B0BFEC

HEX: #B0BFEC
RGB: (176,191,236)

Color info

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

RGB color model

#B0BFEC color RGB value is (176,191,236).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 236 of 255 = 93%

176
191
236

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 236 = 603 (100%)
R 176 of 603 ~ 29.19%
G 191 of 603 ~ 31.67%
B 236 of 603 ~ 39.14%

%29.19
%31.67
%39.14

CMYK color model

#B0BFEC color CMYK value is (25,19,0,7).

  • cyan value is 25.42%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(25,19,0,7)
C25M19Y0K7 
(25%,19%,0%,7%)
(0.25/0.19/0.00/0.07)	

CMYK percentages

%25.42
%19.07
%0
%7.45

Codes

Color #B0BFEC in popluar color models

B0BFEC
RGB176191236
HSL225°61.22%80.78%
HSB/HSV225°25.42%92.55%
CMYK25.42%19.07%0.00%
7.45%

Color #B0BFEC in popluar number systems.

HEXB0BFEC
Decimal176191236
Binary101100001011111111101100
Octal260277354

Shades and tints

Shades of #B0BFEC

#B0BFEC
(176,191,236)
#A0AED7
(160,174,215)
#909DC2
(144,157,194)
#808CAD
(128,140,173)
#707B98
(112,123,152)
#606A83
(96,106,131)
#50596E
(80,89,110)
#404859
(64,72,89)
#303744
(48,55,68)
#20262F
(32,38,47)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B0BFEC

#B0BFEC
(176,191,236)
#B7C4ED
(183,196,237)
#BEC9EE
(190,201,238)
#C5CEEF
(197,206,239)
#CCD3F0
(204,211,240)
#D3D8F1
(211,216,241)
#DADDF2
(218,221,242)
#E1E2F3
(225,226,243)
#E8E7F4
(232,231,244)
#EFECF5
(239,236,245)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BFEC; }

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

This text font color is #B0BFEC.


Background Color

.myBgColor { background-color: #B0BFEC; }

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

This div background color is #B0BFEC.


Border color

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

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

This div border color is #B0BFEC.


Opacity

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

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

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

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

This text has shadow with #B0BFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFEC on black background.


Color preview on white background

This text has color #B0BFEC on white background.



Black color preview on #B0BFEC background

This text has black color on #B0BFEC background.


White color preview on #B0BFEC background

This text has white color on #B0BFEC background.