COLOR #B1C9BD

HEX: #B1C9BD
RGB: (177,201,189)

Color info

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

RGB color model

#B1C9BD color RGB value is (177,201,189).

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

RGB channels and saturation

R 177 of 255 = 69%
G 201 of 255 = 79%
B 189 of 255 = 74%

177
201
189

R + G + B ~ 74%. #B1C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 201 + 189 = 567 (100%)
R 177 of 567 ~ 31.22%
G 201 of 567 ~ 35.45%
B 189 of 567 ~ 33.33%

%31.22
%35.45
%33.33

CMYK color model

#B1C9BD color CMYK value is (12,0,6,21).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(12,0,6,21)
C12M0Y6K21 
(12%,0%,6%,21%)
(0.12/0.00/0.06/0.21)	

CMYK percentages

%11.94
%0
%5.97
%21.18

Codes

Color #B1C9BD in popluar color models

B1C9BD
RGB177201189
HSL150°18.18%74.12%
HSB/HSV150°11.94%78.82%
CMYK11.94%0.00%5.97%
21.18%

Color #B1C9BD in popluar number systems.

HEXB1C9BD
Decimal177201189
Binary101100011100100110111101
Octal261311275

Shades and tints

Shades of #B1C9BD

#B1C9BD
(177,201,189)
#A1B7AC
(161,183,172)
#91A59B
(145,165,155)
#81938A
(129,147,138)
#718179
(113,129,121)
#616F68
(97,111,104)
#515D57
(81,93,87)
#414B46
(65,75,70)
#313935
(49,57,53)
#212724
(33,39,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1C9BD

#B1C9BD
(177,201,189)
#B8CDC3
(184,205,195)
#BFD1C9
(191,209,201)
#C6D5CF
(198,213,207)
#CDD9D5
(205,217,213)
#D4DDDB
(212,221,219)
#DBE1E1
(219,225,225)
#E2E5E7
(226,229,231)
#E9E9ED
(233,233,237)
#F0EDF3
(240,237,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C9BD; }

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

This text font color is #B1C9BD.


Background Color

.myBgColor { background-color: #B1C9BD; }

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

This div background color is #B1C9BD.


Border color

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

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

This div border color is #B1C9BD.


Opacity

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

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

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

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

This text has shadow with #B1C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C9BD on black background.


Color preview on white background

This text has color #B1C9BD on white background.



Black color preview on #B1C9BD background

This text has black color on #B1C9BD background.


White color preview on #B1C9BD background

This text has white color on #B1C9BD background.