COLOR #B3BAE0

HEX: #B3BAE0
RGB: (179,186,224)

Color info

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

RGB color model

#B3BAE0 color RGB value is (179,186,224).

  • red value is 179;
  • green value is 186;
  • blue value is 224.
RGB:
(179,186,224)
(70%,73%,88%)

RGB channels and saturation

R 179 of 255 = 70%
G 186 of 255 = 73%
B 224 of 255 = 88%

179
186
224

R + G + B ~ 77%. #B3BAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 186 + 224 = 589 (100%)
R 179 of 589 ~ 30.39%
G 186 of 589 ~ 31.58%
B 224 of 589 ~ 38.03%

%30.39
%31.58
%38.03

CMYK color model

#B3BAE0 color CMYK value is (20,17,0,12).

  • cyan value is 20.09%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(20,17,0,12)
C20M17Y0K12 
(20%,17%,0%,12%)
(0.20/0.17/0.00/0.12)	

CMYK percentages

%20.09
%16.96
%0
%12.16

Codes

Color #B3BAE0 in popluar color models

B3BAE0
RGB179186224
HSL231°42.06%79.02%
HSB/HSV231°20.09%87.84%
CMYK20.09%16.96%0.00%
12.16%

Color #B3BAE0 in popluar number systems.

HEXB3BAE0
Decimal179186224
Binary101100111011101011100000
Octal263272340

Shades and tints

Shades of #B3BAE0

#B3BAE0
(179,186,224)
#A3AACC
(163,170,204)
#939AB8
(147,154,184)
#838AA4
(131,138,164)
#737A90
(115,122,144)
#636A7C
(99,106,124)
#535A68
(83,90,104)
#434A54
(67,74,84)
#333A40
(51,58,64)
#232A2C
(35,42,44)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #B3BAE0

#B3BAE0
(179,186,224)
#B9C0E2
(185,192,226)
#BFC6E4
(191,198,228)
#C5CCE6
(197,204,230)
#CBD2E8
(203,210,232)
#D1D8EA
(209,216,234)
#D7DEEC
(215,222,236)
#DDE4EE
(221,228,238)
#E3EAF0
(227,234,240)
#E9F0F2
(233,240,242)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BAE0 color. Also use rgb(179,186,224) instead hex code.

Text Font Color

.myTextColor { color: #B3BAE0; }

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

This text font color is #B3BAE0.


Background Color

.myBgColor { background-color: #B3BAE0; }

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

This div background color is #B3BAE0.


Border color

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

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

This div border color is #B3BAE0.


Opacity

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

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

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

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

This text has shadow with #B3BAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BAE0 on black background.


Color preview on white background

This text has color #B3BAE0 on white background.



Black color preview on #B3BAE0 background

This text has black color on #B3BAE0 background.


White color preview on #B3BAE0 background

This text has white color on #B3BAE0 background.