COLOR #B1C9B9

HEX: #B1C9B9
RGB: (177,201,185)

Color info

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

RGB color model

#B1C9B9 color RGB value is (177,201,185).

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

RGB channels and saturation

R 177 of 255 = 69%
G 201 of 255 = 79%
B 185 of 255 = 73%

177
201
185

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

Portions of RGB colors in percentages

R + G + B =
177 + 201 + 185 = 563 (100%)
R 177 of 563 ~ 31.44%
G 201 of 563 ~ 35.7%
B 185 of 563 ~ 32.86%

%31.44
%35.7
%32.86

CMYK color model

#B1C9B9 color CMYK value is (12,0,8,21).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK: (12,0,8,21) C12M0Y8K21 (12%,0%,8%,21%) (0.12/0.00/0.08/0.21)

CMYK percentages

%11.94
%0
%7.96
%21.18

Codes

Color #B1C9B9 in popluar color models

B1C9B9
RGB177201185
HSL140°18.18%74.12%
HSB/HSV140°11.94%78.82%
CMYK11.94%0.00%7.96%
21.18%

Color #B1C9B9 in popluar number systems.

HEXB1C9B9
Decimal177201185
Binary101100011100100110111001
Octal261311271

Shades and tints

Shades of #B1C9B9

#B1C9B9
(177,201,185)
#A1B7A9
(161,183,169)
#91A599
(145,165,153)
#819389
(129,147,137)
#718179
(113,129,121)
#616F69
(97,111,105)
#515D59
(81,93,89)
#414B49
(65,75,73)
#313939
(49,57,57)
#212729
(33,39,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1C9B9

#B1C9B9
(177,201,185)
#B8CDBF
(184,205,191)
#BFD1C5
(191,209,197)
#C6D5CB
(198,213,203)
#CDD9D1
(205,217,209)
#D4DDD7
(212,221,215)
#DBE1DD
(219,225,221)
#E2E5E3
(226,229,227)
#E9E9E9
(233,233,233)
#F0EDEF
(240,237,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C9B9; }

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

This text font color is #B1C9B9.


Background Color

.myBgColor { background-color: #B1C9B9; }

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

This div background color is #B1C9B9.


Border color

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

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

This div border color is #B1C9B9.


Opacity

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

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

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

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

This text has shadow with #B1C9B9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1C9B9 on black background.


Color preview on white background

This text has color #B1C9B9 on white background.



Black color preview on #B1C9B9 background

This text has black color on #B1C9B9 background.


White color preview on #B1C9B9 background

This text has white color on #B1C9B9 background.