COLOR #B1BEC9

HEX: #B1BEC9
RGB: (177,190,201)

Color info

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

RGB color model

#B1BEC9 color RGB value is (177,190,201).

  • red value is 177;
  • green value is 190;
  • blue value is 201.
RGB:
(177,190,201)
(69%,75%,79%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 201 of 255 = 79%

177
190
201

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 201 = 568 (100%)
R 177 of 568 ~ 31.16%
G 190 of 568 ~ 33.45%
B 201 of 568 ~ 35.39%

%31.16
%33.45
%35.39

CMYK color model

#B1BEC9 color CMYK value is (12,5,0,21).

  • cyan value is 11.94%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(12,5,0,21)
C12M5Y0K21 
(12%,5%,0%,21%)
(0.12/0.05/0.00/0.21)	

CMYK percentages

%11.94
%5.47
%0
%21.18

Codes

Color #B1BEC9 in popluar color models

B1BEC9
RGB177190201
HSL208°18.18%74.12%
HSB/HSV208°11.94%78.82%
CMYK11.94%5.47%0.00%
21.18%

Color #B1BEC9 in popluar number systems.

HEXB1BEC9
Decimal177190201
Binary101100011011111011001001
Octal261276311

Shades and tints

Shades of #B1BEC9

#B1BEC9
(177,190,201)
#A1ADB7
(161,173,183)
#919CA5
(145,156,165)
#818B93
(129,139,147)
#717A81
(113,122,129)
#61696F
(97,105,111)
#51585D
(81,88,93)
#41474B
(65,71,75)
#313639
(49,54,57)
#212527
(33,37,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1BEC9

#B1BEC9
(177,190,201)
#B8C3CD
(184,195,205)
#BFC8D1
(191,200,209)
#C6CDD5
(198,205,213)
#CDD2D9
(205,210,217)
#D4D7DD
(212,215,221)
#DBDCE1
(219,220,225)
#E2E1E5
(226,225,229)
#E9E6E9
(233,230,233)
#F0EBED
(240,235,237)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BEC9 color. Also use rgb(177,190,201) instead hex code.

Text Font Color

.myTextColor { color: #B1BEC9; }

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

This text font color is #B1BEC9.


Background Color

.myBgColor { background-color: #B1BEC9; }

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

This div background color is #B1BEC9.


Border color

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

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

This div border color is #B1BEC9.


Opacity

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

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

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

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

This text has shadow with #B1BEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEC9 on black background.


Color preview on white background

This text has color #B1BEC9 on white background.



Black color preview on #B1BEC9 background

This text has black color on #B1BEC9 background.


White color preview on #B1BEC9 background

This text has white color on #B1BEC9 background.