COLOR #B1B6DB

HEX: #B1B6DB
RGB: (177,182,219)

Color info

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

RGB color model

#B1B6DB color RGB value is (177,182,219).

  • red value is 177;
  • green value is 182;
  • blue value is 219.
RGB:
(177,182,219)
(69%,71%,86%)

RGB channels and saturation

R 177 of 255 = 69%
G 182 of 255 = 71%
B 219 of 255 = 86%

177
182
219

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

Portions of RGB colors in percentages

R + G + B =
177 + 182 + 219 = 578 (100%)
R 177 of 578 ~ 30.62%
G 182 of 578 ~ 31.49%
B 219 of 578 ~ 37.89%

%30.62
%31.49
%37.89

CMYK color model

#B1B6DB color CMYK value is (19,17,0,14).

  • cyan value is 19.18%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(19,17,0,14)
C19M17Y0K14 
(19%,17%,0%,14%)
(0.19/0.17/0.00/0.14)	

CMYK percentages

%19.18
%16.89
%0
%14.12

Codes

Color #B1B6DB in popluar color models

B1B6DB
RGB177182219
HSL233°36.84%77.65%
HSB/HSV233°19.18%85.88%
CMYK19.18%16.89%0.00%
14.12%

Color #B1B6DB in popluar number systems.

HEXB1B6DB
Decimal177182219
Binary101100011011011011011011
Octal261266333

Shades and tints

Shades of #B1B6DB

#B1B6DB
(177,182,219)
#A1A6C8
(161,166,200)
#9196B5
(145,150,181)
#8186A2
(129,134,162)
#71768F
(113,118,143)
#61667C
(97,102,124)
#515669
(81,86,105)
#414656
(65,70,86)
#313643
(49,54,67)
#212630
(33,38,48)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #B1B6DB

#B1B6DB
(177,182,219)
#B8BCDE
(184,188,222)
#BFC2E1
(191,194,225)
#C6C8E4
(198,200,228)
#CDCEE7
(205,206,231)
#D4D4EA
(212,212,234)
#DBDAED
(219,218,237)
#E2E0F0
(226,224,240)
#E9E6F3
(233,230,243)
#F0ECF6
(240,236,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B6DB color. Also use rgb(177,182,219) instead hex code.

Text Font Color

.myTextColor { color: #B1B6DB; }

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

This text font color is #B1B6DB.


Background Color

.myBgColor { background-color: #B1B6DB; }

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

This div background color is #B1B6DB.


Border color

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

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

This div border color is #B1B6DB.


Opacity

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

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

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

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

This text has shadow with #B1B6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B6DB on black background.


Color preview on white background

This text has color #B1B6DB on white background.



Black color preview on #B1B6DB background

This text has black color on #B1B6DB background.


White color preview on #B1B6DB background

This text has white color on #B1B6DB background.