COLOR #B1C7BB

HEX: #B1C7BB RGB: (177,199,187)

Color info

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

RGB color model

#B1C7BB color RGB value is (177,199,187).

RGB: (177,199,187) (69%, 78%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 199 of 255 = 78%
B 187 of 255 = 73%

177
199
187

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

Portions of RGB colors in percentages

R + G + B = 177 + 199 + 187 = 563 (100%)
R 177 of 563 ~ 31.44%
G 199 of 563 ~ 35.35%
B 187 of 563 ~ 33.21'%

%31.44
%35.35
%33.21

CMYK color model

#B1C7BB color CMYK value is (11,0,6,22).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%

CMYK: (11,0,6,22)
C11M0Y6K22 (11%, 0%, 6%, 22%)
(0.11 / 0.00 / 0.06 / 0.22)

CMYK percentages

%11.06
%0
%6.03
%21.96

Codes

Color #B1C7BB in popluar color models

B1 C7 BB
RGB 177 199 187
HSL 147° 16.42% 73.73%
HSB/HSV 147° 11.06% 78.04%
CMYK 11.06% 0.00% 6.03%
21.96%

Color #B1C7BB in popluar number systems.

HEX B1 C7 BB
Decimal 177 199 187
Binary 10110001 11000111 10111011
Octal 261 307 273

Shades and tints

Shades of #B1C7BB

#B1C7BB
(177,199,187)
#A1B5AA
(161,181,170)
#91A399
(145,163,153)
#819188
(129,145,136)
#717F77
(113,127,119)
#616D66
(97,109,102)
#515B55
(81,91,85)
#414944
(65,73,68)
#313733
(49,55,51)
#212522
(33,37,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B1C7BB

#B1C7BB
(177,199,187)
#B8CCC1
(184,204,193)
#BFD1C7
(191,209,199)
#C6D6CD
(198,214,205)
#CDDBD3
(205,219,211)
#D4E0D9
(212,224,217)
#DBE5DF
(219,229,223)
#E2EAE5
(226,234,229)
#E9EFEB
(233,239,235)
#F0F4F1
(240,244,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C7BB color. Also use rgb(177,199,187) instead hex code.

Text Font Color

.myTextColor { color: #B1C7BB; }

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

This text font color is #B1C7BB.

Background Color

.myBgColor { background-color: #B1C7BB; }

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

This div background color is #B1C7BB.

Border color

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

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

This div border color is #B1C7BB.

Opacity

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

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

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

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

This text has shadow with #B1C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C7BB.

Preview

Color preview on black background

This text has color #B1C7BB on black background.


Color preview on white background

This text has color #B1C7BB on white background.


Black color preview on #B1C7BB background

This text has black color on #B1C7BB background.


White color preview on #B1C7BB background

This text has white color on #B1C7BB background.


Related colors

Complementary color

Complementary color for #hex is #4E3844.


I love getcolorcode.com

Triadic colors

1 #BBB1C7 and #C7BBB1 with #B1C7BB are triadic colors.

2 #BBC7B1 and #C7B1BB with #B1C7BB are triadic colors.