COLOR #B0BBDA

HEX: #B0BBDA
RGB: (176,187,218)

Color info

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

RGB color model

#B0BBDA color RGB value is (176,187,218).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 218 of 255 = 85%

176
187
218

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

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 218 = 581 (100%)
R 176 of 581 ~ 30.29%
G 187 of 581 ~ 32.19%
B 218 of 581 ~ 37.52%

%30.29
%32.19
%37.52

CMYK color model

#B0BBDA color CMYK value is (19,14,0,15).

  • cyan value is 19.27%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,14,0,15)
C19M14Y0K15 
(19%,14%,0%,15%)
(0.19/0.14/0.00/0.15)	

CMYK percentages

%19.27
%14.22
%0
%14.51

Codes

Color #B0BBDA in popluar color models

B0BBDA
RGB176187218
HSL224°36.21%77.25%
HSB/HSV224°19.27%85.49%
CMYK19.27%14.22%0.00%
14.51%

Color #B0BBDA in popluar number systems.

HEXB0BBDA
Decimal176187218
Binary101100001011101111011010
Octal260273332

Shades and tints

Shades of #B0BBDA

#B0BBDA
(176,187,218)
#A0AAC7
(160,170,199)
#9099B4
(144,153,180)
#8088A1
(128,136,161)
#70778E
(112,119,142)
#60667B
(96,102,123)
#505568
(80,85,104)
#404455
(64,68,85)
#303342
(48,51,66)
#20222F
(32,34,47)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #B0BBDA

#B0BBDA
(176,187,218)
#B7C1DD
(183,193,221)
#BEC7E0
(190,199,224)
#C5CDE3
(197,205,227)
#CCD3E6
(204,211,230)
#D3D9E9
(211,217,233)
#DADFEC
(218,223,236)
#E1E5EF
(225,229,239)
#E8EBF2
(232,235,242)
#EFF1F5
(239,241,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBDA; }

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

This text font color is #B0BBDA.


Background Color

.myBgColor { background-color: #B0BBDA; }

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

This div background color is #B0BBDA.


Border color

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

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

This div border color is #B0BBDA.


Opacity

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

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

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

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

This text has shadow with #B0BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBDA on black background.


Color preview on white background

This text has color #B0BBDA on white background.



Black color preview on #B0BBDA background

This text has black color on #B0BBDA background.


White color preview on #B0BBDA background

This text has white color on #B0BBDA background.