COLOR #B1C5C7

HEX: #B1C5C7
RGB: (177,197,199)

Color info

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

RGB color model

#B1C5C7 color RGB value is (177,197,199).

  • red value is 177;
  • green value is 197;
  • blue value is 199.
RGB:
(177,197,199)
(69%,77%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 199 of 255 = 78%

177
197
199

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

Portions of RGB colors in percentages

R + G + B =
177 + 197 + 199 = 573 (100%)
R 177 of 573 ~ 30.89%
G 197 of 573 ~ 34.38%
B 199 of 573 ~ 34.73%

%30.89
%34.38
%34.73

CMYK color model

#B1C5C7 color CMYK value is (11,1,0,22).

  • cyan value is 11.06%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(11,1,0,22)
C11M1Y0K22 
(11%,1%,0%,22%)
(0.11/0.01/0.00/0.22)	

CMYK percentages

%11.06
%1.01
%0
%21.96

Codes

Color #B1C5C7 in popluar color models

B1C5C7
RGB177197199
HSL185°16.42%73.73%
HSB/HSV185°11.06%78.04%
CMYK11.06%1.01%0.00%
21.96%

Color #B1C5C7 in popluar number systems.

HEXB1C5C7
Decimal177197199
Binary101100011100010111000111
Octal261305307

Shades and tints

Shades of #B1C5C7

#B1C5C7
(177,197,199)
#A1B4B5
(161,180,181)
#91A3A3
(145,163,163)
#819291
(129,146,145)
#71817F
(113,129,127)
#61706D
(97,112,109)
#515F5B
(81,95,91)
#414E49
(65,78,73)
#313D37
(49,61,55)
#212C25
(33,44,37)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #B1C5C7

#B1C5C7
(177,197,199)
#B8CACC
(184,202,204)
#BFCFD1
(191,207,209)
#C6D4D6
(198,212,214)
#CDD9DB
(205,217,219)
#D4DEE0
(212,222,224)
#DBE3E5
(219,227,229)
#E2E8EA
(226,232,234)
#E9EDEF
(233,237,239)
#F0F2F4
(240,242,244)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C5C7 color. Also use rgb(177,197,199) instead hex code.

Text Font Color

.myTextColor { color: #B1C5C7; }

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

This text font color is #B1C5C7.


Background Color

.myBgColor { background-color: #B1C5C7; }

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

This div background color is #B1C5C7.


Border color

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

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

This div border color is #B1C5C7.


Opacity

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

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

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

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

This text has shadow with #B1C5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C5C7 on black background.


Color preview on white background

This text has color #B1C5C7 on white background.



Black color preview on #B1C5C7 background

This text has black color on #B1C5C7 background.


White color preview on #B1C5C7 background

This text has white color on #B1C5C7 background.