COLOR #B3A9DA

HEX: #B3A9DA
RGB: (179,169,218)

Color info

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

RGB color model

#B3A9DA color RGB value is (179,169,218).

  • red value is 179;
  • green value is 169;
  • blue value is 218.
RGB:
(179,169,218)
(70%,66%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 218 of 255 = 85%

179
169
218

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

Portions of RGB colors in percentages

R + G + B =
179 + 169 + 218 = 566 (100%)
R 179 of 566 ~ 31.63%
G 169 of 566 ~ 29.86%
B 218 of 566 ~ 38.52%

%31.63
%29.86
%38.52

CMYK color model

#B3A9DA color CMYK value is (18,22,0,15).

  • cyan value is 17.89%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(18,22,0,15)
C18M22Y0K15 
(18%,22%,0%,15%)
(0.18/0.22/0.00/0.15)	

CMYK percentages

%17.89
%22.48
%0
%14.51

Codes

Color #B3A9DA in popluar color models

B3A9DA
RGB179169218
HSL252°39.84%75.88%
HSB/HSV252°22.48%85.49%
CMYK17.89%22.48%0.00%
14.51%

Color #B3A9DA in popluar number systems.

HEXB3A9DA
Decimal179169218
Binary101100111010100111011010
Octal263251332

Shades and tints

Shades of #B3A9DA

#B3A9DA
(179,169,218)
#A39AC7
(163,154,199)
#938BB4
(147,139,180)
#837CA1
(131,124,161)
#736D8E
(115,109,142)
#635E7B
(99,94,123)
#534F68
(83,79,104)
#434055
(67,64,85)
#333142
(51,49,66)
#23222F
(35,34,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #B3A9DA

#B3A9DA
(179,169,218)
#B9B0DD
(185,176,221)
#BFB7E0
(191,183,224)
#C5BEE3
(197,190,227)
#CBC5E6
(203,197,230)
#D1CCE9
(209,204,233)
#D7D3EC
(215,211,236)
#DDDAEF
(221,218,239)
#E3E1F2
(227,225,242)
#E9E8F5
(233,232,245)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A9DA color. Also use rgb(179,169,218) instead hex code.

Text Font Color

.myTextColor { color: #B3A9DA; }

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

This text font color is #B3A9DA.


Background Color

.myBgColor { background-color: #B3A9DA; }

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

This div background color is #B3A9DA.


Border color

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

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

This div border color is #B3A9DA.


Opacity

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

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

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

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

This text has shadow with #B3A9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A9DA on black background.


Color preview on white background

This text has color #B3A9DA on white background.



Black color preview on #B3A9DA background

This text has black color on #B3A9DA background.


White color preview on #B3A9DA background

This text has white color on #B3A9DA background.