COLOR #B2AAF6

HEX: #B2AAF6
RGB: (178,170,246)

Color info

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

RGB color model

#B2AAF6 color RGB value is (178,170,246).

  • red value is 178;
  • green value is 170;
  • blue value is 246.
RGB:
(178,170,246)
(70%,67%,96%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 246 of 255 = 96%

178
170
246

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

Portions of RGB colors in percentages

R + G + B =
178 + 170 + 246 = 594 (100%)
R 178 of 594 ~ 29.97%
G 170 of 594 ~ 28.62%
B 246 of 594 ~ 41.41%

%29.97
%28.62
%41.41

CMYK color model

#B2AAF6 color CMYK value is (28,31,0,4).

  • cyan value is 27.64%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,31,0,4)
C28M31Y0K4 
(28%,31%,0%,4%)
(0.28/0.31/0.00/0.04)	

CMYK percentages

%27.64
%30.89
%0
%3.53

Codes

Color #B2AAF6 in popluar color models

B2AAF6
RGB178170246
HSL246°80.85%81.57%
HSB/HSV246°30.89%96.47%
CMYK27.64%30.89%0.00%
3.53%

Color #B2AAF6 in popluar number systems.

HEXB2AAF6
Decimal178170246
Binary101100101010101011110110
Octal262252366

Shades and tints

Shades of #B2AAF6

#B2AAF6
(178,170,246)
#A29BE0
(162,155,224)
#928CCA
(146,140,202)
#827DB4
(130,125,180)
#726E9E
(114,110,158)
#625F88
(98,95,136)
#525072
(82,80,114)
#42415C
(66,65,92)
#323246
(50,50,70)
#222330
(34,35,48)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #B2AAF6

#B2AAF6
(178,170,246)
#B9B1F6
(185,177,246)
#C0B8F6
(192,184,246)
#C7BFF6
(199,191,246)
#CEC6F6
(206,198,246)
#D5CDF6
(213,205,246)
#DCD4F6
(220,212,246)
#E3DBF6
(227,219,246)
#EAE2F6
(234,226,246)
#F1E9F6
(241,233,246)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AAF6 color. Also use rgb(178,170,246) instead hex code.

Text Font Color

.myTextColor { color: #B2AAF6; }

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

This text font color is #B2AAF6.


Background Color

.myBgColor { background-color: #B2AAF6; }

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

This div background color is #B2AAF6.


Border color

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

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

This div border color is #B2AAF6.


Opacity

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

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

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

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

This text has shadow with #B2AAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AAF6 on black background.


Color preview on white background

This text has color #B2AAF6 on white background.



Black color preview on #B2AAF6 background

This text has black color on #B2AAF6 background.


White color preview on #B2AAF6 background

This text has white color on #B2AAF6 background.