COLOR #B8B8FF

HEX: #B8B8FF
RGB: (184,184,255)

Color info

#B8B8FF contains mainly blue color. Web safe color of #B8B8FF is #CCCCFF (or #CCF).

RGB color model

#B8B8FF color RGB value is (184,184,255).

  • red value is 184;
  • green value is 184;
  • blue value is 255.
RGB:
(184,184,255)
(72%,72%,100%)

RGB channels and saturation

R 184 of 255 = 72%
G 184 of 255 = 72%
B 255 of 255 = 100%

184
184
255

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

Portions of RGB colors in percentages

R + G + B =
184 + 184 + 255 = 623 (100%)
R 184 of 623 ~ 29.53%
G 184 of 623 ~ 29.53%
B 255 of 623 ~ 40.93%

%29.53
%29.53
%40.93

CMYK color model

#B8B8FF color CMYK value is (28,28,0,0).

  • cyan value is 27.84%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,28,0,0)
C28M28Y0K0 
(28%,28%,0%,0%)
(0.28/0.28/0.00/0.00)	

CMYK percentages

%27.84
%27.84
%0
%0

Codes

Color #B8B8FF in popluar color models

B8B8FF
RGB184184255
HSL240°100.00%86.08%
HSB/HSV240°27.84%100.00%
CMYK27.84%27.84%0.00%
0.00%

Color #B8B8FF in popluar number systems.

HEXB8B8FF
Decimal184184255
Binary101110001011100011111111
Octal270270377

Shades and tints

Shades of #B8B8FF

#B8B8FF
(184,184,255)
#A8A8E8
(168,168,232)
#9898D1
(152,152,209)
#8888BA
(136,136,186)
#7878A3
(120,120,163)
#68688C
(104,104,140)
#585875
(88,88,117)
#48485E
(72,72,94)
#383847
(56,56,71)
#282830
(40,40,48)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #B8B8FF

#B8B8FF
(184,184,255)
#BEBEFF
(190,190,255)
#C4C4FF
(196,196,255)
#CACAFF
(202,202,255)
#D0D0FF
(208,208,255)
#D6D6FF
(214,214,255)
#DCDCFF
(220,220,255)
#E2E2FF
(226,226,255)
#E8E8FF
(232,232,255)
#EEEEFF
(238,238,255)
#F4F4FF
(244,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B8FF color. Also use rgb(184,184,255) instead hex code.

Text Font Color

.myTextColor { color: #B8B8FF; }

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

This text font color is #B8B8FF.


Background Color

.myBgColor { background-color: #B8B8FF; }

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

This div background color is #B8B8FF.


Border color

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

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

This div border color is #B8B8FF.


Opacity

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

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

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

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

This text has shadow with #B8B8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B8FF on black background.


Color preview on white background

This text has color #B8B8FF on white background.



Black color preview on #B8B8FF background

This text has black color on #B8B8FF background.


White color preview on #B8B8FF background

This text has white color on #B8B8FF background.