COLOR #B1A2DA

HEX: #B1A2DA
RGB: (177,162,218)

Color info

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

RGB color model

#B1A2DA color RGB value is (177,162,218).

  • red value is 177;
  • green value is 162;
  • blue value is 218.
RGB:
(177,162,218)
(69%,64%,85%)

RGB channels and saturation

R 177 of 255 = 69%
G 162 of 255 = 64%
B 218 of 255 = 85%

177
162
218

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

Portions of RGB colors in percentages

R + G + B =
177 + 162 + 218 = 557 (100%)
R 177 of 557 ~ 31.78%
G 162 of 557 ~ 29.08%
B 218 of 557 ~ 39.14%

%31.78
%29.08
%39.14

CMYK color model

#B1A2DA color CMYK value is (19,26,0,15).

  • cyan value is 18.81%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,26,0,15)
C19M26Y0K15 
(19%,26%,0%,15%)
(0.19/0.26/0.00/0.15)	

CMYK percentages

%18.81
%25.69
%0
%14.51

Codes

Color #B1A2DA in popluar color models

B1A2DA
RGB177162218
HSL256°43.08%74.51%
HSB/HSV256°25.69%85.49%
CMYK18.81%25.69%0.00%
14.51%

Color #B1A2DA in popluar number systems.

HEXB1A2DA
Decimal177162218
Binary101100011010001011011010
Octal261242332

Shades and tints

Shades of #B1A2DA

#B1A2DA
(177,162,218)
#A194C7
(161,148,199)
#9186B4
(145,134,180)
#8178A1
(129,120,161)
#716A8E
(113,106,142)
#615C7B
(97,92,123)
#514E68
(81,78,104)
#414055
(65,64,85)
#313242
(49,50,66)
#21242F
(33,36,47)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #B1A2DA

#B1A2DA
(177,162,218)
#B8AADD
(184,170,221)
#BFB2E0
(191,178,224)
#C6BAE3
(198,186,227)
#CDC2E6
(205,194,230)
#D4CAE9
(212,202,233)
#DBD2EC
(219,210,236)
#E2DAEF
(226,218,239)
#E9E2F2
(233,226,242)
#F0EAF5
(240,234,245)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A2DA color. Also use rgb(177,162,218) instead hex code.

Text Font Color

.myTextColor { color: #B1A2DA; }

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

This text font color is #B1A2DA.


Background Color

.myBgColor { background-color: #B1A2DA; }

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

This div background color is #B1A2DA.


Border color

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

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

This div border color is #B1A2DA.


Opacity

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

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

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

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

This text has shadow with #B1A2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A2DA on black background.


Color preview on white background

This text has color #B1A2DA on white background.



Black color preview on #B1A2DA background

This text has black color on #B1A2DA background.


White color preview on #B1A2DA background

This text has white color on #B1A2DA background.