COLOR #B2B0F3

HEX: #B2B0F3
RGB: (178,176,243)

Color info

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

RGB color model

#B2B0F3 color RGB value is (178,176,243).

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

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 243 of 255 = 95%

178
176
243

R + G + B ~ 78%. #B2B0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 243 = 597 (100%)
R 178 of 597 ~ 29.82%
G 176 of 597 ~ 29.48%
B 243 of 597 ~ 40.7%

%29.82
%29.48
%40.7

CMYK color model

#B2B0F3 color CMYK value is (27,28,0,5).

  • cyan value is 26.75%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(27,28,0,5)
C27M28Y0K5 
(27%,28%,0%,5%)
(0.27/0.28/0.00/0.05)	

CMYK percentages

%26.75
%27.57
%0
%4.71

Codes

Color #B2B0F3 in popluar color models

B2B0F3
RGB178176243
HSL242°73.63%82.16%
HSB/HSV242°27.57%95.29%
CMYK26.75%27.57%0.00%
4.71%

Color #B2B0F3 in popluar number systems.

HEXB2B0F3
Decimal178176243
Binary101100101011000011110011
Octal262260363

Shades and tints

Shades of #B2B0F3

#B2B0F3
(178,176,243)
#A2A0DD
(162,160,221)
#9290C7
(146,144,199)
#8280B1
(130,128,177)
#72709B
(114,112,155)
#626085
(98,96,133)
#52506F
(82,80,111)
#424059
(66,64,89)
#323043
(50,48,67)
#22202D
(34,32,45)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #B2B0F3

#B2B0F3
(178,176,243)
#B9B7F4
(185,183,244)
#C0BEF5
(192,190,245)
#C7C5F6
(199,197,246)
#CECCF7
(206,204,247)
#D5D3F8
(213,211,248)
#DCDAF9
(220,218,249)
#E3E1FA
(227,225,250)
#EAE8FB
(234,232,251)
#F1EFFC
(241,239,252)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B0F3; }

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

This text font color is #B2B0F3.


Background Color

.myBgColor { background-color: #B2B0F3; }

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

This div background color is #B2B0F3.


Border color

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

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

This div border color is #B2B0F3.


Opacity

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

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

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

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

This text has shadow with #B2B0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B0F3 on black background.


Color preview on white background

This text has color #B2B0F3 on white background.



Black color preview on #B2B0F3 background

This text has black color on #B2B0F3 background.


White color preview on #B2B0F3 background

This text has white color on #B2B0F3 background.