COLOR #B3B4DA

HEX: #B3B4DA
RGB: (179,180,218)

Color info

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

RGB color model

#B3B4DA color RGB value is (179,180,218).

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

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 218 of 255 = 85%

179
180
218

R + G + B ~ 75%. #B3B4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 218 = 577 (100%)
R 179 of 577 ~ 31.02%
G 180 of 577 ~ 31.2%
B 218 of 577 ~ 37.78%

%31.02
%31.2
%37.78

CMYK color model

#B3B4DA color CMYK value is (18,17,0,15).

  • cyan value is 17.89%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(18,17,0,15)
C18M17Y0K15 
(18%,17%,0%,15%)
(0.18/0.17/0.00/0.15)	

CMYK percentages

%17.89
%17.43
%0
%14.51

Codes

Color #B3B4DA in popluar color models

B3B4DA
RGB179180218
HSL238°34.51%77.84%
HSB/HSV238°17.89%85.49%
CMYK17.89%17.43%0.00%
14.51%

Color #B3B4DA in popluar number systems.

HEXB3B4DA
Decimal179180218
Binary101100111011010011011010
Octal263264332

Shades and tints

Shades of #B3B4DA

#B3B4DA
(179,180,218)
#A3A4C7
(163,164,199)
#9394B4
(147,148,180)
#8384A1
(131,132,161)
#73748E
(115,116,142)
#63647B
(99,100,123)
#535468
(83,84,104)
#434455
(67,68,85)
#333442
(51,52,66)
#23242F
(35,36,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #B3B4DA

#B3B4DA
(179,180,218)
#B9BADD
(185,186,221)
#BFC0E0
(191,192,224)
#C5C6E3
(197,198,227)
#CBCCE6
(203,204,230)
#D1D2E9
(209,210,233)
#D7D8EC
(215,216,236)
#DDDEEF
(221,222,239)
#E3E4F2
(227,228,242)
#E9EAF5
(233,234,245)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B4DA; }

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

This text font color is #B3B4DA.


Background Color

.myBgColor { background-color: #B3B4DA; }

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

This div background color is #B3B4DA.


Border color

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

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

This div border color is #B3B4DA.


Opacity

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

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

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

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

This text has shadow with #B3B4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B4DA on black background.


Color preview on white background

This text has color #B3B4DA on white background.



Black color preview on #B3B4DA background

This text has black color on #B3B4DA background.


White color preview on #B3B4DA background

This text has white color on #B3B4DA background.