COLOR #B1B1C5

HEX: #B1B1C5 RGB: (177,177,197)

Color info

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

RGB color model

#B1B1C5 color RGB value is (177,177,197).

RGB: (177,177,197) (69%, 69%, 77%)

RGB channels and saturation

R 177 of 255 = 69%
G 177 of 255 = 69%
B 197 of 255 = 77%

177
177
197

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

Portions of RGB colors in percentages

R + G + B = 177 + 177 + 197 = 551 (100%)
R 177 of 551 ~ 32.12%
G 177 of 551 ~ 32.12%
B 197 of 551 ~ 35.75'%

%32.12
%32.12
%35.75

CMYK color model

#B1B1C5 color CMYK value is (10,10,0,23).

  • cyan value is 10.15%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (10,10,0,23)
C10M10Y0K23 (10%, 10%, 0%, 23%)
(0.10 / 0.10 / 0.00 / 0.23)

CMYK percentages

%10.15
%10.15
%0
%22.75

Codes

Color #B1B1C5 in popluar color models

B1 B1 C5
RGB 177 177 197
HSL 240° 14.71% 73.33%
HSB/HSV 240° 10.15% 77.25%
CMYK 10.15% 10.15% 0.00%
22.75%

Color #B1B1C5 in popluar number systems.

HEX B1 B1 C5
Decimal 177 177 197
Binary 10110001 10110001 11000101
Octal 261 261 305

Shades and tints

Shades of #B1B1C5

#B1B1C5
(177,177,197)
#A1A1B4
(161,161,180)
#9191A3
(145,145,163)
#818192
(129,129,146)
#717181
(113,113,129)
#616170
(97,97,112)
#51515F
(81,81,95)
#41414E
(65,65,78)
#31313D
(49,49,61)
#21212C
(33,33,44)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #B1B1C5

#B1B1C5
(177,177,197)
#B8B8CA
(184,184,202)
#BFBFCF
(191,191,207)
#C6C6D4
(198,198,212)
#CDCDD9
(205,205,217)
#D4D4DE
(212,212,222)
#DBDBE3
(219,219,227)
#E2E2E8
(226,226,232)
#E9E9ED
(233,233,237)
#F0F0F2
(240,240,242)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1C5; }

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

This text font color is #B1B1C5.

Background Color

.myBgColor { background-color: #B1B1C5; }

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

This div background color is #B1B1C5.

Border color

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

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

This div border color is #B1B1C5.

Opacity

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

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

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

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

This text has shadow with #B1B1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B1C5.

Preview

Color preview on black background

This text has color #B1B1C5 on black background.


Color preview on white background

This text has color #B1B1C5 on white background.


Black color preview on #B1B1C5 background

This text has black color on #B1B1C5 background.


White color preview on #B1B1C5 background

This text has white color on #B1B1C5 background.


Related colors

Complementary color

Complementary color for #hex is #4E4E3A.


I love getcolorcode.com