COLOR #B1A4FF

HEX: #B1A4FF
RGB: (177,164,255)

Color info

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

RGB color model

#B1A4FF color RGB value is (177,164,255).

  • red value is 177;
  • green value is 164;
  • blue value is 255.
RGB:
(177,164,255)
(69%,64%,100%)

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 255 of 255 = 100%

177
164
255

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 255 = 596 (100%)
R 177 of 596 ~ 29.7%
G 164 of 596 ~ 27.52%
B 255 of 596 ~ 42.79%

%29.7
%27.52
%42.79

CMYK color model

#B1A4FF color CMYK value is (31,36,0,0).

  • cyan value is 30.59%
  • magenta value is 35.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,36,0,0)
C31M36Y0K0 
(31%,36%,0%,0%)
(0.31/0.36/0.00/0.00)	

CMYK percentages

%30.59
%35.69
%0
%0

Codes

Color #B1A4FF in popluar color models

B1A4FF
RGB177164255
HSL249°100.00%82.16%
HSB/HSV249°35.69%100.00%
CMYK30.59%35.69%0.00%
0.00%

Color #B1A4FF in popluar number systems.

HEXB1A4FF
Decimal177164255
Binary101100011010010011111111
Octal261244377

Shades and tints

Shades of #B1A4FF

#B1A4FF
(177,164,255)
#A196E8
(161,150,232)
#9188D1
(145,136,209)
#817ABA
(129,122,186)
#716CA3
(113,108,163)
#615E8C
(97,94,140)
#515075
(81,80,117)
#41425E
(65,66,94)
#313447
(49,52,71)
#212630
(33,38,48)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #B1A4FF

#B1A4FF
(177,164,255)
#B8ACFF
(184,172,255)
#BFB4FF
(191,180,255)
#C6BCFF
(198,188,255)
#CDC4FF
(205,196,255)
#D4CCFF
(212,204,255)
#DBD4FF
(219,212,255)
#E2DCFF
(226,220,255)
#E9E4FF
(233,228,255)
#F0ECFF
(240,236,255)
#F7F4FF
(247,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A4FF color. Also use rgb(177,164,255) instead hex code.

Text Font Color

.myTextColor { color: #B1A4FF; }

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

This text font color is #B1A4FF.


Background Color

.myBgColor { background-color: #B1A4FF; }

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

This div background color is #B1A4FF.


Border color

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

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

This div border color is #B1A4FF.


Opacity

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

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

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

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

This text has shadow with #B1A4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A4FF on black background.


Color preview on white background

This text has color #B1A4FF on white background.



Black color preview on #B1A4FF background

This text has black color on #B1A4FF background.


White color preview on #B1A4FF background

This text has white color on #B1A4FF background.