COLOR #B0AAF4

HEX: #B0AAF4
RGB: (176,170,244)

Color info

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

RGB color model

#B0AAF4 color RGB value is (176,170,244).

  • red value is 176;
  • green value is 170;
  • blue value is 244.
RGB:
(176,170,244)
(69%,67%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 244 of 255 = 96%

176
170
244

R + G + B ~ 77%. #B0AAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 244 = 590 (100%)
R 176 of 590 ~ 29.83%
G 170 of 590 ~ 28.81%
B 244 of 590 ~ 41.36%

%29.83
%28.81
%41.36

CMYK color model

#B0AAF4 color CMYK value is (28,30,0,4).

  • cyan value is 27.87%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(28,30,0,4)
C28M30Y0K4 
(28%,30%,0%,4%)
(0.28/0.30/0.00/0.04)	

CMYK percentages

%27.87
%30.33
%0
%4.31

Codes

Color #B0AAF4 in popluar color models

B0AAF4
RGB176170244
HSL245°77.08%81.18%
HSB/HSV245°30.33%95.69%
CMYK27.87%30.33%0.00%
4.31%

Color #B0AAF4 in popluar number systems.

HEXB0AAF4
Decimal176170244
Binary101100001010101011110100
Octal260252364

Shades and tints

Shades of #B0AAF4

#B0AAF4
(176,170,244)
#A09BDE
(160,155,222)
#908CC8
(144,140,200)
#807DB2
(128,125,178)
#706E9C
(112,110,156)
#605F86
(96,95,134)
#505070
(80,80,112)
#40415A
(64,65,90)
#303244
(48,50,68)
#20232E
(32,35,46)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B0AAF4

#B0AAF4
(176,170,244)
#B7B1F5
(183,177,245)
#BEB8F6
(190,184,246)
#C5BFF7
(197,191,247)
#CCC6F8
(204,198,248)
#D3CDF9
(211,205,249)
#DAD4FA
(218,212,250)
#E1DBFB
(225,219,251)
#E8E2FC
(232,226,252)
#EFE9FD
(239,233,253)
#F6F0FE
(246,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AAF4 color. Also use rgb(176,170,244) instead hex code.

Text Font Color

.myTextColor { color: #B0AAF4; }

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

This text font color is #B0AAF4.


Background Color

.myBgColor { background-color: #B0AAF4; }

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

This div background color is #B0AAF4.


Border color

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

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

This div border color is #B0AAF4.


Opacity

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

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

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

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

This text has shadow with #B0AAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAF4 on black background.


Color preview on white background

This text has color #B0AAF4 on white background.



Black color preview on #B0AAF4 background

This text has black color on #B0AAF4 background.


White color preview on #B0AAF4 background

This text has white color on #B0AAF4 background.