COLOR #B1BBCA

HEX: #B1BBCA
RGB: (177,187,202)

Color info

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

RGB color model

#B1BBCA color RGB value is (177,187,202).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 202 of 255 = 79%

177
187
202

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 202 = 566 (100%)
R 177 of 566 ~ 31.27%
G 187 of 566 ~ 33.04%
B 202 of 566 ~ 35.69%

%31.27
%33.04
%35.69

CMYK color model

#B1BBCA color CMYK value is (12,7,0,21).

  • cyan value is 12.38%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,7,0,21)
C12M7Y0K21 
(12%,7%,0%,21%)
(0.12/0.07/0.00/0.21)	

CMYK percentages

%12.38
%7.43
%0
%20.78

Codes

Color #B1BBCA in popluar color models

B1BBCA
RGB177187202
HSL216°19.08%74.31%
HSB/HSV216°12.38%79.22%
CMYK12.38%7.43%0.00%
20.78%

Color #B1BBCA in popluar number systems.

HEXB1BBCA
Decimal177187202
Binary101100011011101111001010
Octal261273312

Shades and tints

Shades of #B1BBCA

#B1BBCA
(177,187,202)
#A1AAB8
(161,170,184)
#9199A6
(145,153,166)
#818894
(129,136,148)
#717782
(113,119,130)
#616670
(97,102,112)
#51555E
(81,85,94)
#41444C
(65,68,76)
#31333A
(49,51,58)
#212228
(33,34,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1BBCA

#B1BBCA
(177,187,202)
#B8C1CE
(184,193,206)
#BFC7D2
(191,199,210)
#C6CDD6
(198,205,214)
#CDD3DA
(205,211,218)
#D4D9DE
(212,217,222)
#DBDFE2
(219,223,226)
#E2E5E6
(226,229,230)
#E9EBEA
(233,235,234)
#F0F1EE
(240,241,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBCA; }

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

This text font color is #B1BBCA.


Background Color

.myBgColor { background-color: #B1BBCA; }

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

This div background color is #B1BBCA.


Border color

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

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

This div border color is #B1BBCA.


Opacity

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

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

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

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

This text has shadow with #B1BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBCA on black background.


Color preview on white background

This text has color #B1BBCA on white background.



Black color preview on #B1BBCA background

This text has black color on #B1BBCA background.


White color preview on #B1BBCA background

This text has white color on #B1BBCA background.