COLOR #B1ACF6

HEX: #B1ACF6
RGB: (177,172,246)

Color info

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

RGB color model

#B1ACF6 color RGB value is (177,172,246).

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

RGB channels and saturation

R 177 of 255 = 69%
G 172 of 255 = 67%
B 246 of 255 = 96%

177
172
246

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

Portions of RGB colors in percentages

R + G + B =
177 + 172 + 246 = 595 (100%)
R 177 of 595 ~ 29.75%
G 172 of 595 ~ 28.91%
B 246 of 595 ~ 41.34%

%29.75
%28.91
%41.34

CMYK color model

#B1ACF6 color CMYK value is (28,30,0,4).

  • cyan value is 28.05%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,30,0,4)
C28M30Y0K4 
(28%,30%,0%,4%)
(0.28/0.30/0.00/0.04)	

CMYK percentages

%28.05
%30.08
%0
%3.53

Codes

Color #B1ACF6 in popluar color models

B1ACF6
RGB177172246
HSL244°80.43%81.96%
HSB/HSV244°30.08%96.47%
CMYK28.05%30.08%0.00%
3.53%

Color #B1ACF6 in popluar number systems.

HEXB1ACF6
Decimal177172246
Binary101100011010110011110110
Octal261254366

Shades and tints

Shades of #B1ACF6

#B1ACF6
(177,172,246)
#A19DE0
(161,157,224)
#918ECA
(145,142,202)
#817FB4
(129,127,180)
#71709E
(113,112,158)
#616188
(97,97,136)
#515272
(81,82,114)
#41435C
(65,67,92)
#313446
(49,52,70)
#212530
(33,37,48)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #B1ACF6

#B1ACF6
(177,172,246)
#B8B3F6
(184,179,246)
#BFBAF6
(191,186,246)
#C6C1F6
(198,193,246)
#CDC8F6
(205,200,246)
#D4CFF6
(212,207,246)
#DBD6F6
(219,214,246)
#E2DDF6
(226,221,246)
#E9E4F6
(233,228,246)
#F0EBF6
(240,235,246)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ACF6 color. Also use rgb(177,172,246) instead hex code.

Text Font Color

.myTextColor { color: #B1ACF6; }

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

This text font color is #B1ACF6.


Background Color

.myBgColor { background-color: #B1ACF6; }

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

This div background color is #B1ACF6.


Border color

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

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

This div border color is #B1ACF6.


Opacity

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

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

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

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

This text has shadow with #B1ACF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ACF6 on black background.


Color preview on white background

This text has color #B1ACF6 on white background.



Black color preview on #B1ACF6 background

This text has black color on #B1ACF6 background.


White color preview on #B1ACF6 background

This text has white color on #B1ACF6 background.