COLOR #B0B5DC

HEX: #B0B5DC
RGB: (176,181,220)

Color info

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

RGB color model

#B0B5DC color RGB value is (176,181,220).

  • red value is 176;
  • green value is 181;
  • blue value is 220.
RGB:
(176,181,220)
(69%,71%,86%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 220 of 255 = 86%

176
181
220

R + G + B ~ 75%. #B0B5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 220 = 577 (100%)
R 176 of 577 ~ 30.5%
G 181 of 577 ~ 31.37%
B 220 of 577 ~ 38.13%

%30.5
%31.37
%38.13

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,18,0,14)
C20M18Y0K14 
(20%,18%,0%,14%)
(0.20/0.18/0.00/0.14)	

CMYK percentages

%20
%17.73
%0
%13.73

Codes

Color #B0B5DC in popluar color models

B0B5DC
RGB176181220
HSL233°38.60%77.65%
HSB/HSV233°20.00%86.27%
CMYK20.00%17.73%0.00%
13.73%

Color #B0B5DC in popluar number systems.

HEXB0B5DC
Decimal176181220
Binary101100001011010111011100
Octal260265334

Shades and tints

Shades of #B0B5DC

#B0B5DC
(176,181,220)
#A0A5C8
(160,165,200)
#9095B4
(144,149,180)
#8085A0
(128,133,160)
#70758C
(112,117,140)
#606578
(96,101,120)
#505564
(80,85,100)
#404550
(64,69,80)
#30353C
(48,53,60)
#202528
(32,37,40)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #B0B5DC

#B0B5DC
(176,181,220)
#B7BBDF
(183,187,223)
#BEC1E2
(190,193,226)
#C5C7E5
(197,199,229)
#CCCDE8
(204,205,232)
#D3D3EB
(211,211,235)
#DAD9EE
(218,217,238)
#E1DFF1
(225,223,241)
#E8E5F4
(232,229,244)
#EFEBF7
(239,235,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B5DC color. Also use rgb(176,181,220) instead hex code.

Text Font Color

.myTextColor { color: #B0B5DC; }

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

This text font color is #B0B5DC.


Background Color

.myBgColor { background-color: #B0B5DC; }

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

This div background color is #B0B5DC.


Border color

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

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

This div border color is #B0B5DC.


Opacity

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

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

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

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

This text has shadow with #B0B5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B5DC on black background.


Color preview on white background

This text has color #B0B5DC on white background.



Black color preview on #B0B5DC background

This text has black color on #B0B5DC background.


White color preview on #B0B5DC background

This text has white color on #B0B5DC background.