COLOR #B0BBDC

HEX: #B0BBDC
RGB: (176,187,220)

Color info

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

RGB color model

#B0BBDC color RGB value is (176,187,220).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 220 of 255 = 86%

176
187
220

R + G + B ~ 76%. #B0BBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 220 = 583 (100%)
R 176 of 583 ~ 30.19%
G 187 of 583 ~ 32.08%
B 220 of 583 ~ 37.74%

%30.19
%32.08
%37.74

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,15,0,14)
C20M15Y0K14 
(20%,15%,0%,14%)
(0.20/0.15/0.00/0.14)	

CMYK percentages

%20
%15
%0
%13.73

Codes

Color #B0BBDC in popluar color models

B0BBDC
RGB176187220
HSL225°38.60%77.65%
HSB/HSV225°20.00%86.27%
CMYK20.00%15.00%0.00%
13.73%

Color #B0BBDC in popluar number systems.

HEXB0BBDC
Decimal176187220
Binary101100001011101111011100
Octal260273334

Shades and tints

Shades of #B0BBDC

#B0BBDC
(176,187,220)
#A0AAC8
(160,170,200)
#9099B4
(144,153,180)
#8088A0
(128,136,160)
#70778C
(112,119,140)
#606678
(96,102,120)
#505564
(80,85,100)
#404450
(64,68,80)
#30333C
(48,51,60)
#202228
(32,34,40)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B0BBDC

#B0BBDC
(176,187,220)
#B7C1DF
(183,193,223)
#BEC7E2
(190,199,226)
#C5CDE5
(197,205,229)
#CCD3E8
(204,211,232)
#D3D9EB
(211,217,235)
#DADFEE
(218,223,238)
#E1E5F1
(225,229,241)
#E8EBF4
(232,235,244)
#EFF1F7
(239,241,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBDC; }

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

This text font color is #B0BBDC.


Background Color

.myBgColor { background-color: #B0BBDC; }

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

This div background color is #B0BBDC.


Border color

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

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

This div border color is #B0BBDC.


Opacity

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

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

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

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

This text has shadow with #B0BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBDC on black background.


Color preview on white background

This text has color #B0BBDC on white background.



Black color preview on #B0BBDC background

This text has black color on #B0BBDC background.


White color preview on #B0BBDC background

This text has white color on #B0BBDC background.