COLOR #B2B0FF

HEX: #B2B0FF
RGB: (178,176,255)

Color info

#B2B0FF contains mainly blue color. Web safe color of #B2B0FF is #9999FF (or #99F).

RGB color model

#B2B0FF color RGB value is (178,176,255).

  • red value is 178;
  • green value is 176;
  • blue value is 255.
RGB:
(178,176,255)
(70%,69%,100%)

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 255 of 255 = 100%

178
176
255

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

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 255 = 609 (100%)
R 178 of 609 ~ 29.23%
G 176 of 609 ~ 28.9%
B 255 of 609 ~ 41.87%

%29.23
%28.9
%41.87

CMYK color model

#B2B0FF color CMYK value is (30,31,0,0).

  • cyan value is 30.20%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,31,0,0)
C30M31Y0K0 
(30%,31%,0%,0%)
(0.30/0.31/0.00/0.00)	

CMYK percentages

%30.2
%30.98
%0
%0

Codes

Color #B2B0FF in popluar color models

B2B0FF
RGB178176255
HSL242°100.00%84.51%
HSB/HSV242°30.98%100.00%
CMYK30.20%30.98%0.00%
0.00%

Color #B2B0FF in popluar number systems.

HEXB2B0FF
Decimal178176255
Binary101100101011000011111111
Octal262260377

Shades and tints

Shades of #B2B0FF

#B2B0FF
(178,176,255)
#A2A0E8
(162,160,232)
#9290D1
(146,144,209)
#8280BA
(130,128,186)
#7270A3
(114,112,163)
#62608C
(98,96,140)
#525075
(82,80,117)
#42405E
(66,64,94)
#323047
(50,48,71)
#222030
(34,32,48)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #B2B0FF

#B2B0FF
(178,176,255)
#B9B7FF
(185,183,255)
#C0BEFF
(192,190,255)
#C7C5FF
(199,197,255)
#CECCFF
(206,204,255)
#D5D3FF
(213,211,255)
#DCDAFF
(220,218,255)
#E3E1FF
(227,225,255)
#EAE8FF
(234,232,255)
#F1EFFF
(241,239,255)
#F8F6FF
(248,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B0FF; }

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

This text font color is #B2B0FF.


Background Color

.myBgColor { background-color: #B2B0FF; }

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

This div background color is #B2B0FF.


Border color

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

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

This div border color is #B2B0FF.


Opacity

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

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

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

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

This text has shadow with #B2B0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B0FF on black background.


Color preview on white background

This text has color #B2B0FF on white background.



Black color preview on #B2B0FF background

This text has black color on #B2B0FF background.


White color preview on #B2B0FF background

This text has white color on #B2B0FF background.