COLOR #B1ABF4

HEX: #B1ABF4
RGB: (177,171,244)

Color info

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

RGB color model

#B1ABF4 color RGB value is (177,171,244).

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

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 244 of 255 = 96%

177
171
244

R + G + B ~ 77%. #B1ABF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 244 = 592 (100%)
R 177 of 592 ~ 29.9%
G 171 of 592 ~ 28.89%
B 244 of 592 ~ 41.22%

%29.9
%28.89
%41.22

CMYK color model

#B1ABF4 color CMYK value is (27,30,0,4).

  • cyan value is 27.46%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(27,30,0,4)
C27M30Y0K4 
(27%,30%,0%,4%)
(0.27/0.30/0.00/0.04)	

CMYK percentages

%27.46
%29.92
%0
%4.31

Codes

Color #B1ABF4 in popluar color models

B1ABF4
RGB177171244
HSL245°76.84%81.37%
HSB/HSV245°29.92%95.69%
CMYK27.46%29.92%0.00%
4.31%

Color #B1ABF4 in popluar number systems.

HEXB1ABF4
Decimal177171244
Binary101100011010101111110100
Octal261253364

Shades and tints

Shades of #B1ABF4

#B1ABF4
(177,171,244)
#A19CDE
(161,156,222)
#918DC8
(145,141,200)
#817EB2
(129,126,178)
#716F9C
(113,111,156)
#616086
(97,96,134)
#515170
(81,81,112)
#41425A
(65,66,90)
#313344
(49,51,68)
#21242E
(33,36,46)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #B1ABF4

#B1ABF4
(177,171,244)
#B8B2F5
(184,178,245)
#BFB9F6
(191,185,246)
#C6C0F7
(198,192,247)
#CDC7F8
(205,199,248)
#D4CEF9
(212,206,249)
#DBD5FA
(219,213,250)
#E2DCFB
(226,220,251)
#E9E3FC
(233,227,252)
#F0EAFD
(240,234,253)
#F7F1FE
(247,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABF4; }

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

This text font color is #B1ABF4.


Background Color

.myBgColor { background-color: #B1ABF4; }

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

This div background color is #B1ABF4.


Border color

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

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

This div border color is #B1ABF4.


Opacity

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

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

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

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

This text has shadow with #B1ABF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABF4 on black background.


Color preview on white background

This text has color #B1ABF4 on white background.



Black color preview on #B1ABF4 background

This text has black color on #B1ABF4 background.


White color preview on #B1ABF4 background

This text has white color on #B1ABF4 background.