COLOR #B3BFF5

HEX: #B3BFF5
RGB: (179,191,245)

Color info

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

RGB color model

#B3BFF5 color RGB value is (179,191,245).

  • red value is 179;
  • green value is 191;
  • blue value is 245.
RGB:
(179,191,245)
(70%,75%,96%)

RGB channels and saturation

R 179 of 255 = 70%
G 191 of 255 = 75%
B 245 of 255 = 96%

179
191
245

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

Portions of RGB colors in percentages

R + G + B =
179 + 191 + 245 = 615 (100%)
R 179 of 615 ~ 29.11%
G 191 of 615 ~ 31.06%
B 245 of 615 ~ 39.84%

%29.11
%31.06
%39.84

CMYK color model

#B3BFF5 color CMYK value is (27,22,0,4).

  • cyan value is 26.94%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(27,22,0,4)
C27M22Y0K4 
(27%,22%,0%,4%)
(0.27/0.22/0.00/0.04)	

CMYK percentages

%26.94
%22.04
%0
%3.92

Codes

Color #B3BFF5 in popluar color models

B3BFF5
RGB179191245
HSL229°76.74%83.14%
HSB/HSV229°26.94%96.08%
CMYK26.94%22.04%0.00%
3.92%

Color #B3BFF5 in popluar number systems.

HEXB3BFF5
Decimal179191245
Binary101100111011111111110101
Octal263277365

Shades and tints

Shades of #B3BFF5

#B3BFF5
(179,191,245)
#A3AEDF
(163,174,223)
#939DC9
(147,157,201)
#838CB3
(131,140,179)
#737B9D
(115,123,157)
#636A87
(99,106,135)
#535971
(83,89,113)
#43485B
(67,72,91)
#333745
(51,55,69)
#23262F
(35,38,47)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #B3BFF5

#B3BFF5
(179,191,245)
#B9C4F5
(185,196,245)
#BFC9F5
(191,201,245)
#C5CEF5
(197,206,245)
#CBD3F5
(203,211,245)
#D1D8F5
(209,216,245)
#D7DDF5
(215,221,245)
#DDE2F5
(221,226,245)
#E3E7F5
(227,231,245)
#E9ECF5
(233,236,245)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BFF5 color. Also use rgb(179,191,245) instead hex code.

Text Font Color

.myTextColor { color: #B3BFF5; }

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

This text font color is #B3BFF5.


Background Color

.myBgColor { background-color: #B3BFF5; }

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

This div background color is #B3BFF5.


Border color

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

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

This div border color is #B3BFF5.


Opacity

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

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

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

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

This text has shadow with #B3BFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BFF5 on black background.


Color preview on white background

This text has color #B3BFF5 on white background.



Black color preview on #B3BFF5 background

This text has black color on #B3BFF5 background.


White color preview on #B3BFF5 background

This text has white color on #B3BFF5 background.