COLOR #B1BEBB

HEX: #B1BEBB
RGB: (177,190,187)

Color info

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

RGB color model

#B1BEBB color RGB value is (177,190,187).

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

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 187 of 255 = 73%

177
190
187

R + G + B ~ 72%. #B1BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 187 = 554 (100%)
R 177 of 554 ~ 31.95%
G 190 of 554 ~ 34.3%
B 187 of 554 ~ 33.75%

%31.95
%34.3
%33.75

CMYK color model

#B1BEBB color CMYK value is (7,0,2,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(7,0,2,25)
C7M0Y2K25 
(7%,0%,2%,25%)
(0.07/0.00/0.02/0.25)	

CMYK percentages

%6.84
%0
%1.58
%25.49

Codes

Color #B1BEBB in popluar color models

B1BEBB
RGB177190187
HSL166°9.09%71.96%
HSB/HSV166°6.84%74.51%
CMYK6.84%0.00%1.58%
25.49%

Color #B1BEBB in popluar number systems.

HEXB1BEBB
Decimal177190187
Binary101100011011111010111011
Octal261276273

Shades and tints

Shades of #B1BEBB

#B1BEBB
(177,190,187)
#A1ADAA
(161,173,170)
#919C99
(145,156,153)
#818B88
(129,139,136)
#717A77
(113,122,119)
#616966
(97,105,102)
#515855
(81,88,85)
#414744
(65,71,68)
#313633
(49,54,51)
#212522
(33,37,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1BEBB

#B1BEBB
(177,190,187)
#B8C3C1
(184,195,193)
#BFC8C7
(191,200,199)
#C6CDCD
(198,205,205)
#CDD2D3
(205,210,211)
#D4D7D9
(212,215,217)
#DBDCDF
(219,220,223)
#E2E1E5
(226,225,229)
#E9E6EB
(233,230,235)
#F0EBF1
(240,235,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BEBB; }

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

This text font color is #B1BEBB.


Background Color

.myBgColor { background-color: #B1BEBB; }

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

This div background color is #B1BEBB.


Border color

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

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

This div border color is #B1BEBB.


Opacity

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

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

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

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

This text has shadow with #B1BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEBB on black background.


Color preview on white background

This text has color #B1BEBB on white background.



Black color preview on #B1BEBB background

This text has black color on #B1BEBB background.


White color preview on #B1BEBB background

This text has white color on #B1BEBB background.