COLOR #B1BBD1

HEX: #B1BBD1
RGB: (177,187,209)

Color info

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

RGB color model

#B1BBD1 color RGB value is (177,187,209).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 209 of 255 = 82%

177
187
209

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 209 = 573 (100%)
R 177 of 573 ~ 30.89%
G 187 of 573 ~ 32.64%
B 209 of 573 ~ 36.47%

%30.89
%32.64
%36.47

CMYK color model

#B1BBD1 color CMYK value is (15,11,0,18).

  • cyan value is 15.31%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,11,0,18)
C15M11Y0K18 
(15%,11%,0%,18%)
(0.15/0.11/0.00/0.18)	

CMYK percentages

%15.31
%10.53
%0
%18.04

Codes

Color #B1BBD1 in popluar color models

B1BBD1
RGB177187209
HSL221°25.81%75.69%
HSB/HSV221°15.31%81.96%
CMYK15.31%10.53%0.00%
18.04%

Color #B1BBD1 in popluar number systems.

HEXB1BBD1
Decimal177187209
Binary101100011011101111010001
Octal261273321

Shades and tints

Shades of #B1BBD1

#B1BBD1
(177,187,209)
#A1AABE
(161,170,190)
#9199AB
(145,153,171)
#818898
(129,136,152)
#717785
(113,119,133)
#616672
(97,102,114)
#51555F
(81,85,95)
#41444C
(65,68,76)
#313339
(49,51,57)
#212226
(33,34,38)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B1BBD1

#B1BBD1
(177,187,209)
#B8C1D5
(184,193,213)
#BFC7D9
(191,199,217)
#C6CDDD
(198,205,221)
#CDD3E1
(205,211,225)
#D4D9E5
(212,217,229)
#DBDFE9
(219,223,233)
#E2E5ED
(226,229,237)
#E9EBF1
(233,235,241)
#F0F1F5
(240,241,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBD1; }

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

This text font color is #B1BBD1.


Background Color

.myBgColor { background-color: #B1BBD1; }

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

This div background color is #B1BBD1.


Border color

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

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

This div border color is #B1BBD1.


Opacity

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

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

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

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

This text has shadow with #B1BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBD1 on black background.


Color preview on white background

This text has color #B1BBD1 on white background.



Black color preview on #B1BBD1 background

This text has black color on #B1BBD1 background.


White color preview on #B1BBD1 background

This text has white color on #B1BBD1 background.