COLOR #B1C1CB

HEX: #B1C1CB
RGB: (177,193,203)

Color info

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

RGB color model

#B1C1CB color RGB value is (177,193,203).

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

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 203 of 255 = 80%

177
193
203

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

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 203 = 573 (100%)
R 177 of 573 ~ 30.89%
G 193 of 573 ~ 33.68%
B 203 of 573 ~ 35.43%

%30.89
%33.68
%35.43

CMYK color model

#B1C1CB color CMYK value is (13,5,0,20).

  • cyan value is 12.81%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,5,0,20)
C13M5Y0K20 
(13%,5%,0%,20%)
(0.13/0.05/0.00/0.20)	

CMYK percentages

%12.81
%4.93
%0
%20.39

Codes

Color #B1C1CB in popluar color models

B1C1CB
RGB177193203
HSL203°20.00%74.51%
HSB/HSV203°12.81%79.61%
CMYK12.81%4.93%0.00%
20.39%

Color #B1C1CB in popluar number systems.

HEXB1C1CB
Decimal177193203
Binary101100011100000111001011
Octal261301313

Shades and tints

Shades of #B1C1CB

#B1C1CB
(177,193,203)
#A1B0B9
(161,176,185)
#919FA7
(145,159,167)
#818E95
(129,142,149)
#717D83
(113,125,131)
#616C71
(97,108,113)
#515B5F
(81,91,95)
#414A4D
(65,74,77)
#31393B
(49,57,59)
#212829
(33,40,41)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #B1C1CB

#B1C1CB
(177,193,203)
#B8C6CF
(184,198,207)
#BFCBD3
(191,203,211)
#C6D0D7
(198,208,215)
#CDD5DB
(205,213,219)
#D4DADF
(212,218,223)
#DBDFE3
(219,223,227)
#E2E4E7
(226,228,231)
#E9E9EB
(233,233,235)
#F0EEEF
(240,238,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C1CB; }

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

This text font color is #B1C1CB.


Background Color

.myBgColor { background-color: #B1C1CB; }

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

This div background color is #B1C1CB.


Border color

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

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

This div border color is #B1C1CB.


Opacity

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

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

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

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

This text has shadow with #B1C1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C1CB on black background.


Color preview on white background

This text has color #B1C1CB on white background.



Black color preview on #B1C1CB background

This text has black color on #B1C1CB background.


White color preview on #B1C1CB background

This text has white color on #B1C1CB background.