COLOR #B5BFF8

HEX: #B5BFF8
RGB: (181,191,248)

Color info

#B5BFF8 contains mainly green and blue colors. Web safe color of #B5BFF8 is #CCCCFF (or #CCF).

RGB color model

#B5BFF8 color RGB value is (181,191,248).

  • red value is 181;
  • green value is 191;
  • blue value is 248.
RGB:
(181,191,248)
(71%,75%,97%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 248 of 255 = 97%

181
191
248

R + G + B ~ 81%. #B5BFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 248 = 620 (100%)
R 181 of 620 ~ 29.19%
G 191 of 620 ~ 30.81%
B 248 of 620 ~ 40%

%29.19
%30.81
%40

CMYK color model

#B5BFF8 color CMYK value is (27,23,0,3).

  • cyan value is 27.02%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,23,0,3)
C27M23Y0K3 
(27%,23%,0%,3%)
(0.27/0.23/0.00/0.03)	

CMYK percentages

%27.02
%22.98
%0
%2.75

Codes

Color #B5BFF8 in popluar color models

B5BFF8
RGB181191248
HSL231°82.72%84.12%
HSB/HSV231°27.02%97.25%
CMYK27.02%22.98%0.00%
2.75%

Color #B5BFF8 in popluar number systems.

HEXB5BFF8
Decimal181191248
Binary101101011011111111111000
Octal265277370

Shades and tints

Shades of #B5BFF8

#B5BFF8
(181,191,248)
#A5AEE2
(165,174,226)
#959DCC
(149,157,204)
#858CB6
(133,140,182)
#757BA0
(117,123,160)
#656A8A
(101,106,138)
#555974
(85,89,116)
#45485E
(69,72,94)
#353748
(53,55,72)
#252632
(37,38,50)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #B5BFF8

#B5BFF8
(181,191,248)
#BBC4F8
(187,196,248)
#C1C9F8
(193,201,248)
#C7CEF8
(199,206,248)
#CDD3F8
(205,211,248)
#D3D8F8
(211,216,248)
#D9DDF8
(217,221,248)
#DFE2F8
(223,226,248)
#E5E7F8
(229,231,248)
#EBECF8
(235,236,248)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BFF8 color. Also use rgb(181,191,248) instead hex code.

Text Font Color

.myTextColor { color: #B5BFF8; }

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

This text font color is #B5BFF8.


Background Color

.myBgColor { background-color: #B5BFF8; }

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

This div background color is #B5BFF8.


Border color

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

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

This div border color is #B5BFF8.


Opacity

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

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

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

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

This text has shadow with #B5BFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFF8 on black background.


Color preview on white background

This text has color #B5BFF8 on white background.



Black color preview on #B5BFF8 background

This text has black color on #B5BFF8 background.


White color preview on #B5BFF8 background

This text has white color on #B5BFF8 background.