COLOR #B0BFEB

HEX: #B0BFEB
RGB: (176,191,235)

Color info

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

RGB color model

#B0BFEB color RGB value is (176,191,235).

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

RGB channels and saturation

R 176 of 255 = 69%
G 191 of 255 = 75%
B 235 of 255 = 92%

176
191
235

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

Portions of RGB colors in percentages

R + G + B =
176 + 191 + 235 = 602 (100%)
R 176 of 602 ~ 29.24%
G 191 of 602 ~ 31.73%
B 235 of 602 ~ 39.04%

%29.24
%31.73
%39.04

CMYK color model

#B0BFEB color CMYK value is (25,19,0,8).

  • cyan value is 25.11%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,19,0,8)
C25M19Y0K8 
(25%,19%,0%,8%)
(0.25/0.19/0.00/0.08)	

CMYK percentages

%25.11
%18.72
%0
%7.84

Codes

Color #B0BFEB in popluar color models

B0BFEB
RGB176191235
HSL225°59.60%80.59%
HSB/HSV225°25.11%92.16%
CMYK25.11%18.72%0.00%
7.84%

Color #B0BFEB in popluar number systems.

HEXB0BFEB
Decimal176191235
Binary101100001011111111101011
Octal260277353

Shades and tints

Shades of #B0BFEB

#B0BFEB
(176,191,235)
#A0AED6
(160,174,214)
#909DC1
(144,157,193)
#808CAC
(128,140,172)
#707B97
(112,123,151)
#606A82
(96,106,130)
#50596D
(80,89,109)
#404858
(64,72,88)
#303743
(48,55,67)
#20262E
(32,38,46)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #B0BFEB

#B0BFEB
(176,191,235)
#B7C4EC
(183,196,236)
#BEC9ED
(190,201,237)
#C5CEEE
(197,206,238)
#CCD3EF
(204,211,239)
#D3D8F0
(211,216,240)
#DADDF1
(218,221,241)
#E1E2F2
(225,226,242)
#E8E7F3
(232,231,243)
#EFECF4
(239,236,244)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BFEB; }

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

This text font color is #B0BFEB.


Background Color

.myBgColor { background-color: #B0BFEB; }

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

This div background color is #B0BFEB.


Border color

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

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

This div border color is #B0BFEB.


Opacity

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

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

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

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

This text has shadow with #B0BFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BFEB on black background.


Color preview on white background

This text has color #B0BFEB on white background.



Black color preview on #B0BFEB background

This text has black color on #B0BFEB background.


White color preview on #B0BFEB background

This text has white color on #B0BFEB background.