COLOR #B1B8C2

HEX: #B1B8C2 RGB: (177,184,194)

Color info

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

RGB color model

#B1B8C2 color RGB value is (177,184,194).

RGB: (177,184,194) (69%, 72%, 76%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 194 of 255 = 76%

177
184
194

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

Portions of RGB colors in percentages

R + G + B = 177 + 184 + 194 = 555 (100%)
R 177 of 555 ~ 31.89%
G 184 of 555 ~ 33.15%
B 194 of 555 ~ 34.95'%

%31.89
%33.15
%34.95

CMYK color model

#B1B8C2 color CMYK value is (9,5,0,24).

  • cyan value is 8.76%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (9,5,0,24)
C9M5Y0K24 (9%, 5%, 0%, 24%)
(0.09 / 0.05 / 0.00 / 0.24)

CMYK percentages

%8.76
%5.15
%0
%23.92

Codes

Color #B1B8C2 in popluar color models

B1 B8 C2
RGB 177 184 194
HSL 215° 12.23% 72.75%
HSB/HSV 215° 8.76% 76.08%
CMYK 8.76% 5.15% 0.00%
23.92%

Color #B1B8C2 in popluar number systems.

HEX B1 B8 C2
Decimal 177 184 194
Binary 10110001 10111000 11000010
Octal 261 270 302

Shades and tints

Shades of #B1B8C2

#B1B8C2
(177,184,194)
#A1A8B1
(161,168,177)
#9198A0
(145,152,160)
#81888F
(129,136,143)
#71787E
(113,120,126)
#61686D
(97,104,109)
#51585C
(81,88,92)
#41484B
(65,72,75)
#31383A
(49,56,58)
#212829
(33,40,41)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1B8C2

#B1B8C2
(177,184,194)
#B8BEC7
(184,190,199)
#BFC4CC
(191,196,204)
#C6CAD1
(198,202,209)
#CDD0D6
(205,208,214)
#D4D6DB
(212,214,219)
#DBDCE0
(219,220,224)
#E2E2E5
(226,226,229)
#E9E8EA
(233,232,234)
#F0EEEF
(240,238,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B8C2 color. Also use rgb(177,184,194) instead hex code.

Text Font Color

.myTextColor { color: #B1B8C2; }

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

This text font color is #B1B8C2.

Background Color

.myBgColor { background-color: #B1B8C2; }

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

This div background color is #B1B8C2.

Border color

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

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

This div border color is #B1B8C2.

Opacity

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

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

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

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

This text has shadow with #B1B8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B8C2.

Preview

Color preview on black background

This text has color #B1B8C2 on black background.


Color preview on white background

This text has color #B1B8C2 on white background.


Black color preview on #B1B8C2 background

This text has black color on #B1B8C2 background.


White color preview on #B1B8C2 background

This text has white color on #B1B8C2 background.


Related colors

Complementary color

Complementary color for #hex is #4E473D.


I love getcolorcode.com

Triadic colors

1 #C2B1B8 and #B8C2B1 with #B1B8C2 are triadic colors.

2 #C2B8B1 and #B8B1C2 with #B1B8C2 are triadic colors.