COLOR #B1C0CB

HEX: #B1C0CB RGB: (177,192,203)

Color info

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

RGB color model

#B1C0CB color RGB value is (177,192,203).

RGB: (177,192,203) (69%, 75%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 192 of 255 = 75%
B 203 of 255 = 80%

177
192
203

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

Portions of RGB colors in percentages

R + G + B = 177 + 192 + 203 = 572 (100%)
R 177 of 572 ~ 30.94%
G 192 of 572 ~ 33.57%
B 203 of 572 ~ 35.49'%

%30.94
%33.57
%35.49

CMYK color model

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

  • cyan value is 12.81%
  • magenta value is 5.42%
  • 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
%5.42
%0
%20.39

Codes

Color #B1C0CB in popluar color models

B1 C0 CB
RGB 177 192 203
HSL 205° 20.00% 74.51%
HSB/HSV 205° 12.81% 79.61%
CMYK 12.81% 5.42% 0.00%
20.39%

Color #B1C0CB in popluar number systems.

HEX B1 C0 CB
Decimal 177 192 203
Binary 10110001 11000000 11001011
Octal 261 300 313

Shades and tints

Shades of #B1C0CB

#B1C0CB
(177,192,203)
#A1AFB9
(161,175,185)
#919EA7
(145,158,167)
#818D95
(129,141,149)
#717C83
(113,124,131)
#616B71
(97,107,113)
#515A5F
(81,90,95)
#41494D
(65,73,77)
#31383B
(49,56,59)
#212729
(33,39,41)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #B1C0CB

#B1C0CB
(177,192,203)
#B8C5CF
(184,197,207)
#BFCAD3
(191,202,211)
#C6CFD7
(198,207,215)
#CDD4DB
(205,212,219)
#D4D9DF
(212,217,223)
#DBDEE3
(219,222,227)
#E2E3E7
(226,227,231)
#E9E8EB
(233,232,235)
#F0EDEF
(240,237,239)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C0CB; }

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

This text font color is #B1C0CB.

Background Color

.myBgColor { background-color: #B1C0CB; }

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

This div background color is #B1C0CB.

Border color

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

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

This div border color is #B1C0CB.

Opacity

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

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

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

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

This text has shadow with #B1C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C0CB.

Preview

Color preview on black background

This text has color #B1C0CB on black background.


Color preview on white background

This text has color #B1C0CB on white background.


Black color preview on #B1C0CB background

This text has black color on #B1C0CB background.


White color preview on #B1C0CB background

This text has white color on #B1C0CB background.


Related colors

Complementary color

Complementary color for #hex is #4E3F34.


I love getcolorcode.com

Triadic colors

1 #CBB1C0 and #C0CBB1 with #B1C0CB are triadic colors.

2 #CBC0B1 and #C0B1CB with #B1C0CB are triadic colors.