COLOR #B0A0F5

HEX: #B0A0F5
RGB: (176,160,245)

Color info

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

RGB color model

#B0A0F5 color RGB value is (176,160,245).

  • red value is 176;
  • green value is 160;
  • blue value is 245.
RGB:
(176,160,245)
(69%,63%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 245 of 255 = 96%

176
160
245

R + G + B ~ 76%. #B0A0F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 245 = 581 (100%)
R 176 of 581 ~ 30.29%
G 160 of 581 ~ 27.54%
B 245 of 581 ~ 42.17%

%30.29
%27.54
%42.17

CMYK color model

#B0A0F5 color CMYK value is (28,35,0,4).

  • cyan value is 28.16%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(28,35,0,4)
C28M35Y0K4 
(28%,35%,0%,4%)
(0.28/0.35/0.00/0.04)	

CMYK percentages

%28.16
%34.69
%0
%3.92

Codes

Color #B0A0F5 in popluar color models

B0A0F5
RGB176160245
HSL251°80.95%79.41%
HSB/HSV251°34.69%96.08%
CMYK28.16%34.69%0.00%
3.92%

Color #B0A0F5 in popluar number systems.

HEXB0A0F5
Decimal176160245
Binary101100001010000011110101
Octal260240365

Shades and tints

Shades of #B0A0F5

#B0A0F5
(176,160,245)
#A092DF
(160,146,223)
#9084C9
(144,132,201)
#8076B3
(128,118,179)
#70689D
(112,104,157)
#605A87
(96,90,135)
#504C71
(80,76,113)
#403E5B
(64,62,91)
#303045
(48,48,69)
#20222F
(32,34,47)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B0A0F5

#B0A0F5
(176,160,245)
#B7A8F5
(183,168,245)
#BEB0F5
(190,176,245)
#C5B8F5
(197,184,245)
#CCC0F5
(204,192,245)
#D3C8F5
(211,200,245)
#DAD0F5
(218,208,245)
#E1D8F5
(225,216,245)
#E8E0F5
(232,224,245)
#EFE8F5
(239,232,245)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A0F5 color. Also use rgb(176,160,245) instead hex code.

Text Font Color

.myTextColor { color: #B0A0F5; }

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

This text font color is #B0A0F5.


Background Color

.myBgColor { background-color: #B0A0F5; }

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

This div background color is #B0A0F5.


Border color

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

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

This div border color is #B0A0F5.


Opacity

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

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

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

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

This text has shadow with #B0A0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A0F5 on black background.


Color preview on white background

This text has color #B0A0F5 on white background.



Black color preview on #B0A0F5 background

This text has black color on #B0A0F5 background.


White color preview on #B0A0F5 background

This text has white color on #B0A0F5 background.