COLOR #B3B4DB

HEX: #B3B4DB
RGB: (179,180,219)

Color info

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

RGB color model

#B3B4DB color RGB value is (179,180,219).

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

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 219 of 255 = 86%

179
180
219

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

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 219 = 578 (100%)
R 179 of 578 ~ 30.97%
G 180 of 578 ~ 31.14%
B 219 of 578 ~ 37.89%

%30.97
%31.14
%37.89

CMYK color model

#B3B4DB color CMYK value is (18,18,0,14).

  • cyan value is 18.26%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(18,18,0,14)
C18M18Y0K14 
(18%,18%,0%,14%)
(0.18/0.18/0.00/0.14)	

CMYK percentages

%18.26
%17.81
%0
%14.12

Codes

Color #B3B4DB in popluar color models

B3B4DB
RGB179180219
HSL239°35.71%78.04%
HSB/HSV239°18.26%85.88%
CMYK18.26%17.81%0.00%
14.12%

Color #B3B4DB in popluar number systems.

HEXB3B4DB
Decimal179180219
Binary101100111011010011011011
Octal263264333

Shades and tints

Shades of #B3B4DB

#B3B4DB
(179,180,219)
#A3A4C8
(163,164,200)
#9394B5
(147,148,181)
#8384A2
(131,132,162)
#73748F
(115,116,143)
#63647C
(99,100,124)
#535469
(83,84,105)
#434456
(67,68,86)
#333443
(51,52,67)
#232430
(35,36,48)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #B3B4DB

#B3B4DB
(179,180,219)
#B9BADE
(185,186,222)
#BFC0E1
(191,192,225)
#C5C6E4
(197,198,228)
#CBCCE7
(203,204,231)
#D1D2EA
(209,210,234)
#D7D8ED
(215,216,237)
#DDDEF0
(221,222,240)
#E3E4F3
(227,228,243)
#E9EAF6
(233,234,246)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B4DB; }

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

This text font color is #B3B4DB.


Background Color

.myBgColor { background-color: #B3B4DB; }

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

This div background color is #B3B4DB.


Border color

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

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

This div border color is #B3B4DB.


Opacity

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

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

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

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

This text has shadow with #B3B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B4DB on black background.


Color preview on white background

This text has color #B3B4DB on white background.



Black color preview on #B3B4DB background

This text has black color on #B3B4DB background.


White color preview on #B3B4DB background

This text has white color on #B3B4DB background.