COLOR #B1ABFB

HEX: #B1ABFB
RGB: (177,171,251)

Color info

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

RGB color model

#B1ABFB color RGB value is (177,171,251).

  • red value is 177;
  • green value is 171;
  • blue value is 251.
RGB:
(177,171,251)
(69%,67%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 251 of 255 = 98%

177
171
251

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 251 = 599 (100%)
R 177 of 599 ~ 29.55%
G 171 of 599 ~ 28.55%
B 251 of 599 ~ 41.9%

%29.55
%28.55
%41.9

CMYK color model

#B1ABFB color CMYK value is (29,32,0,2).

  • cyan value is 29.48%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,32,0,2)
C29M32Y0K2 
(29%,32%,0%,2%)
(0.29/0.32/0.00/0.02)	

CMYK percentages

%29.48
%31.87
%0
%1.57

Codes

Color #B1ABFB in popluar color models

B1ABFB
RGB177171251
HSL245°90.91%82.75%
HSB/HSV245°31.87%98.43%
CMYK29.48%31.87%0.00%
1.57%

Color #B1ABFB in popluar number systems.

HEXB1ABFB
Decimal177171251
Binary101100011010101111111011
Octal261253373

Shades and tints

Shades of #B1ABFB

#B1ABFB
(177,171,251)
#A19CE5
(161,156,229)
#918DCF
(145,141,207)
#817EB9
(129,126,185)
#716FA3
(113,111,163)
#61608D
(97,96,141)
#515177
(81,81,119)
#414261
(65,66,97)
#31334B
(49,51,75)
#212435
(33,36,53)
#11151F
(17,21,31)
#000000
(0,0,0)

Tints of #B1ABFB

#B1ABFB
(177,171,251)
#B8B2FB
(184,178,251)
#BFB9FB
(191,185,251)
#C6C0FB
(198,192,251)
#CDC7FB
(205,199,251)
#D4CEFB
(212,206,251)
#DBD5FB
(219,213,251)
#E2DCFB
(226,220,251)
#E9E3FB
(233,227,251)
#F0EAFB
(240,234,251)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ABFB color. Also use rgb(177,171,251) instead hex code.

Text Font Color

.myTextColor { color: #B1ABFB; }

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

This text font color is #B1ABFB.


Background Color

.myBgColor { background-color: #B1ABFB; }

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

This div background color is #B1ABFB.


Border color

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

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

This div border color is #B1ABFB.


Opacity

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

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

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

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

This text has shadow with #B1ABFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABFB on black background.


Color preview on white background

This text has color #B1ABFB on white background.



Black color preview on #B1ABFB background

This text has black color on #B1ABFB background.


White color preview on #B1ABFB background

This text has white color on #B1ABFB background.