COLOR #B3B9DC

HEX: #B3B9DC
RGB: (179,185,220)

Color info

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

RGB color model

#B3B9DC color RGB value is (179,185,220).

  • red value is 179;
  • green value is 185;
  • blue value is 220.
RGB:
(179,185,220)
(70%,73%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 185 of 255 = 73%
B 220 of 255 = 86%

179
185
220

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

Portions of RGB colors in percentages

R + G + B =
179 + 185 + 220 = 584 (100%)
R 179 of 584 ~ 30.65%
G 185 of 584 ~ 31.68%
B 220 of 584 ~ 37.67%

%30.65
%31.68
%37.67

CMYK color model

#B3B9DC color CMYK value is (19,16,0,14).

  • cyan value is 18.64%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,16,0,14)
C19M16Y0K14 
(19%,16%,0%,14%)
(0.19/0.16/0.00/0.14)	

CMYK percentages

%18.64
%15.91
%0
%13.73

Codes

Color #B3B9DC in popluar color models

B3B9DC
RGB179185220
HSL231°36.94%78.24%
HSB/HSV231°18.64%86.27%
CMYK18.64%15.91%0.00%
13.73%

Color #B3B9DC in popluar number systems.

HEXB3B9DC
Decimal179185220
Binary101100111011100111011100
Octal263271334

Shades and tints

Shades of #B3B9DC

#B3B9DC
(179,185,220)
#A3A9C8
(163,169,200)
#9399B4
(147,153,180)
#8389A0
(131,137,160)
#73798C
(115,121,140)
#636978
(99,105,120)
#535964
(83,89,100)
#434950
(67,73,80)
#33393C
(51,57,60)
#232928
(35,41,40)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #B3B9DC

#B3B9DC
(179,185,220)
#B9BFDF
(185,191,223)
#BFC5E2
(191,197,226)
#C5CBE5
(197,203,229)
#CBD1E8
(203,209,232)
#D1D7EB
(209,215,235)
#D7DDEE
(215,221,238)
#DDE3F1
(221,227,241)
#E3E9F4
(227,233,244)
#E9EFF7
(233,239,247)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B9DC color. Also use rgb(179,185,220) instead hex code.

Text Font Color

.myTextColor { color: #B3B9DC; }

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

This text font color is #B3B9DC.


Background Color

.myBgColor { background-color: #B3B9DC; }

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

This div background color is #B3B9DC.


Border color

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

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

This div border color is #B3B9DC.


Opacity

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

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

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

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

This text has shadow with #B3B9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B9DC on black background.


Color preview on white background

This text has color #B3B9DC on white background.



Black color preview on #B3B9DC background

This text has black color on #B3B9DC background.


White color preview on #B3B9DC background

This text has white color on #B3B9DC background.