COLOR #B1B3D1

HEX: #B1B3D1 RGB: (177,179,209)

Color info

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

RGB color model

#B1B3D1 color RGB value is (177,179,209).

RGB: (177,179,209) (69%, 70%, 82%)

RGB channels and saturation

R 177 of 255 = 69%
G 179 of 255 = 70%
B 209 of 255 = 82%

177
179
209

R + G + B ~ 74%. #B1B3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 179 + 209 = 565 (100%)
R 177 of 565 ~ 31.33%
G 179 of 565 ~ 31.68%
B 209 of 565 ~ 36.99'%

%31.33
%31.68
%36.99

CMYK color model

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

  • cyan value is 15.31%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (15,14,0,18)
C15M14Y0K18 (15%, 14%, 0%, 18%)
(0.15 / 0.14 / 0.00 / 0.18)

CMYK percentages

%15.31
%14.35
%0
%18.04

Codes

Color #B1B3D1 in popluar color models

B1 B3 D1
RGB 177 179 209
HSL 236° 25.81% 75.69%
HSB/HSV 236° 15.31% 81.96%
CMYK 15.31% 14.35% 0.00%
18.04%

Color #B1B3D1 in popluar number systems.

HEX B1 B3 D1
Decimal 177 179 209
Binary 10110001 10110011 11010001
Octal 261 263 321

Shades and tints

Shades of #B1B3D1

#B1B3D1
(177,179,209)
#A1A3BE
(161,163,190)
#9193AB
(145,147,171)
#818398
(129,131,152)
#717385
(113,115,133)
#616372
(97,99,114)
#51535F
(81,83,95)
#41434C
(65,67,76)
#313339
(49,51,57)
#212326
(33,35,38)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B1B3D1

#B1B3D1
(177,179,209)
#B8B9D5
(184,185,213)
#BFBFD9
(191,191,217)
#C6C5DD
(198,197,221)
#CDCBE1
(205,203,225)
#D4D1E5
(212,209,229)
#DBD7E9
(219,215,233)
#E2DDED
(226,221,237)
#E9E3F1
(233,227,241)
#F0E9F5
(240,233,245)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B3D1 color. Also use rgb(177,179,209) instead hex code.

Text Font Color

.myTextColor { color: #B1B3D1; }

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

This text font color is #B1B3D1.

Background Color

.myBgColor { background-color: #B1B3D1; }

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

This div background color is #B1B3D1.

Border color

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

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

This div border color is #B1B3D1.

Opacity

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

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

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

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

This text has shadow with #B1B3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B3D1.

Preview

Color preview on black background

This text has color #B1B3D1 on black background.


Color preview on white background

This text has color #B1B3D1 on white background.


Black color preview on #B1B3D1 background

This text has black color on #B1B3D1 background.


White color preview on #B1B3D1 background

This text has white color on #B1B3D1 background.


Related colors

Complementary color

Complementary color for #hex is #4E4C2E.


I love getcolorcode.com

Triadic colors

1 #D1B1B3 and #B3D1B1 with #B1B3D1 are triadic colors.

2 #D1B3B1 and #B3B1D1 with #B1B3D1 are triadic colors.