COLOR #B1C1BE

HEX: #B1C1BE
RGB: (177,193,190)

Color info

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

RGB color model

#B1C1BE color RGB value is (177,193,190).

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

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 190 of 255 = 75%

177
193
190

R + G + B ~ 73%. #B1C1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 190 = 560 (100%)
R 177 of 560 ~ 31.61%
G 193 of 560 ~ 34.46%
B 190 of 560 ~ 33.93%

%31.61
%34.46
%33.93

CMYK color model

#B1C1BE color CMYK value is (8,0,2,24).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(8,0,2,24)
C8M0Y2K24 
(8%,0%,2%,24%)
(0.08/0.00/0.02/0.24)	

CMYK percentages

%8.29
%0
%1.55
%24.31

Codes

Color #B1C1BE in popluar color models

B1C1BE
RGB177193190
HSL169°11.43%72.55%
HSB/HSV169°8.29%75.69%
CMYK8.29%0.00%1.55%
24.31%

Color #B1C1BE in popluar number systems.

HEXB1C1BE
Decimal177193190
Binary101100011100000110111110
Octal261301276

Shades and tints

Shades of #B1C1BE

#B1C1BE
(177,193,190)
#A1B0AD
(161,176,173)
#919F9C
(145,159,156)
#818E8B
(129,142,139)
#717D7A
(113,125,122)
#616C69
(97,108,105)
#515B58
(81,91,88)
#414A47
(65,74,71)
#313936
(49,57,54)
#212825
(33,40,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1C1BE

#B1C1BE
(177,193,190)
#B8C6C3
(184,198,195)
#BFCBC8
(191,203,200)
#C6D0CD
(198,208,205)
#CDD5D2
(205,213,210)
#D4DAD7
(212,218,215)
#DBDFDC
(219,223,220)
#E2E4E1
(226,228,225)
#E9E9E6
(233,233,230)
#F0EEEB
(240,238,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C1BE; }

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

This text font color is #B1C1BE.


Background Color

.myBgColor { background-color: #B1C1BE; }

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

This div background color is #B1C1BE.


Border color

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

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

This div border color is #B1C1BE.


Opacity

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

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

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

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

This text has shadow with #B1C1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C1BE on black background.


Color preview on white background

This text has color #B1C1BE on white background.



Black color preview on #B1C1BE background

This text has black color on #B1C1BE background.


White color preview on #B1C1BE background

This text has white color on #B1C1BE background.