COLOR #B1BBDC

HEX: #B1BBDC
RGB: (177,187,220)

Color info

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

RGB color model

#B1BBDC color RGB value is (177,187,220).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 220 of 255 = 86%

177
187
220

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 220 = 584 (100%)
R 177 of 584 ~ 30.31%
G 187 of 584 ~ 32.02%
B 220 of 584 ~ 37.67%

%30.31
%32.02
%37.67

CMYK color model

#B1BBDC color CMYK value is (20,15,0,14).

  • cyan value is 19.55%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,15,0,14)
C20M15Y0K14 
(20%,15%,0%,14%)
(0.20/0.15/0.00/0.14)	

CMYK percentages

%19.55
%15
%0
%13.73

Codes

Color #B1BBDC in popluar color models

B1BBDC
RGB177187220
HSL226°38.05%77.84%
HSB/HSV226°19.55%86.27%
CMYK19.55%15.00%0.00%
13.73%

Color #B1BBDC in popluar number systems.

HEXB1BBDC
Decimal177187220
Binary101100011011101111011100
Octal261273334

Shades and tints

Shades of #B1BBDC

#B1BBDC
(177,187,220)
#A1AAC8
(161,170,200)
#9199B4
(145,153,180)
#8188A0
(129,136,160)
#71778C
(113,119,140)
#616678
(97,102,120)
#515564
(81,85,100)
#414450
(65,68,80)
#31333C
(49,51,60)
#212228
(33,34,40)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B1BBDC

#B1BBDC
(177,187,220)
#B8C1DF
(184,193,223)
#BFC7E2
(191,199,226)
#C6CDE5
(198,205,229)
#CDD3E8
(205,211,232)
#D4D9EB
(212,217,235)
#DBDFEE
(219,223,238)
#E2E5F1
(226,229,241)
#E9EBF4
(233,235,244)
#F0F1F7
(240,241,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBDC; }

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

This text font color is #B1BBDC.


Background Color

.myBgColor { background-color: #B1BBDC; }

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

This div background color is #B1BBDC.


Border color

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

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

This div border color is #B1BBDC.


Opacity

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

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

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

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

This text has shadow with #B1BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBDC on black background.


Color preview on white background

This text has color #B1BBDC on white background.



Black color preview on #B1BBDC background

This text has black color on #B1BBDC background.


White color preview on #B1BBDC background

This text has white color on #B1BBDC background.