COLOR #B1A5D6

HEX: #B1A5D6 RGB: (177,165,214)

Color info

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

RGB color model

#B1A5D6 color RGB value is (177,165,214).

RGB: (177,165,214) (69%, 65%, 84%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 214 of 255 = 84%

177
165
214

R + G + B ~ 73%. #B1A5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 165 + 214 = 556 (100%)
R 177 of 556 ~ 31.83%
G 165 of 556 ~ 29.68%
B 214 of 556 ~ 38.49'%

%31.83
%29.68
%38.49

CMYK color model

#B1A5D6 color CMYK value is (17,23,0,16).

  • cyan value is 17.29%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (17,23,0,16)
C17M23Y0K16 (17%, 23%, 0%, 16%)
(0.17 / 0.23 / 0.00 / 0.16)

CMYK percentages

%17.29
%22.9
%0
%16.08

Codes

Color #B1A5D6 in popluar color models

B1 A5 D6
RGB 177 165 214
HSL 255° 37.40% 74.31%
HSB/HSV 255° 22.90% 83.92%
CMYK 17.29% 22.90% 0.00%
16.08%

Color #B1A5D6 in popluar number systems.

HEX B1 A5 D6
Decimal 177 165 214
Binary 10110001 10100101 11010110
Octal 261 245 326

Shades and tints

Shades of #B1A5D6

#B1A5D6
(177,165,214)
#A196C3
(161,150,195)
#9187B0
(145,135,176)
#81789D
(129,120,157)
#71698A
(113,105,138)
#615A77
(97,90,119)
#514B64
(81,75,100)
#413C51
(65,60,81)
#312D3E
(49,45,62)
#211E2B
(33,30,43)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #B1A5D6

#B1A5D6
(177,165,214)
#B8ADD9
(184,173,217)
#BFB5DC
(191,181,220)
#C6BDDF
(198,189,223)
#CDC5E2
(205,197,226)
#D4CDE5
(212,205,229)
#DBD5E8
(219,213,232)
#E2DDEB
(226,221,235)
#E9E5EE
(233,229,238)
#F0EDF1
(240,237,241)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A5D6 color. Also use rgb(177,165,214) instead hex code.

Text Font Color

.myTextColor { color: #B1A5D6; }

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

This text font color is #B1A5D6.

Background Color

.myBgColor { background-color: #B1A5D6; }

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

This div background color is #B1A5D6.

Border color

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

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

This div border color is #B1A5D6.

Opacity

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

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

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

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

This text has shadow with #B1A5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A5D6.

Preview

Color preview on black background

This text has color #B1A5D6 on black background.


Color preview on white background

This text has color #B1A5D6 on white background.


Black color preview on #B1A5D6 background

This text has black color on #B1A5D6 background.


White color preview on #B1A5D6 background

This text has white color on #B1A5D6 background.


Related colors

Complementary color

Complementary color for #hex is #4E5A29.


I love getcolorcode.com

Triadic colors

1 #D6B1A5 and #A5D6B1 with #B1A5D6 are triadic colors.

2 #D6A5B1 and #A5B1D6 with #B1A5D6 are triadic colors.