COLOR #B4AAFA

HEX: #B4AAFA
RGB: (180,170,250)

Color info

#B4AAFA contains mainly blue color. Web safe color of #B4AAFA is #CC99FF (or #C9F).

RGB color model

#B4AAFA color RGB value is (180,170,250).

  • red value is 180;
  • green value is 170;
  • blue value is 250.
RGB:
(180,170,250)
(71%,67%,98%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 250 of 255 = 98%

180
170
250

R + G + B ~ 79%. #B4AAFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 250 = 600 (100%)
R 180 of 600 ~ 30%
G 170 of 600 ~ 28.33%
B 250 of 600 ~ 41.67%

%30
%28.33
%41.67

CMYK color model

#B4AAFA color CMYK value is (28,32,0,2).

  • cyan value is 28.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,32,0,2)
C28M32Y0K2 
(28%,32%,0%,2%)
(0.28/0.32/0.00/0.02)	

CMYK percentages

%28
%32
%0
%1.96

Codes

Color #B4AAFA in popluar color models

B4AAFA
RGB180170250
HSL248°88.89%82.35%
HSB/HSV248°32.00%98.04%
CMYK28.00%32.00%0.00%
1.96%

Color #B4AAFA in popluar number systems.

HEXB4AAFA
Decimal180170250
Binary101101001010101011111010
Octal264252372

Shades and tints

Shades of #B4AAFA

#B4AAFA
(180,170,250)
#A49BE4
(164,155,228)
#948CCE
(148,140,206)
#847DB8
(132,125,184)
#746EA2
(116,110,162)
#645F8C
(100,95,140)
#545076
(84,80,118)
#444160
(68,65,96)
#34324A
(52,50,74)
#242334
(36,35,52)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #B4AAFA

#B4AAFA
(180,170,250)
#BAB1FA
(186,177,250)
#C0B8FA
(192,184,250)
#C6BFFA
(198,191,250)
#CCC6FA
(204,198,250)
#D2CDFA
(210,205,250)
#D8D4FA
(216,212,250)
#DEDBFA
(222,219,250)
#E4E2FA
(228,226,250)
#EAE9FA
(234,233,250)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAFA color. Also use rgb(180,170,250) instead hex code.

Text Font Color

.myTextColor { color: #B4AAFA; }

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

This text font color is #B4AAFA.


Background Color

.myBgColor { background-color: #B4AAFA; }

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

This div background color is #B4AAFA.


Border color

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

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

This div border color is #B4AAFA.


Opacity

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

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

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

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

This text has shadow with #B4AAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAFA on black background.


Color preview on white background

This text has color #B4AAFA on white background.



Black color preview on #B4AAFA background

This text has black color on #B4AAFA background.


White color preview on #B4AAFA background

This text has white color on #B4AAFA background.