COLOR #B0B1CB

HEX: #B0B1CB RGB: (176,177,203)

Color info

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

RGB color model

#B0B1CB color RGB value is (176,177,203).

RGB: (176,177,203) (69%, 69%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 203 of 255 = 80%

176
177
203

R + G + B ~ 73%. #B0B1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 203 = 556 (100%)
R 176 of 556 ~ 31.65%
G 177 of 556 ~ 31.83%
B 203 of 556 ~ 36.51'%

%31.65
%31.83
%36.51

CMYK color model

#B0B1CB color CMYK value is (13,13,0,20).

  • cyan value is 13.30%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (13,13,0,20) C13M13Y0K20 (13%,13%,0%,20%) (0.13/0.13/0.00/0.20) 

CMYK percentages

%13.3
%12.81
%0
%20.39

Codes

Color #B0B1CB in popluar color models

B0 B1 CB
RGB 176 177 203
HSL 238° 20.61% 74.31%
HSB/HSV 238° 13.30% 79.61%
CMYK 13.30% 12.81% 0.00%
20.39%

Color #B0B1CB in popluar number systems.

HEX B0 B1 CB
Decimal 176 177 203
Binary 10110000 10110001 11001011
Octal 260 261 313

Shades and tints

Shades of #B0B1CB

#B0B1CB
(176,177,203)
#A0A1B9
(160,161,185)
#9091A7
(144,145,167)
#808195
(128,129,149)
#707183
(112,113,131)
#606171
(96,97,113)
#50515F
(80,81,95)
#40414D
(64,65,77)
#30313B
(48,49,59)
#202129
(32,33,41)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #B0B1CB

#B0B1CB
(176,177,203)
#B7B8CF
(183,184,207)
#BEBFD3
(190,191,211)
#C5C6D7
(197,198,215)
#CCCDDB
(204,205,219)
#D3D4DF
(211,212,223)
#DADBE3
(218,219,227)
#E1E2E7
(225,226,231)
#E8E9EB
(232,233,235)
#EFF0EF
(239,240,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B1CB; }

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

This text font color is #B0B1CB.

Background Color

.myBgColor { background-color: #B0B1CB; }

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

This div background color is #B0B1CB.

Border color

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

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

This div border color is #B0B1CB.

Opacity

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

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

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

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

This text has shadow with #B0B1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B1CB.

Preview

Color preview on black background

This text has color #B0B1CB on black background.


Color preview on white background

This text has color #B0B1CB on white background.


Black color preview on #B0B1CB background

This text has black color on #B0B1CB background.


White color preview on #B0B1CB background

This text has white color on #B0B1CB background.


Related colors

Complementary color

Complementary color for #hex is #4F4E34.


I love getcolorcode.com

Triadic colors

1 #CBB0B1 and #B1CBB0 with #B0B1CB are triadic colors.

2 #CBB1B0 and #B1B0CB with #B0B1CB are triadic colors.