COLOR #B1C7BC

HEX: #B1C7BC RGB: (177,199,188)

Color info

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

RGB color model

#B1C7BC color RGB value is (177,199,188).

RGB: (177,199,188) (69%, 78%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 199 of 255 = 78%
B 188 of 255 = 74%

177
199
188

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

Portions of RGB colors in percentages

R + G + B = 177 + 199 + 188 = 564 (100%)
R 177 of 564 ~ 31.38%
G 199 of 564 ~ 35.28%
B 188 of 564 ~ 33.33'%

%31.38
%35.28
%33.33

CMYK color model

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

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • 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
%5.53
%21.96

Codes

Color #B1C7BC in popluar color models

B1 C7 BC
RGB 177 199 188
HSL 150° 16.42% 73.73%
HSB/HSV 150° 11.06% 78.04%
CMYK 11.06% 0.00% 5.53%
21.96%

Color #B1C7BC in popluar number systems.

HEX B1 C7 BC
Decimal 177 199 188
Binary 10110001 11000111 10111100
Octal 261 307 274

Shades and tints

Shades of #B1C7BC

#B1C7BC
(177,199,188)
#A1B5AB
(161,181,171)
#91A39A
(145,163,154)
#819189
(129,145,137)
#717F78
(113,127,120)
#616D67
(97,109,103)
#515B56
(81,91,86)
#414945
(65,73,69)
#313734
(49,55,52)
#212523
(33,37,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #B1C7BC

#B1C7BC
(177,199,188)
#B8CCC2
(184,204,194)
#BFD1C8
(191,209,200)
#C6D6CE
(198,214,206)
#CDDBD4
(205,219,212)
#D4E0DA
(212,224,218)
#DBE5E0
(219,229,224)
#E2EAE6
(226,234,230)
#E9EFEC
(233,239,236)
#F0F4F2
(240,244,242)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C7BC; }

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

This text font color is #B1C7BC.

Background Color

.myBgColor { background-color: #B1C7BC; }

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

This div background color is #B1C7BC.

Border color

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

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

This div border color is #B1C7BC.

Opacity

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

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

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

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

This text has shadow with #B1C7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C7BC.

Preview

Color preview on black background

This text has color #B1C7BC on black background.


Color preview on white background

This text has color #B1C7BC on white background.


Black color preview on #B1C7BC background

This text has black color on #B1C7BC background.


White color preview on #B1C7BC background

This text has white color on #B1C7BC background.


Related colors

Complementary color

Complementary color for #hex is #4E3843.


I love getcolorcode.com

Triadic colors

1 #BCB1C7 and #C7BCB1 with #B1C7BC are triadic colors.

2 #BCC7B1 and #C7B1BC with #B1C7BC are triadic colors.