COLOR #B3A9ED

HEX: #B3A9ED
RGB: (179,169,237)

Color info

#B3A9ED contains mainly red and blue colors. Web safe color of #B3A9ED is #9999FF (or #99F).

RGB color model

#B3A9ED color RGB value is (179,169,237).

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

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 237 of 255 = 93%

179
169
237

R + G + B ~ 76%. #B3A9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 169 + 237 = 585 (100%)
R 179 of 585 ~ 30.6%
G 169 of 585 ~ 28.89%
B 237 of 585 ~ 40.51%

%30.6
%28.89
%40.51

CMYK color model

#B3A9ED color CMYK value is (24,29,0,7).

  • cyan value is 24.47%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,29,0,7)
C24M29Y0K7 
(24%,29%,0%,7%)
(0.24/0.29/0.00/0.07)	

CMYK percentages

%24.47
%28.69
%0
%7.06

Codes

Color #B3A9ED in popluar color models

B3A9ED
RGB179169237
HSL249°65.38%79.61%
HSB/HSV249°28.69%92.94%
CMYK24.47%28.69%0.00%
7.06%

Color #B3A9ED in popluar number systems.

HEXB3A9ED
Decimal179169237
Binary101100111010100111101101
Octal263251355

Shades and tints

Shades of #B3A9ED

#B3A9ED
(179,169,237)
#A39AD8
(163,154,216)
#938BC3
(147,139,195)
#837CAE
(131,124,174)
#736D99
(115,109,153)
#635E84
(99,94,132)
#534F6F
(83,79,111)
#43405A
(67,64,90)
#333145
(51,49,69)
#232230
(35,34,48)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #B3A9ED

#B3A9ED
(179,169,237)
#B9B0EE
(185,176,238)
#BFB7EF
(191,183,239)
#C5BEF0
(197,190,240)
#CBC5F1
(203,197,241)
#D1CCF2
(209,204,242)
#D7D3F3
(215,211,243)
#DDDAF4
(221,218,244)
#E3E1F5
(227,225,245)
#E9E8F6
(233,232,246)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A9ED; }

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

This text font color is #B3A9ED.


Background Color

.myBgColor { background-color: #B3A9ED; }

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

This div background color is #B3A9ED.


Border color

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

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

This div border color is #B3A9ED.


Opacity

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

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

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

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

This text has shadow with #B3A9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A9ED on black background.


Color preview on white background

This text has color #B3A9ED on white background.



Black color preview on #B3A9ED background

This text has black color on #B3A9ED background.


White color preview on #B3A9ED background

This text has white color on #B3A9ED background.