COLOR #B1A6DD

HEX: #B1A6DD
RGB: (177,166,221)

Color info

#B1A6DD contains red, green and blue colors in about the same proportion. Web safe color of #B1A6DD is #9999CC (or #99C).

RGB color model

#B1A6DD color RGB value is (177,166,221).

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

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 221 of 255 = 87%

177
166
221

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

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 221 = 564 (100%)
R 177 of 564 ~ 31.38%
G 166 of 564 ~ 29.43%
B 221 of 564 ~ 39.18%

%31.38
%29.43
%39.18

CMYK color model

#B1A6DD color CMYK value is (20,25,0,13).

  • cyan value is 19.91%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,25,0,13)
C20M25Y0K13 
(20%,25%,0%,13%)
(0.20/0.25/0.00/0.13)	

CMYK percentages

%19.91
%24.89
%0
%13.33

Codes

Color #B1A6DD in popluar color models

B1A6DD
RGB177166221
HSL252°44.72%75.88%
HSB/HSV252°24.89%86.67%
CMYK19.91%24.89%0.00%
13.33%

Color #B1A6DD in popluar number systems.

HEXB1A6DD
Decimal177166221
Binary101100011010011011011101
Octal261246335

Shades and tints

Shades of #B1A6DD

#B1A6DD
(177,166,221)
#A197C9
(161,151,201)
#9188B5
(145,136,181)
#8179A1
(129,121,161)
#716A8D
(113,106,141)
#615B79
(97,91,121)
#514C65
(81,76,101)
#413D51
(65,61,81)
#312E3D
(49,46,61)
#211F29
(33,31,41)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B1A6DD

#B1A6DD
(177,166,221)
#B8AEE0
(184,174,224)
#BFB6E3
(191,182,227)
#C6BEE6
(198,190,230)
#CDC6E9
(205,198,233)
#D4CEEC
(212,206,236)
#DBD6EF
(219,214,239)
#E2DEF2
(226,222,242)
#E9E6F5
(233,230,245)
#F0EEF8
(240,238,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A6DD; }

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

This text font color is #B1A6DD.


Background Color

.myBgColor { background-color: #B1A6DD; }

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

This div background color is #B1A6DD.


Border color

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

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

This div border color is #B1A6DD.


Opacity

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

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

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

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

This text has shadow with #B1A6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A6DD on black background.


Color preview on white background

This text has color #B1A6DD on white background.



Black color preview on #B1A6DD background

This text has black color on #B1A6DD background.


White color preview on #B1A6DD background

This text has white color on #B1A6DD background.