COLOR #B1BBDD

HEX: #B1BBDD
RGB: (177,187,221)

Color info

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

RGB color model

#B1BBDD color RGB value is (177,187,221).

  • red value is 177;
  • green value is 187;
  • blue value is 221.
RGB:
(177,187,221)
(69%,73%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 221 of 255 = 87%

177
187
221

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 221 = 585 (100%)
R 177 of 585 ~ 30.26%
G 187 of 585 ~ 31.97%
B 221 of 585 ~ 37.78%

%30.26
%31.97
%37.78

CMYK color model

#B1BBDD color CMYK value is (20,15,0,13).

  • cyan value is 19.91%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,15,0,13)
C20M15Y0K13 
(20%,15%,0%,13%)
(0.20/0.15/0.00/0.13)	

CMYK percentages

%19.91
%15.38
%0
%13.33

Codes

Color #B1BBDD in popluar color models

B1BBDD
RGB177187221
HSL226°39.29%78.04%
HSB/HSV226°19.91%86.67%
CMYK19.91%15.38%0.00%
13.33%

Color #B1BBDD in popluar number systems.

HEXB1BBDD
Decimal177187221
Binary101100011011101111011101
Octal261273335

Shades and tints

Shades of #B1BBDD

#B1BBDD
(177,187,221)
#A1AAC9
(161,170,201)
#9199B5
(145,153,181)
#8188A1
(129,136,161)
#71778D
(113,119,141)
#616679
(97,102,121)
#515565
(81,85,101)
#414451
(65,68,81)
#31333D
(49,51,61)
#212229
(33,34,41)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #B1BBDD

#B1BBDD
(177,187,221)
#B8C1E0
(184,193,224)
#BFC7E3
(191,199,227)
#C6CDE6
(198,205,230)
#CDD3E9
(205,211,233)
#D4D9EC
(212,217,236)
#DBDFEF
(219,223,239)
#E2E5F2
(226,229,242)
#E9EBF5
(233,235,245)
#F0F1F8
(240,241,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BBDD color. Also use rgb(177,187,221) instead hex code.

Text Font Color

.myTextColor { color: #B1BBDD; }

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

This text font color is #B1BBDD.


Background Color

.myBgColor { background-color: #B1BBDD; }

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

This div background color is #B1BBDD.


Border color

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

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

This div border color is #B1BBDD.


Opacity

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

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

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

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

This text has shadow with #B1BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBDD on black background.


Color preview on white background

This text has color #B1BBDD on white background.



Black color preview on #B1BBDD background

This text has black color on #B1BBDD background.


White color preview on #B1BBDD background

This text has white color on #B1BBDD background.