COLOR #B1C4CB

HEX: #B1C4CB
RGB: (177,196,203)

Color info

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

RGB color model

#B1C4CB color RGB value is (177,196,203).

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

RGB channels and saturation

R 177 of 255 = 69%
G 196 of 255 = 77%
B 203 of 255 = 80%

177
196
203

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

Portions of RGB colors in percentages

R + G + B =
177 + 196 + 203 = 576 (100%)
R 177 of 576 ~ 30.73%
G 196 of 576 ~ 34.03%
B 203 of 576 ~ 35.24%

%30.73
%34.03
%35.24

CMYK color model

#B1C4CB color CMYK value is (13,3,0,20).

  • cyan value is 12.81%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,3,0,20)
C13M3Y0K20 
(13%,3%,0%,20%)
(0.13/0.03/0.00/0.20)	

CMYK percentages

%12.81
%3.45
%0
%20.39

Codes

Color #B1C4CB in popluar color models

B1C4CB
RGB177196203
HSL196°20.00%74.51%
HSB/HSV196°12.81%79.61%
CMYK12.81%3.45%0.00%
20.39%

Color #B1C4CB in popluar number systems.

HEXB1C4CB
Decimal177196203
Binary101100011100010011001011
Octal261304313

Shades and tints

Shades of #B1C4CB

#B1C4CB
(177,196,203)
#A1B3B9
(161,179,185)
#91A2A7
(145,162,167)
#819195
(129,145,149)
#718083
(113,128,131)
#616F71
(97,111,113)
#515E5F
(81,94,95)
#414D4D
(65,77,77)
#313C3B
(49,60,59)
#212B29
(33,43,41)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #B1C4CB

#B1C4CB
(177,196,203)
#B8C9CF
(184,201,207)
#BFCED3
(191,206,211)
#C6D3D7
(198,211,215)
#CDD8DB
(205,216,219)
#D4DDDF
(212,221,223)
#DBE2E3
(219,226,227)
#E2E7E7
(226,231,231)
#E9ECEB
(233,236,235)
#F0F1EF
(240,241,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C4CB; }

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

This text font color is #B1C4CB.


Background Color

.myBgColor { background-color: #B1C4CB; }

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

This div background color is #B1C4CB.


Border color

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

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

This div border color is #B1C4CB.


Opacity

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

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

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

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

This text has shadow with #B1C4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C4CB on black background.


Color preview on white background

This text has color #B1C4CB on white background.



Black color preview on #B1C4CB background

This text has black color on #B1C4CB background.


White color preview on #B1C4CB background

This text has white color on #B1C4CB background.