COLOR #B0B1C9

HEX: #B0B1C9 RGB: (176,177,201)

Color info

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

RGB color model

#B0B1C9 color RGB value is (176,177,201).

RGB: (176,177,201) (69%, 69%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 201 of 255 = 79%

176
177
201

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

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 201 = 554 (100%)
R 176 of 554 ~ 31.77%
G 177 of 554 ~ 31.95%
B 201 of 554 ~ 36.28'%

%31.77
%31.95
%36.28

CMYK color model

#B0B1C9 color CMYK value is (12,12,0,21).

  • cyan value is 12.44%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (12,12,0,21)
C12M12Y0K21 (12%, 12%, 0%, 21%)
(0.12 / 0.12 / 0.00 / 0.21)

CMYK percentages

%12.44
%11.94
%0
%21.18

Codes

Color #B0B1C9 in popluar color models

B0 B1 C9
RGB 176 177 201
HSL 238° 18.80% 73.92%
HSB/HSV 238° 12.44% 78.82%
CMYK 12.44% 11.94% 0.00%
21.18%

Color #B0B1C9 in popluar number systems.

HEX B0 B1 C9
Decimal 176 177 201
Binary 10110000 10110001 11001001
Octal 260 261 311

Shades and tints

Shades of #B0B1C9

#B0B1C9
(176,177,201)
#A0A1B7
(160,161,183)
#9091A5
(144,145,165)
#808193
(128,129,147)
#707181
(112,113,129)
#60616F
(96,97,111)
#50515D
(80,81,93)
#40414B
(64,65,75)
#303139
(48,49,57)
#202127
(32,33,39)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B0B1C9

#B0B1C9
(176,177,201)
#B7B8CD
(183,184,205)
#BEBFD1
(190,191,209)
#C5C6D5
(197,198,213)
#CCCDD9
(204,205,217)
#D3D4DD
(211,212,221)
#DADBE1
(218,219,225)
#E1E2E5
(225,226,229)
#E8E9E9
(232,233,233)
#EFF0ED
(239,240,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B1C9; }

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

This text font color is #B0B1C9.

Background Color

.myBgColor { background-color: #B0B1C9; }

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

This div background color is #B0B1C9.

Border color

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

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

This div border color is #B0B1C9.

Opacity

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

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

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

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

This text has shadow with #B0B1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B1C9.

Preview

Color preview on black background

This text has color #B0B1C9 on black background.


Color preview on white background

This text has color #B0B1C9 on white background.


Black color preview on #B0B1C9 background

This text has black color on #B0B1C9 background.


White color preview on #B0B1C9 background

This text has white color on #B0B1C9 background.


Related colors

Complementary color

Complementary color for #hex is #4F4E36.


I love getcolorcode.com

Triadic colors

1 #C9B0B1 and #B1C9B0 with #B0B1C9 are triadic colors.

2 #C9B1B0 and #B1B0C9 with #B0B1C9 are triadic colors.