COLOR #B5AAFA

HEX: #B5AAFA
RGB: (181,170,250)

Color info

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

RGB color model

#B5AAFA color RGB value is (181,170,250).

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

RGB channels and saturation

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

181
170
250

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 250 = 601 (100%)
R 181 of 601 ~ 30.12%
G 170 of 601 ~ 28.29%
B 250 of 601 ~ 41.6%

%30.12
%28.29
%41.6

CMYK color model

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

  • cyan value is 27.60%
  • 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

%27.6
%32
%0
%1.96

Codes

Color #B5AAFA in popluar color models

B5AAFA
RGB181170250
HSL248°88.89%82.35%
HSB/HSV248°32.00%98.04%
CMYK27.60%32.00%0.00%
1.96%

Color #B5AAFA in popluar number systems.

HEXB5AAFA
Decimal181170250
Binary101101011010101011111010
Octal265252372

Shades and tints

Shades of #B5AAFA

#B5AAFA
(181,170,250)
#A59BE4
(165,155,228)
#958CCE
(149,140,206)
#857DB8
(133,125,184)
#756EA2
(117,110,162)
#655F8C
(101,95,140)
#555076
(85,80,118)
#454160
(69,65,96)
#35324A
(53,50,74)
#252334
(37,35,52)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #B5AAFA

#B5AAFA
(181,170,250)
#BBB1FA
(187,177,250)
#C1B8FA
(193,184,250)
#C7BFFA
(199,191,250)
#CDC6FA
(205,198,250)
#D3CDFA
(211,205,250)
#D9D4FA
(217,212,250)
#DFDBFA
(223,219,250)
#E5E2FA
(229,226,250)
#EBE9FA
(235,233,250)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AAFA; }

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

This text font color is #B5AAFA.


Background Color

.myBgColor { background-color: #B5AAFA; }

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

This div background color is #B5AAFA.


Border color

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

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

This div border color is #B5AAFA.


Opacity

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

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

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

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

This text has shadow with #B5AAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AAFA on black background.


Color preview on white background

This text has color #B5AAFA on white background.



Black color preview on #B5AAFA background

This text has black color on #B5AAFA background.


White color preview on #B5AAFA background

This text has white color on #B5AAFA background.