COLOR #B1C2BD

HEX: #B1C2BD
RGB: (177,194,189)

Color info

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

RGB color model

#B1C2BD color RGB value is (177,194,189).

  • red value is 177;
  • green value is 194;
  • blue value is 189.
RGB:
(177,194,189)
(69%,76%,74%)

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 189 of 255 = 74%

177
194
189

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 189 = 560 (100%)
R 177 of 560 ~ 31.61%
G 194 of 560 ~ 34.64%
B 189 of 560 ~ 33.75%

%31.61
%34.64
%33.75

CMYK color model

#B1C2BD color CMYK value is (9,0,3,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(9,0,3,24)
C9M0Y3K24 
(9%,0%,3%,24%)
(0.09/0.00/0.03/0.24)	

CMYK percentages

%8.76
%0
%2.58
%23.92

Codes

Color #B1C2BD in popluar color models

B1C2BD
RGB177194189
HSL162°12.23%72.75%
HSB/HSV162°8.76%76.08%
CMYK8.76%0.00%2.58%
23.92%

Color #B1C2BD in popluar number systems.

HEXB1C2BD
Decimal177194189
Binary101100011100001010111101
Octal261302275

Shades and tints

Shades of #B1C2BD

#B1C2BD
(177,194,189)
#A1B1AC
(161,177,172)
#91A09B
(145,160,155)
#818F8A
(129,143,138)
#717E79
(113,126,121)
#616D68
(97,109,104)
#515C57
(81,92,87)
#414B46
(65,75,70)
#313A35
(49,58,53)
#212924
(33,41,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #B1C2BD

#B1C2BD
(177,194,189)
#B8C7C3
(184,199,195)
#BFCCC9
(191,204,201)
#C6D1CF
(198,209,207)
#CDD6D5
(205,214,213)
#D4DBDB
(212,219,219)
#DBE0E1
(219,224,225)
#E2E5E7
(226,229,231)
#E9EAED
(233,234,237)
#F0EFF3
(240,239,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C2BD color. Also use rgb(177,194,189) instead hex code.

Text Font Color

.myTextColor { color: #B1C2BD; }

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

This text font color is #B1C2BD.


Background Color

.myBgColor { background-color: #B1C2BD; }

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

This div background color is #B1C2BD.


Border color

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

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

This div border color is #B1C2BD.


Opacity

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

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

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

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

This text has shadow with #B1C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C2BD on black background.


Color preview on white background

This text has color #B1C2BD on white background.



Black color preview on #B1C2BD background

This text has black color on #B1C2BD background.


White color preview on #B1C2BD background

This text has white color on #B1C2BD background.