COLOR #B1C3B6

HEX: #B1C3B6 RGB: (177,195,182)

Color info

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

RGB color model

#B1C3B6 color RGB value is (177,195,182).

RGB: (177,195,182) (69%, 76%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 182 of 255 = 71%

177
195
182

R + G + B ~ 72%. #B1C3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 195 + 182 = 554 (100%)
R 177 of 554 ~ 31.95%
G 195 of 554 ~ 35.2%
B 182 of 554 ~ 32.85'%

%31.95
%35.2
%32.85

CMYK color model

#B1C3B6 color CMYK value is (9,0,7,24).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%

CMYK: (9,0,7,24)
C9M0Y7K24 (9%, 0%, 7%, 24%)
(0.09 / 0.00 / 0.07 / 0.24)

CMYK percentages

%9.23
%0
%6.67
%23.53

Codes

Color #B1C3B6 in popluar color models

B1 C3 B6
RGB 177 195 182
HSL 137° 13.04% 72.94%
HSB/HSV 137° 9.23% 76.47%
CMYK 9.23% 0.00% 6.67%
23.53%

Color #B1C3B6 in popluar number systems.

HEX B1 C3 B6
Decimal 177 195 182
Binary 10110001 11000011 10110110
Octal 261 303 266

Shades and tints

Shades of #B1C3B6

#B1C3B6
(177,195,182)
#A1B2A6
(161,178,166)
#91A196
(145,161,150)
#819086
(129,144,134)
#717F76
(113,127,118)
#616E66
(97,110,102)
#515D56
(81,93,86)
#414C46
(65,76,70)
#313B36
(49,59,54)
#212A26
(33,42,38)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #B1C3B6

#B1C3B6
(177,195,182)
#B8C8BC
(184,200,188)
#BFCDC2
(191,205,194)
#C6D2C8
(198,210,200)
#CDD7CE
(205,215,206)
#D4DCD4
(212,220,212)
#DBE1DA
(219,225,218)
#E2E6E0
(226,230,224)
#E9EBE6
(233,235,230)
#F0F0EC
(240,240,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C3B6 color. Also use rgb(177,195,182) instead hex code.

Text Font Color

.myTextColor { color: #B1C3B6; }

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

This text font color is #B1C3B6.

Background Color

.myBgColor { background-color: #B1C3B6; }

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

This div background color is #B1C3B6.

Border color

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

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

This div border color is #B1C3B6.

Opacity

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

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

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

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

This text has shadow with #B1C3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C3B6.

Preview

Color preview on black background

This text has color #B1C3B6 on black background.


Color preview on white background

This text has color #B1C3B6 on white background.


Black color preview on #B1C3B6 background

This text has black color on #B1C3B6 background.


White color preview on #B1C3B6 background

This text has white color on #B1C3B6 background.


Related colors

Complementary color

Complementary color for #hex is #4E3C49.


I love getcolorcode.com

Triadic colors

1 #B6B1C3 and #C3B6B1 with #B1C3B6 are triadic colors.

2 #B6C3B1 and #C3B1B6 with #B1C3B6 are triadic colors.