COLOR #B1A6E4

HEX: #B1A6E4
RGB: (177,166,228)

Color info

#B1A6E4 contains mainly red and blue colors. Web safe color of #B1A6E4 is #9999CC (or #99C).

RGB color model

#B1A6E4 color RGB value is (177,166,228).

  • red value is 177;
  • green value is 166;
  • blue value is 228.
RGB:
(177,166,228)
(69%,65%,89%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 228 of 255 = 89%

177
166
228

R + G + B ~ 74%. #B1A6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 228 = 571 (100%)
R 177 of 571 ~ 31%
G 166 of 571 ~ 29.07%
B 228 of 571 ~ 39.93%

%31
%29.07
%39.93

CMYK color model

#B1A6E4 color CMYK value is (22,27,0,11).

  • cyan value is 22.37%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(22,27,0,11)
C22M27Y0K11 
(22%,27%,0%,11%)
(0.22/0.27/0.00/0.11)	

CMYK percentages

%22.37
%27.19
%0
%10.59

Codes

Color #B1A6E4 in popluar color models

B1A6E4
RGB177166228
HSL251°53.45%77.25%
HSB/HSV251°27.19%89.41%
CMYK22.37%27.19%0.00%
10.59%

Color #B1A6E4 in popluar number systems.

HEXB1A6E4
Decimal177166228
Binary101100011010011011100100
Octal261246344

Shades and tints

Shades of #B1A6E4

#B1A6E4
(177,166,228)
#A197D0
(161,151,208)
#9188BC
(145,136,188)
#8179A8
(129,121,168)
#716A94
(113,106,148)
#615B80
(97,91,128)
#514C6C
(81,76,108)
#413D58
(65,61,88)
#312E44
(49,46,68)
#211F30
(33,31,48)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #B1A6E4

#B1A6E4
(177,166,228)
#B8AEE6
(184,174,230)
#BFB6E8
(191,182,232)
#C6BEEA
(198,190,234)
#CDC6EC
(205,198,236)
#D4CEEE
(212,206,238)
#DBD6F0
(219,214,240)
#E2DEF2
(226,222,242)
#E9E6F4
(233,230,244)
#F0EEF6
(240,238,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A6E4 color. Also use rgb(177,166,228) instead hex code.

Text Font Color

.myTextColor { color: #B1A6E4; }

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

This text font color is #B1A6E4.


Background Color

.myBgColor { background-color: #B1A6E4; }

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

This div background color is #B1A6E4.


Border color

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

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

This div border color is #B1A6E4.


Opacity

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

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

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

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

This text has shadow with #B1A6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A6E4 on black background.


Color preview on white background

This text has color #B1A6E4 on white background.



Black color preview on #B1A6E4 background

This text has black color on #B1A6E4 background.


White color preview on #B1A6E4 background

This text has white color on #B1A6E4 background.