COLOR #B0B1CD

HEX: #B0B1CD
RGB: (176,177,205)

Color info

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

RGB color model

#B0B1CD color RGB value is (176,177,205).

  • red value is 176;
  • green value is 177;
  • blue value is 205.
RGB:
(176,177,205)
(69%,69%,80%)

RGB channels and saturation

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

176
177
205

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

Portions of RGB colors in percentages

R + G + B =
176 + 177 + 205 = 558 (100%)
R 176 of 558 ~ 31.54%
G 177 of 558 ~ 31.72%
B 205 of 558 ~ 36.74%

%31.54
%31.72
%36.74

CMYK color model

#B0B1CD color CMYK value is (14,14,0,20).

  • cyan value is 14.15%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,14,0,20)
C14M14Y0K20 
(14%,14%,0%,20%)
(0.14/0.14/0.00/0.20)	

CMYK percentages

%14.15
%13.66
%0
%19.61

Codes

Color #B0B1CD in popluar color models

B0B1CD
RGB176177205
HSL238°22.48%74.71%
HSB/HSV238°14.15%80.39%
CMYK14.15%13.66%0.00%
19.61%

Color #B0B1CD in popluar number systems.

HEXB0B1CD
Decimal176177205
Binary101100001011000111001101
Octal260261315

Shades and tints

Shades of #B0B1CD

#B0B1CD
(176,177,205)
#A0A1BB
(160,161,187)
#9091A9
(144,145,169)
#808197
(128,129,151)
#707185
(112,113,133)
#606173
(96,97,115)
#505161
(80,81,97)
#40414F
(64,65,79)
#30313D
(48,49,61)
#20212B
(32,33,43)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #B0B1CD

#B0B1CD
(176,177,205)
#B7B8D1
(183,184,209)
#BEBFD5
(190,191,213)
#C5C6D9
(197,198,217)
#CCCDDD
(204,205,221)
#D3D4E1
(211,212,225)
#DADBE5
(218,219,229)
#E1E2E9
(225,226,233)
#E8E9ED
(232,233,237)
#EFF0F1
(239,240,241)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B1CD; }

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

This text font color is #B0B1CD.


Background Color

.myBgColor { background-color: #B0B1CD; }

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

This div background color is #B0B1CD.


Border color

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

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

This div border color is #B0B1CD.


Opacity

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

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

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

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

This text has shadow with #B0B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B1CD on black background.


Color preview on white background

This text has color #B0B1CD on white background.



Black color preview on #B0B1CD background

This text has black color on #B0B1CD background.


White color preview on #B0B1CD background

This text has white color on #B0B1CD background.