COLOR #B3B9DB

HEX: #B3B9DB RGB: (179,185,219)

Color info

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

RGB color model

#B3B9DB color RGB value is (179,185,219).

RGB: (179,185,219) (70%, 73%, 86%)

RGB channels and saturation

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

179
185
219

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

Portions of RGB colors in percentages

R + G + B = 179 + 185 + 219 = 583 (100%)
R 179 of 583 ~ 30.7%
G 185 of 583 ~ 31.73%
B 219 of 583 ~ 37.56'%

%30.7
%31.73
%37.56

CMYK color model

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

  • cyan value is 18.26%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (18,16,0,14)
C18M16Y0K14 (18%, 16%, 0%, 14%)
(0.18 / 0.16 / 0.00 / 0.14)

CMYK percentages

%18.26
%15.53
%0
%14.12

Codes

Color #B3B9DB in popluar color models

B3 B9 DB
RGB 179 185 219
HSL 231° 35.71% 78.04%
HSB/HSV 231° 18.26% 85.88%
CMYK 18.26% 15.53% 0.00%
14.12%

Color #B3B9DB in popluar number systems.

HEX B3 B9 DB
Decimal 179 185 219
Binary 10110011 10111001 11011011
Octal 263 271 333

Shades and tints

Shades of #B3B9DB

#B3B9DB
(179,185,219)
#A3A9C8
(163,169,200)
#9399B5
(147,153,181)
#8389A2
(131,137,162)
#73798F
(115,121,143)
#63697C
(99,105,124)
#535969
(83,89,105)
#434956
(67,73,86)
#333943
(51,57,67)
#232930
(35,41,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #B3B9DB

#B3B9DB
(179,185,219)
#B9BFDE
(185,191,222)
#BFC5E1
(191,197,225)
#C5CBE4
(197,203,228)
#CBD1E7
(203,209,231)
#D1D7EA
(209,215,234)
#D7DDED
(215,221,237)
#DDE3F0
(221,227,240)
#E3E9F3
(227,233,243)
#E9EFF6
(233,239,246)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B9DB; }

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

This text font color is #B3B9DB.

Background Color

.myBgColor { background-color: #B3B9DB; }

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

This div background color is #B3B9DB.

Border color

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

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

This div border color is #B3B9DB.

Opacity

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

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

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

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

This text has shadow with #B3B9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B9DB.

Preview

Color preview on black background

This text has color #B3B9DB on black background.


Color preview on white background

This text has color #B3B9DB on white background.


Black color preview on #B3B9DB background

This text has black color on #B3B9DB background.


White color preview on #B3B9DB background

This text has white color on #B3B9DB background.


Related colors

Complementary color

Complementary color for #hex is #4C4624.


I love getcolorcode.com

Triadic colors

1 #DBB3B9 and #B9DBB3 with #B3B9DB are triadic colors.

2 #DBB9B3 and #B9B3DB with #B3B9DB are triadic colors.